@import url(//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
@import url(//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i);
@charset "UTF-8"

/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {

    *,
    *::before,
    *::after,
    *::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .tag {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: "hobo", serif;
    font-weight: 700;
    line-height: 1.1;
    color: #1f1f1f
}

h1,
.h1 {
    font-size: 1.375rem
}

h2,
.h2 {
    font-size: 1.25rem
}

h3,
.h3 {
    font-size: 1.125rem
}

h4,
.h4 {
    font-size: 1.125rem
}

h5,
.h5 {
    font-size: 1rem
}

h6,
.h6 {
    font-size: .9375rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

dl.row > dd + dt {
    clear: left
}

.img-fluid,
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #ebebeb
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody + tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #f8f8f8
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #eceeef
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #878787
}

.thead-default th {
    color: #999;
    background-color: #f6f6f6
}

.table-inverse {
    color: #f6f6f6;
    background-color: #878787
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #999
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto
}

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef
}

.table-reflow tr {
    float: left
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px)
}

select.form-control:focus::-ms-value {
    color: #55595c;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .8125rem
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: .25rem .5rem;
    font-size: .8125rem;
    border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1.5rem;
    font-size: .875rem;
    border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.16667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.form-check + .form-check {
    margin-top: -.25rem
}

.form-check.disabled .form-check-label {
    color: #999;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

.form-check-inline + .form-check-inline {
    margin-left: .75rem
}

.form-check-inline.disabled {
    color: #999;
    cursor: not-allowed
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
    color: #4cbb6c
}

.has-success .form-control {
    border-color: #4cbb6c
}

.has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #96d7a9
}

.has-success .input-group-addon {
    color: #4cbb6c;
    border-color: #4cbb6c;
    background-color: #e0f3e5
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
    color: #ff9a52
}

.has-warning .form-control {
    border-color: #ff9a52
}

.has-warning .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffd6b8
}

.has-warning .input-group-addon {
    color: #ff9a52;
    border-color: #ff9a52;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
    color: #ff4c4c
}

.has-danger .form-control {
    border-color: #ff4c4c
}

.has-danger .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffb2b2
}

.has-danger .input-group-addon {
    color: #ff4c4c;
    border-color: #ff4c4c;
    background-color: #fff
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

@media (min-width:576px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 2px
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus {
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #3387f2;
    border-color: transparent
}

.btn-primary:hover {
    color: #fff;
    background-color: #0e6ce4;
    border-color: transparent
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0e6ce4;
    border-color: transparent
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0e6ce4;
    border-color: transparent;
    background-image: none
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #0c5cc2;
    border-color: transparent
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    background-color: #3387f2;
    border-color: transparent
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #3387f2;
    border-color: transparent
}

.btn-secondary,
.btn-tertiary {
    color: #414141;
    background-color: #f6f6f6;
    border-color: transparent
}

.btn-secondary:hover,
.btn-tertiary:hover {
    color: #414141;
    background-color: #ddd;
    border-color: transparent
}

.btn-secondary:focus,
.btn-tertiary:focus,
.btn-secondary.focus,
.focus.btn-tertiary {
    color: #414141;
    background-color: #ddd;
    border-color: transparent
}

.btn-secondary:active,
.btn-tertiary:active,
.btn-secondary.active,
.active.btn-tertiary,
.open > .btn-secondary.dropdown-toggle,
.open > .dropdown-toggle.btn-tertiary {
    color: #414141;
    background-color: #ddd;
    border-color: transparent;
    background-image: none
}

.btn-secondary:active:hover,
.btn-tertiary:active:hover,
.btn-secondary:active:focus,
.btn-tertiary:active:focus,
.btn-secondary:active.focus,
.btn-tertiary:active.focus,
.btn-secondary.active:hover,
.active.btn-tertiary:hover,
.btn-secondary.active:focus,
.active.btn-tertiary:focus,
.btn-secondary.active.focus,
.active.focus.btn-tertiary,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.btn-tertiary {
    color: #414141;
    background-color: #cbcbcb;
    border-color: transparent
}

.btn-secondary.disabled:focus,
.disabled.btn-tertiary:focus,
.btn-secondary.disabled.focus,
.disabled.focus.btn-tertiary,
.btn-secondary:disabled:focus,
.btn-tertiary:disabled:focus,
.btn-secondary:disabled.focus,
.btn-tertiary:disabled.focus {
    background-color: #f6f6f6;
    border-color: transparent
}

.btn-secondary.disabled:hover,
.disabled.btn-tertiary:hover,
.btn-secondary:disabled:hover,
.btn-tertiary:disabled:hover {
    background-color: #f6f6f6;
    border-color: transparent
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-warning {
    color: #fff;
    background-color: #FF9A52;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #eb9316
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #eb9316
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #eb9316;
    background-image: none
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #fa6800;
    border-color: #b06d0f
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
    background-color: #FF9A52;
    border-color: #f0ad4e
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #FF9A52;
    border-color: #f0ad4e
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-primary {
    color: #3387f2;
    background-image: none;
    background-color: transparent;
    border-color: #3387f2
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3387f2;
    border-color: #3387f2
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    color: #fff;
    background-color: #3387f2;
    border-color: #3387f2
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3387f2;
    border-color: #3387f2
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #0c5cc2;
    border-color: #0a4a9c
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
    border-color: #93bff8
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    border-color: #93bff8
}

.btn-outline-secondary {
    color: transparent;
    background-image: none;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
    border-color: rgba(51, 51, 51, 0)
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0)
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
    border-color: #b0e1ef
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
    border-color: #a3d7a3
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
    border-color: #a3d7a3
}

.btn-outline-warning {
    color: #FF9A52;
    background-image: none;
    background-color: transparent;
    border-color: #FF9A52
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #fa6800;
    border-color: #d25700
}

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
    border-color: #ffd6b8
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
    border-color: #ffd6b8
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
    border-color: #eba5a3
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
    border-color: #eba5a3
}

.btn-link {
    font-weight: 400;
    color: #000;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #3387f2;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none
}

.btn-lg,
.btn-group-lg > .btn {
    padding: .75rem 1.5rem;
    font-size: .875rem;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .8125rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #656d73;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #818a91
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .8125rem;
    color: #818a91;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
    margin-bottom: 0
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -.5rem
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: .5rem
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 .3em .3em
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group::after {
    content: "";
    display: table;
    clear: both
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .8125rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: .875rem;
    border-radius: .3rem
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer
}

.custom-control + .custom-control {
    margin-left: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked .custom-control {
    float: left;
    clear: left
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.5rem - 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem \9;
    color: #55595c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none
}

.custom-select:focus::-ms-value {
    color: #55595c;
    background-color: #fff
}

.custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem
}

.custom-file-control:lang(en)::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: inline-block
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #818a91
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent
}

.nav-inline .nav-item {
    display: inline-block
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
    margin-left: 1rem
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px
}

.nav-tabs .nav-item + .nav-item {
    margin-left: .2rem
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both
}

.nav-pills .nav-item {
    float: left
}

.nav-pills .nav-item + .nav-item {
    margin-left: .2rem
}

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8
}

.nav-stacked .nav-item {
    display: block;
    float: none
}

.nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar::after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:576px) {
    .navbar {
        border-radius: .25rem
    }
}

.navbar-full {
    z-index: 1000
}

@media (min-width:576px) {
    .navbar-full {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:576px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}

@media (min-width:576px) {
    .navbar-sticky-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: .875rem;
    line-height: inherit
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden
}

.navbar-divider::before {
    content: "\00a0"
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:575px) {
    .navbar-toggleable-xs .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-xs .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media (min-width:576px) {
    .navbar-toggleable-xs {
        display: block
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:767px) {
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-sm .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        display: block
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:991px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-md .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        display: block
    }
}

.navbar-toggleable-lg::after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1199px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-lg .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media (min-width:1200px) {
    .navbar-toggleable-lg {
        display: block
    }
}

.navbar-toggleable-xl {
    display: block
}

.navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both
}

.navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0
}

.navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-nav .nav-item {
    float: left
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, .075)
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:575px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:576px) {
    .navbar-toggleable-xs {
        display: block !important
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        display: block !important
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        display: block !important
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125)
}

.card-block {
    padding: 1.25rem
}

.card-block::after {
    content: "";
    display: table;
    clear: both
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header::after {
    content: "";
    display: table;
    clear: both
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer::after {
    content: "";
    display: table;
    clear: both
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #3387f2;
    border-color: #3387f2
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent
}

.card-success {
    background-color: #4cbb6c;
    border-color: #4cbb6c
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent
}

.card-warning {
    background-color: #ff9a52;
    border-color: #ff9a52
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent
}

.card-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent
}

.card-outline-primary {
    background-color: transparent;
    border-color: #3387f2
}

.card-outline-secondary {
    background-color: transparent;
    border-color: transparent
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #FF9A52
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, .2)
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, .65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: calc(0.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

@media (min-width:576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0
    }

    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top
    }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media (min-width:576px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .card-group .card {
        display: table-cell;
        vertical-align: top
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0
    }
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #0c0c0e;
    border-radius: .25rem
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #FFF;
    content: ""
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #FFF
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem
}

.page-item {
    display: inline
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: .875rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .8125rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.tag:empty {
    display: none
}

.btn .tag {
    position: relative;
    top: -1px
}

a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.tag-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.tag-default {
    background-color: #818a91
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #687077
}

.tag-primary {
    background-color: #0275d8
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #025aa5
}

.tag-success {
    background-color: #5cb85c
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #449d44
}

.tag-info {
    background-color: #5bc0de
}

.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #31b0d5
}

.tag-warning {
    background-color: #f0ad4e
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #ec971f
}

.tag-danger {
    background-color: #d9534f
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #c9302c
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 2.5rem
}

.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: rgba(255, 154, 82, .3);
    border-color: #FF9A52;
    color: #999
}

.alert-warning hr {
    border-top-color: #ff8b39
}

.alert-warning .alert-link {
    color: gray
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

.progress[value] {
    background-color: #eee;
    border: 0;
    appearance: none;
    border-radius: .25rem
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: .25rem
}

base::-moz-progress-bar,
.progress[value] {
    background-color: #eee;
    border-radius: .25rem
}

@media screen and (min-width:0\0) {
    .progress {
        background-color: #eee;
        border-radius: .25rem
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem
    }

    .progress[width="100%"] {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

@media screen and (min-width:0\0) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem
    }
}

.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

@media screen and (min-width:0\0) {
    .progress-animated .progress-bar-striped {
        animation: progress-bar-stripes 2s linear infinite
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c
}

.progress-success[value]::-ms-fill {
    background-color: #5cb85c
}

@media screen and (min-width:0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de
}

@media screen and (min-width:0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e
}

.progress-warning[value]::-ms-fill {
    background-color: #f0ad4e
}

@media screen and (min-width:0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f
}

.progress-danger[value]::-ms-fill {
    background-color: #d9534f
}

@media screen and (min-width:0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f
    }
}

.media,
.media-body {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #818a91
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #333
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header::after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .8125rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .8125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
    margin-top: -10px
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 10px
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
    margin-top: 10px
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -10px
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: .2375rem .2375rem 0 0
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover::before {
    content: "";
    border-width: 11px
}

.popover::after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .carousel-item.next.left,
    .carousel-inner > .carousel-item.prev.right,
    .carousel-inner > .carousel-item.active {
        left: 0;
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.5625rem;
    font-size: 1rem;
    color: #999;
    text-align: center;
    text-shadow: none;
    opacity: 1
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    color: #999;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev::before {
    content: "\2039"
}

.carousel-control .icon-next::before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none
}

.carousel-caption .btn {
    text-shadow: none
}

@media (min-width:576px) {

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-faded {
    background-color: #f7f7f9
}

.bg-primary {
    background-color: #3387f2 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0e6ce4 !important
}

.bg-success {
    background-color: #4cbb6c !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #3a9a56 !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    background-color: #ff9a52 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ff7c1f !important
}

.bg-danger {
    background-color: #ff4c4c !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #ff1919 !important
}

.bg-inverse {
    background-color: #373a3c !important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2021 !important
}

.rounded {
    border-radius: .25rem
}

.rounded-top {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.rounded-right {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-left {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.rounded-circle {
    border-radius: 50%
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline {
    display: inline !important
}

.float-xs-left {
    float: left !important
}

.float-xs-right {
    float: right !important
}

.float-xs-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.m-0 {
    margin: 0 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: 1rem 1rem !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mr-1 {
    margin-right: 1rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.ml-1 {
    margin-left: 1rem !important
}

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-2 {
    margin: 1.5rem 1.5rem !important
}

.mt-2 {
    margin-top: 1.5rem !important
}

.mr-2 {
    margin-right: 1.5rem !important
}

.mb-2 {
    margin-bottom: 1.5rem !important
}

.ml-2 {
    margin-left: 1.5rem !important
}

.mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-3 {
    margin: 3rem 3rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mr-3 {
    margin-right: 3rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.ml-3 {
    margin-left: 3rem !important
}

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: 1rem 1rem !important
}

.pt-1 {
    padding-top: 1rem !important
}

.pr-1 {
    padding-right: 1rem !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.pl-1 {
    padding-left: 1rem !important
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-2 {
    padding: 1.5rem 1.5rem !important
}

.pt-2 {
    padding-top: 1.5rem !important
}

.pr-2 {
    padding-right: 1.5rem !important
}

.pb-2 {
    padding-bottom: 1.5rem !important
}

.pl-2 {
    padding-left: 1.5rem !important
}

.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-3 {
    padding: 3rem 3rem !important
}

.pt-3 {
    padding-top: 3rem !important
}

.pr-3 {
    padding-right: 3rem !important
}

.pb-3 {
    padding-bottom: 3rem !important
}

.pl-3 {
    padding-left: 3rem !important
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-xs-left {
    text-align: left !important
}

.text-xs-right {
    text-align: right !important
}

.text-xs-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #999999 !important
}

a.text-muted:focus,
a.text-muted:hover {
    color: gray !important
}

.text-primary {
    color: #3387f2 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0e6ce4 !important
}

.text-success {
    color: #4cbb6c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #3a9a56 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #ff9a52 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ff7c1f !important
}

.text-danger {
    color: #ff4c4c !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ff1919 !important
}

.text-gray-dark {
    color: #878787 !important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #6e6e6e !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container::after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px;
        max-width: 100%
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row::after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.col-xs,
.col-xs-2-4,
.col-xs-4-8,
.col-xs-7-2,
.col-xs-9-6,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.col-sm-2-4,
.col-sm-4-8,
.col-sm-7-2,
.col-sm-9-6,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-2-4,
.col-md-4-8,
.col-md-7-2,
.col-md-9-6,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-2-4,
.col-lg-4-8,
.col-lg-7-2,
.col-lg-9-6,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-2-4,
.col-xl-4-8,
.col-xl-7-2,
.col-xl-9-6,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {

    .col-xs,
    .col-xs-2-4,
    .col-xs-4-8,
    .col-xs-7-2,
    .col-xs-9-6,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-2-4,
    .col-sm-4-8,
    .col-sm-7-2,
    .col-sm-9-6,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-2-4,
    .col-md-4-8,
    .col-md-7-2,
    .col-md-9-6,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-2-4,
    .col-lg-4-8,
    .col-lg-7-2,
    .col-lg-9-6,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-2-4,
    .col-xl-4-8,
    .col-xl-7-2,
    .col-xl-9-6,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {

    .col-xs,
    .col-xs-2-4,
    .col-xs-4-8,
    .col-xs-7-2,
    .col-xs-9-6,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-2-4,
    .col-sm-4-8,
    .col-sm-7-2,
    .col-sm-9-6,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-2-4,
    .col-md-4-8,
    .col-md-7-2,
    .col-md-9-6,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-2-4,
    .col-lg-4-8,
    .col-lg-7-2,
    .col-lg-9-6,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-2-4,
    .col-xl-4-8,
    .col-xl-7-2,
    .col-xl-9-6,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {

    .col-xs,
    .col-xs-2-4,
    .col-xs-4-8,
    .col-xs-7-2,
    .col-xs-9-6,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-2-4,
    .col-sm-4-8,
    .col-sm-7-2,
    .col-sm-9-6,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-2-4,
    .col-md-4-8,
    .col-md-7-2,
    .col-md-9-6,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-2-4,
    .col-lg-4-8,
    .col-lg-7-2,
    .col-lg-9-6,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-2-4,
    .col-xl-4-8,
    .col-xl-7-2,
    .col-xl-9-6,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {

    .col-xs,
    .col-xs-2-4,
    .col-xs-4-8,
    .col-xs-7-2,
    .col-xs-9-6,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-2-4,
    .col-sm-4-8,
    .col-sm-7-2,
    .col-sm-9-6,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-2-4,
    .col-md-4-8,
    .col-md-7-2,
    .col-md-9-6,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-2-4,
    .col-lg-4-8,
    .col-lg-7-2,
    .col-lg-9-6,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-2-4,
    .col-xl-4-8,
    .col-xl-7-2,
    .col-xl-9-6,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-1 {
    float: left;
    width: 8.33333%
}

.col-xs-2 {
    float: left;
    width: 16.66667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.33333%
}

.col-xs-5 {
    float: left;
    width: 41.66667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.33333%
}

.col-xs-8 {
    float: left;
    width: 66.66667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.33333%
}

.col-xs-11 {
    float: left;
    width: 91.66667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

.col-xs-2-4 {
    float: left;
    width: 20%
}

.col-xs-4-8 {
    float: left;
    width: 40%
}

.col-xs-7-2 {
    float: left;
    width: 60%
}

.col-xs-9-6 {
    float: left;
    width: 80%
}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.33333%
}

.pull-xs-2 {
    right: 16.66667%
}

.pull-xs-3 {
    right: 25%
}

.pull-xs-4 {
    right: 33.33333%
}

.pull-xs-5 {
    right: 41.66667%
}

.pull-xs-6 {
    right: 50%
}

.pull-xs-7 {
    right: 58.33333%
}

.pull-xs-8 {
    right: 66.66667%
}

.pull-xs-9 {
    right: 75%
}

.pull-xs-10 {
    right: 83.33333%
}

.pull-xs-11 {
    right: 91.66667%
}

.pull-xs-12 {
    right: 100%
}

.pull-xs-2-4 {
    right: 20%
}

.pull-xs-4-8 {
    right: 40%
}

.pull-xs-7-2 {
    right: 60%
}

.pull-xs-9-6 {
    right: 80%
}

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.33333%
}

.push-xs-2 {
    left: 16.66667%
}

.push-xs-3 {
    left: 25%
}

.push-xs-4 {
    left: 33.33333%
}

.push-xs-5 {
    left: 41.66667%
}

.push-xs-6 {
    left: 50%
}

.push-xs-7 {
    left: 58.33333%
}

.push-xs-8 {
    left: 66.66667%
}

.push-xs-9 {
    left: 75%
}

.push-xs-10 {
    left: 83.33333%
}

.push-xs-11 {
    left: 91.66667%
}

.push-xs-12 {
    left: 100%
}

.push-xs-2-4 {
    left: 20%
}

.push-xs-4-8 {
    left: 40%
}

.push-xs-7-2 {
    left: 60%
}

.push-xs-9-6 {
    left: 80%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-1 {
    margin-left: 8.33333%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-2 {
    margin-left: 16.66667%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-3 {
    margin-left: 25%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-4 {
    margin-left: 33.33333%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-5 {
    margin-left: 41.66667%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-6 {
    margin-left: 50%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-7 {
    margin-left: 58.33333%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-8 {
    margin-left: 66.66667%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-9 {
    margin-left: 75%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-10 {
    margin-left: 83.33333%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

.offset-xs-11 {
    margin-left: 91.66667%
}

.offset-xs-2-4 {
    margin-left: 20%
}

.offset-xs-4-8 {
    margin-left: 40%
}

.offset-xs-7-2 {
    margin-left: 60%
}

.offset-xs-9-6 {
    margin-left: 80%
}

@media (min-width:576px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%
    }

    .col-sm-2 {
        float: left;
        width: 16.66667%
    }

    .col-sm-3 {
        float: left;
        width: 25%
    }

    .col-sm-4 {
        float: left;
        width: 33.33333%
    }

    .col-sm-5 {
        float: left;
        width: 41.66667%
    }

    .col-sm-6 {
        float: left;
        width: 50%
    }

    .col-sm-7 {
        float: left;
        width: 58.33333%
    }

    .col-sm-8 {
        float: left;
        width: 66.66667%
    }

    .col-sm-9 {
        float: left;
        width: 75%
    }

    .col-sm-10 {
        float: left;
        width: 83.33333%
    }

    .col-sm-11 {
        float: left;
        width: 91.66667%
    }

    .col-sm-12 {
        float: left;
        width: 100%
    }

    .col-sm-2-4 {
        float: left;
        width: 20%
    }

    .col-sm-4-8 {
        float: left;
        width: 40%
    }

    .col-sm-7-2 {
        float: left;
        width: 60%
    }

    .col-sm-9-6 {
        float: left;
        width: 80%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.33333%
    }

    .pull-sm-2 {
        right: 16.66667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.33333%
    }

    .pull-sm-5 {
        right: 41.66667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.33333%
    }

    .pull-sm-8 {
        right: 66.66667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.33333%
    }

    .pull-sm-11 {
        right: 91.66667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .pull-sm-2-4 {
        right: 20%
    }

    .pull-sm-4-8 {
        right: 40%
    }

    .pull-sm-7-2 {
        right: 60%
    }

    .pull-sm-9-6 {
        right: 80%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

    .push-sm-2-4 {
        left: 20%
    }

    .push-sm-4-8 {
        left: 40%
    }

    .push-sm-7-2 {
        left: 60%
    }

    .push-sm-9-6 {
        left: 80%
    }

    .offset-sm-0 {
        margin-left: 0%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .offset-sm-2-4 {
        margin-left: 20%
    }

    .offset-sm-4-8 {
        margin-left: 40%
    }

    .offset-sm-7-2 {
        margin-left: 60%
    }

    .offset-sm-9-6 {
        margin-left: 80%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%
    }

    .col-md-2 {
        float: left;
        width: 16.66667%
    }

    .col-md-3 {
        float: left;
        width: 25%
    }

    .col-md-4 {
        float: left;
        width: 33.33333%
    }

    .col-md-5 {
        float: left;
        width: 41.66667%
    }

    .col-md-6 {
        float: left;
        width: 50%
    }

    .col-md-7 {
        float: left;
        width: 58.33333%
    }

    .col-md-8 {
        float: left;
        width: 66.66667%
    }

    .col-md-9 {
        float: left;
        width: 75%
    }

    .col-md-10 {
        float: left;
        width: 83.33333%
    }

    .col-md-11 {
        float: left;
        width: 91.66667%
    }

    .col-md-12 {
        float: left;
        width: 100%
    }

    .col-md-2-4 {
        float: left;
        width: 20%
    }

    .col-md-4-8 {
        float: left;
        width: 40%
    }

    .col-md-7-2 {
        float: left;
        width: 60%
    }

    .col-md-9-6 {
        float: left;
        width: 80%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.33333%
    }

    .pull-md-2 {
        right: 16.66667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.33333%
    }

    .pull-md-5 {
        right: 41.66667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.33333%
    }

    .pull-md-8 {
        right: 66.66667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.33333%
    }

    .pull-md-11 {
        right: 91.66667%
    }

    .pull-md-12 {
        right: 100%
    }

    .pull-md-2-4 {
        right: 20%
    }

    .pull-md-4-8 {
        right: 40%
    }

    .pull-md-7-2 {
        right: 60%
    }

    .pull-md-9-6 {
        right: 80%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

    .push-md-2-4 {
        left: 20%
    }

    .push-md-4-8 {
        left: 40%
    }

    .push-md-7-2 {
        left: 60%
    }

    .push-md-9-6 {
        left: 80%
    }

    .offset-md-0 {
        margin-left: 0%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .offset-md-2-4 {
        margin-left: 20%
    }

    .offset-md-4-8 {
        margin-left: 40%
    }

    .offset-md-7-2 {
        margin-left: 60%
    }

    .offset-md-9-6 {
        margin-left: 80%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%
    }

    .col-lg-2 {
        float: left;
        width: 16.66667%
    }

    .col-lg-3 {
        float: left;
        width: 25%
    }

    .col-lg-4 {
        float: left;
        width: 33.33333%
    }

    .col-lg-5 {
        float: left;
        width: 41.66667%
    }

    .col-lg-6 {
        float: left;
        width: 50%
    }

    .col-lg-7 {
        float: left;
        width: 58.33333%
    }

    .col-lg-8 {
        float: left;
        width: 66.66667%
    }

    .col-lg-9 {
        float: left;
        width: 75%
    }

    .col-lg-10 {
        float: left;
        width: 83.33333%
    }

    .col-lg-11 {
        float: left;
        width: 91.66667%
    }

    .col-lg-12 {
        float: left;
        width: 100%
    }

    .col-lg-2-4 {
        float: left;
        width: 20%
    }

    .col-lg-4-8 {
        float: left;
        width: 40%
    }

    .col-lg-7-2 {
        float: left;
        width: 60%
    }

    .col-lg-9-6 {
        float: left;
        width: 80%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.33333%
    }

    .pull-lg-2 {
        right: 16.66667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.33333%
    }

    .pull-lg-5 {
        right: 41.66667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.33333%
    }

    .pull-lg-8 {
        right: 66.66667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.33333%
    }

    .pull-lg-11 {
        right: 91.66667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .pull-lg-2-4 {
        right: 20%
    }

    .pull-lg-4-8 {
        right: 40%
    }

    .pull-lg-7-2 {
        right: 60%
    }

    .pull-lg-9-6 {
        right: 80%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

    .push-lg-2-4 {
        left: 20%
    }

    .push-lg-4-8 {
        left: 40%
    }

    .push-lg-7-2 {
        left: 60%
    }

    .push-lg-9-6 {
        left: 80%
    }

    .offset-lg-0 {
        margin-left: 0%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .offset-lg-2-4 {
        margin-left: 20%
    }

    .offset-lg-4-8 {
        margin-left: 40%
    }

    .offset-lg-7-2 {
        margin-left: 60%
    }

    .offset-lg-9-6 {
        margin-left: 80%
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%
    }

    .col-xl-2 {
        float: left;
        width: 16.66667%
    }

    .col-xl-3 {
        float: left;
        width: 25%
    }

    .col-xl-4 {
        float: left;
        width: 33.33333%
    }

    .col-xl-5 {
        float: left;
        width: 41.66667%
    }

    .col-xl-6 {
        float: left;
        width: 50%
    }

    .col-xl-7 {
        float: left;
        width: 58.33333%
    }

    .col-xl-8 {
        float: left;
        width: 66.66667%
    }

    .col-xl-9 {
        float: left;
        width: 75%
    }

    .col-xl-10 {
        float: left;
        width: 83.33333%
    }

    .col-xl-11 {
        float: left;
        width: 91.66667%
    }

    .col-xl-12 {
        float: left;
        width: 100%
    }

    .col-xl-2-4 {
        float: left;
        width: 20%
    }

    .col-xl-4-8 {
        float: left;
        width: 40%
    }

    .col-xl-7-2 {
        float: left;
        width: 60%
    }

    .col-xl-9-6 {
        float: left;
        width: 80%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333%
    }

    .pull-xl-2 {
        right: 16.66667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xl-5 {
        right: 41.66667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333%
    }

    .pull-xl-8 {
        right: 66.66667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333%
    }

    .pull-xl-11 {
        right: 91.66667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .pull-xl-2-4 {
        right: 20%
    }

    .pull-xl-4-8 {
        right: 40%
    }

    .pull-xl-7-2 {
        right: 60%
    }

    .pull-xl-9-6 {
        right: 80%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .push-xl-2-4 {
        left: 20%
    }

    .push-xl-4-8 {
        left: 40%
    }

    .push-xl-7-2 {
        left: 60%
    }

    .push-xl-9-6 {
        left: 80%
    }

    .offset-xl-0 {
        margin-left: 0%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .offset-xl-2-4 {
        margin-left: 20%
    }

    .offset-xl-4-8 {
        margin-left: 40%
    }

    .offset-xl-7-2 {
        margin-left: 60%
    }

    .offset-xl-9-6 {
        margin-left: 80%
    }
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #656d73;
    background-color: #f8f8f8
}

[tabindex="-1"]:focus {
    outline: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #000;
    text-decoration: none
}

a:focus,
a:hover {
    color: #3387f2;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: none
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role="button"] {
    cursor: pointer
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #999;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
textarea {
    line-height: inherit
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type="search"] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'themify';
    src: url(../fonts/themify.eot);
    src: url("../fonts/themify_1.eot#iefix-fvbane") format("embedded-opentype"), url(../fonts/themify.woff) format("woff"), url(../fonts/themify.ttf) format("truetype"), url("../images/themify.svg#themify") format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="ti-"],
[class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #1f1f1f;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

.material-icons.shopping-cart {
    display: none
}

@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url(../fonts/Pe-icon-7-stroke_1.eot);
    src: url("../fonts/Pe-icon-7-stroke.eot#iefixd7yf1v") format("embedded-opentype"), url(../fonts/Pe-icon-7-stroke.woff) format("woff"), url(../fonts/Pe-icon-7-stroke.ttf) format("truetype"), url("../images/Pe-icon-7-stroke.svg#Pe-icon-7-stroke") format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #000;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pe-7s-search:before {
    content: "\e618"
}

.pe-7s-user:before {
    content: "\e605"
}

.pe-7s-shopbag:before {
    content: "\e615"
}

.pe-7s-diamond:before {
    content: "\e6af"
}

.pe-7s-like:before {
    content: "\e642"
}

.pe-7s-angle-down:before {
    content: "\e688"
}

.pe-7s-angle-up:before {
    content: "\e682"
}

.pe-7s-refresh-2:before {
    content: "\e6c2"
}

.pe-7s-cart:before {
    content: "\e66e"
}

.pe-7s-car:before {
    content: "\e6ae"
}

.pe-7s-refresh-2:before {
    content: "\e6c2"
}

.pe-7s-headphones:before {
    content: "\e6b5"
}

.pe-7s-phone:before {
    content: "\e627"
}

.pe-7s-map-marker:before {
    content: "\e638"
}

.pe-7s-paper-plane:before {
    content: "\e629"
}

@font-face {
    font-family: 'hobo';
    src: url(../fonts/hobostd-webfont.eot);
    src: url("../fonts/hobostd-webfont.eot#iefix") format("embedded-opentype"), url(../fonts/hobostd-webfont.woff2) format("woff2"), url(../fonts/hobostd-webfont.woff) format("woff"), url(../fonts/hobostd-webfont.ttf) format("truetype"), url("../images/hobostd-webfont.svg#webfontregular") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url(../fonts/Material-Design-Iconic-Font.woff2) format("woff2"), url(../fonts/Material-Design-Iconic-Font.woff) format("woff"), url(../fonts/Material-Design-Iconic-Font.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.zmdi-hc-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.zmdi-hc-2x {
    font-size: 2em
}

.zmdi-hc-3x {
    font-size: 3em
}

.zmdi-hc-4x {
    font-size: 4em
}

.zmdi-hc-5x {
    font-size: 5em
}

.zmdi-hc-fw {
    width: 1.28571429em;
    text-align: center
}

.zmdi-hc-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.zmdi-hc-ul > li {
    position: relative
}

.zmdi-hc-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.zmdi-hc-li.zmdi-hc-lg {
    left: -1.85714286em
}

.zmdi-hc-border {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 2px
}

.zmdi-hc-border-circle {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 50%
}

.zmdi.pull-left {
    float: left;
    margin-right: .15em
}

.zmdi.pull-right {
    float: right;
    margin-left: .15em
}

.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear
}

.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.zmdi-hc-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.zmdi-hc-stack-1x {
    line-height: inherit
}

.zmdi-hc-stack-2x {
    font-size: 2em
}

.zmdi-hc-inverse {
    color: #fff
}

.zmdi-3d-rotation:before {
    content: '\f101'
}

.zmdi-airplane-off:before {
    content: '\f102'
}

.zmdi-airplane:before {
    content: '\f103'
}

.zmdi-album:before {
    content: '\f104'
}

.zmdi-archive:before {
    content: '\f105'
}

.zmdi-assignment-account:before {
    content: '\f106'
}

.zmdi-assignment-alert:before {
    content: '\f107'
}

.zmdi-assignment-check:before {
    content: '\f108'
}

.zmdi-assignment-o:before {
    content: '\f109'
}

.zmdi-assignment-return:before {
    content: '\f10a'
}

.zmdi-assignment-returned:before {
    content: '\f10b'
}

.zmdi-assignment:before {
    content: '\f10c'
}

.zmdi-attachment-alt:before {
    content: '\f10d'
}

.zmdi-attachment:before {
    content: '\f10e'
}

.zmdi-audio:before {
    content: '\f10f'
}

.zmdi-badge-check:before {
    content: '\f110'
}

.zmdi-balance-wallet:before {
    content: '\f111'
}

.zmdi-balance:before {
    content: '\f112'
}

.zmdi-battery-alert:before {
    content: '\f113'
}

.zmdi-battery-flash:before {
    content: '\f114'
}

.zmdi-battery-unknown:before {
    content: '\f115'
}

.zmdi-battery:before {
    content: '\f116'
}

.zmdi-bike:before {
    content: '\f117'
}

.zmdi-block-alt:before {
    content: '\f118'
}

.zmdi-block:before {
    content: '\f119'
}

.zmdi-boat:before {
    content: '\f11a'
}

.zmdi-book-image:before {
    content: '\f11b'
}

.zmdi-book:before {
    content: '\f11c'
}

.zmdi-bookmark-outline:before {
    content: '\f11d'
}

.zmdi-bookmark:before {
    content: '\f11e'
}

.zmdi-brush:before {
    content: '\f11f'
}

.zmdi-bug:before {
    content: '\f120'
}

.zmdi-bus:before {
    content: '\f121'
}

.zmdi-cake:before {
    content: '\f122'
}

.zmdi-car-taxi:before {
    content: '\f123'
}

.zmdi-car-wash:before {
    content: '\f124'
}

.zmdi-car:before {
    content: '\f125'
}

.zmdi-card-giftcard:before {
    content: '\f126'
}

.zmdi-card-membership:before {
    content: '\f127'
}

.zmdi-card-travel:before {
    content: '\f128'
}

.zmdi-card:before {
    content: '\f129'
}

.zmdi-case-check:before {
    content: '\f12a'
}

.zmdi-case-download:before {
    content: '\f12b'
}

.zmdi-case-play:before {
    content: '\f12c'
}

.zmdi-case:before {
    content: '\f12d'
}

.zmdi-cast-connected:before {
    content: '\f12e'
}

.zmdi-cast:before {
    content: '\f12f'
}

.zmdi-chart-donut:before {
    content: '\f130'
}

.zmdi-chart:before {
    content: '\f131'
}

.zmdi-city-alt:before {
    content: '\f132'
}

.zmdi-city:before {
    content: '\f133'
}

.zmdi-close-circle-o:before {
    content: '\f134'
}

.zmdi-close-circle:before {
    content: '\f135'
}

.zmdi-close:before {
    content: '\f136'
}

.zmdi-cocktail:before {
    content: '\f137'
}

.zmdi-code-setting:before {
    content: '\f138'
}

.zmdi-code-smartphone:before {
    content: '\f139'
}

.zmdi-code:before {
    content: '\f13a'
}

.zmdi-coffee:before {
    content: '\f13b'
}

.zmdi-collection-bookmark:before {
    content: '\f13c'
}

.zmdi-collection-case-play:before {
    content: '\f13d'
}

.zmdi-collection-folder-image:before {
    content: '\f13e'
}

.zmdi-collection-image-o:before {
    content: '\f13f'
}

.zmdi-collection-image:before {
    content: '\f140'
}

.zmdi-collection-item-1:before {
    content: '\f141'
}

.zmdi-collection-item-2:before {
    content: '\f142'
}

.zmdi-collection-item-3:before {
    content: '\f143'
}

.zmdi-collection-item-4:before {
    content: '\f144'
}

.zmdi-collection-item-5:before {
    content: '\f145'
}

.zmdi-collection-item-6:before {
    content: '\f146'
}

.zmdi-collection-item-7:before {
    content: '\f147'
}

.zmdi-collection-item-8:before {
    content: '\f148'
}

.zmdi-collection-item-9-plus:before {
    content: '\f149'
}

.zmdi-collection-item-9:before {
    content: '\f14a'
}

.zmdi-collection-item:before {
    content: '\f14b'
}

.zmdi-collection-music:before {
    content: '\f14c'
}

.zmdi-collection-pdf:before {
    content: '\f14d'
}

.zmdi-collection-plus:before {
    content: '\f14e'
}

.zmdi-collection-speaker:before {
    content: '\f14f'
}

.zmdi-collection-text:before {
    content: '\f150'
}

.zmdi-collection-video:before {
    content: '\f151'
}

.zmdi-compass:before {
    content: '\f152'
}

.zmdi-cutlery:before {
    content: '\f153'
}

.zmdi-delete:before {
    content: '\f154'
}

.zmdi-dialpad:before {
    content: '\f155'
}

.zmdi-dns:before {
    content: '\f156'
}

.zmdi-drink:before {
    content: '\f157'
}

.zmdi-edit:before {
    content: '\f158'
}

.zmdi-email-open:before {
    content: '\f159'
}

.zmdi-email:before {
    content: '\f15a'
}

.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.zmdi-favorite-outline:before {
    content: '\f15e'
}

.zmdi-favorite:before {
    content: '\f15f'
}

.zmdi-filter-list:before {
    content: '\f160'
}

.zmdi-fire:before {
    content: '\f161'
}

.zmdi-flag:before {
    content: '\f162'
}

.zmdi-flare:before {
    content: '\f163'
}

.zmdi-flash-auto:before {
    content: '\f164'
}

.zmdi-flash-off:before {
    content: '\f165'
}

.zmdi-flash:before {
    content: '\f166'
}

.zmdi-flip:before {
    content: '\f167'
}

.zmdi-flower-alt:before {
    content: '\f168'
}

.zmdi-flower:before {
    content: '\f169'
}

.zmdi-font:before {
    content: '\f16a'
}

.zmdi-fullscreen-alt:before {
    content: '\f16b'
}

.zmdi-fullscreen-exit:before {
    content: '\f16c'
}

.zmdi-fullscreen:before {
    content: '\f16d'
}

.zmdi-functions:before {
    content: '\f16e'
}

.zmdi-gas-station:before {
    content: '\f16f'
}

.zmdi-gesture:before {
    content: '\f170'
}

.zmdi-globe-alt:before {
    content: '\f171'
}

.zmdi-globe-lock:before {
    content: '\f172'
}

.zmdi-globe:before {
    content: '\f173'
}

.zmdi-graduation-cap:before {
    content: '\f174'
}

.zmdi-home:before {
    content: '\f175'
}

.zmdi-hospital-alt:before {
    content: '\f176'
}

.zmdi-hospital:before {
    content: '\f177'
}

.zmdi-hotel:before {
    content: '\f178'
}

.zmdi-hourglass-alt:before {
    content: '\f179'
}

.zmdi-hourglass-outline:before {
    content: '\f17a'
}

.zmdi-hourglass:before {
    content: '\f17b'
}

.zmdi-http:before {
    content: '\f17c'
}

.zmdi-image-alt:before {
    content: '\f17d'
}

.zmdi-image-o:before {
    content: '\f17e'
}

.zmdi-image:before {
    content: '\f17f'
}

.zmdi-inbox:before {
    content: '\f180'
}

.zmdi-invert-colors-off:before {
    content: '\f181'
}

.zmdi-invert-colors:before {
    content: '\f182'
}

.zmdi-key:before {
    content: '\f183'
}

.zmdi-label-alt-outline:before {
    content: '\f184'
}

.zmdi-label-alt:before {
    content: '\f185'
}

.zmdi-label-heart:before {
    content: '\f186'
}

.zmdi-label:before {
    content: '\f187'
}

.zmdi-labels:before {
    content: '\f188'
}

.zmdi-lamp:before {
    content: '\f189'
}

.zmdi-landscape:before {
    content: '\f18a'
}

.zmdi-layers-off:before {
    content: '\f18b'
}

.zmdi-layers:before {
    content: '\f18c'
}

.zmdi-library:before {
    content: '\f18d'
}

.zmdi-link:before {
    content: '\f18e'
}

.zmdi-lock-open:before {
    content: '\f18f'
}

.zmdi-lock-outline:before {
    content: '\f190'
}

.zmdi-lock:before {
    content: '\f191'
}

.zmdi-mail-reply-all:before {
    content: '\f192'
}

.zmdi-mail-reply:before {
    content: '\f193'
}

.zmdi-mail-send:before {
    content: '\f194'
}

.zmdi-mall:before {
    content: '\f195'
}

.zmdi-map:before {
    content: '\f196'
}

.zmdi-menu:before {
    content: '\f197'
}

.zmdi-money-box:before {
    content: '\f198'
}

.zmdi-money-off:before {
    content: '\f199'
}

.zmdi-money:before {
    content: '\f19a'
}

.zmdi-more-vert:before {
    content: '\f19b'
}

.zmdi-more:before {
    content: '\f19c'
}

.zmdi-movie-alt:before {
    content: '\f19d'
}

.zmdi-movie:before {
    content: '\f19e'
}

.zmdi-nature-people:before {
    content: '\f19f'
}

.zmdi-nature:before {
    content: '\f1a0'
}

.zmdi-navigation:before {
    content: '\f1a1'
}

.zmdi-open-in-browser:before {
    content: '\f1a2'
}

.zmdi-open-in-new:before {
    content: '\f1a3'
}

.zmdi-palette:before {
    content: '\f1a4'
}

.zmdi-parking:before {
    content: '\f1a5'
}

.zmdi-pin-account:before {
    content: '\f1a6'
}

.zmdi-pin-assistant:before {
    content: '\f1a7'
}

.zmdi-pin-drop:before {
    content: '\f1a8'
}

.zmdi-pin-help:before {
    content: '\f1a9'
}

.zmdi-pin-off:before {
    content: '\f1aa'
}

.zmdi-pin:before {
    content: '\f1ab'
}

.zmdi-pizza:before {
    content: '\f1ac'
}

.zmdi-plaster:before {
    content: '\f1ad'
}

.zmdi-power-setting:before {
    content: '\f1ae'
}

.zmdi-power:before {
    content: '\f1af'
}

.zmdi-print:before {
    content: '\f1b0'
}

.zmdi-puzzle-piece:before {
    content: '\f1b1'
}

.zmdi-quote:before {
    content: '\f1b2'
}

.zmdi-railway:before {
    content: '\f1b3'
}

.zmdi-receipt:before {
    content: '\f1b4'
}

.zmdi-refresh-alt:before {
    content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}

.zmdi-refresh-sync:before {
    content: '\f1b8'
}

.zmdi-refresh:before {
    content: '\f1b9'
}

.zmdi-roller:before {
    content: '\f1ba'
}

.zmdi-ruler:before {
    content: '\f1bb'
}

.zmdi-scissors:before {
    content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}

.zmdi-screen-rotation:before {
    content: '\f1be'
}

.zmdi-search-for:before {
    content: '\f1bf'
}

.zmdi-search-in-file:before {
    content: '\f1c0'
}

.zmdi-search-in-page:before {
    content: '\f1c1'
}

.zmdi-search-replace:before {
    content: '\f1c2'
}

.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-seat:before {
    content: '\f1c4'
}

.zmdi-settings-square:before {
    content: '\f1c5'
}

.zmdi-settings:before {
    content: '\f1c6'
}

.zmdi-shield-check:before {
    content: '\f1c7'
}

.zmdi-shield-security:before {
    content: '\f1c8'
}

.zmdi-shopping-basket:before {
    content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}

.zmdi-shopping-cart:before {
    content: '\f1cb'
}

.zmdi-sign-in:before {
    content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}

.zmdi-sort-asc:before {
    content: '\f1cf'
}

.zmdi-sort-desc:before {
    content: '\f1d0'
}

.zmdi-spellcheck:before {
    content: '\f1d1'
}

.zmdi-storage:before {
    content: '\f1d2'
}

.zmdi-store-24:before {
    content: '\f1d3'
}

.zmdi-store:before {
    content: '\f1d4'
}

.zmdi-subway:before {
    content: '\f1d5'
}

.zmdi-sun:before {
    content: '\f1d6'
}

.zmdi-tab-unselected:before {
    content: '\f1d7'
}

.zmdi-tab:before {
    content: '\f1d8'
}

.zmdi-tag-close:before {
    content: '\f1d9'
}

.zmdi-tag-more:before {
    content: '\f1da'
}

.zmdi-tag:before {
    content: '\f1db'
}

.zmdi-thumb-down:before {
    content: '\f1dc'
}

.zmdi-thumb-up-down:before {
    content: '\f1dd'
}

.zmdi-thumb-up:before {
    content: '\f1de'
}

.zmdi-ticket-star:before {
    content: '\f1df'
}

.zmdi-toll:before {
    content: '\f1e0'
}

.zmdi-toys:before {
    content: '\f1e1'
}

.zmdi-traffic:before {
    content: '\f1e2'
}

.zmdi-translate:before {
    content: '\f1e3'
}

.zmdi-triangle-down:before {
    content: '\f1e4'
}

.zmdi-triangle-up:before {
    content: '\f1e5'
}

.zmdi-truck:before {
    content: '\f1e6'
}

.zmdi-turning-sign:before {
    content: '\f1e7'
}

.zmdi-wallpaper:before {
    content: '\f1e8'
}

.zmdi-washing-machine:before {
    content: '\f1e9'
}

.zmdi-window-maximize:before {
    content: '\f1ea'
}

.zmdi-window-minimize:before {
    content: '\f1eb'
}

.zmdi-window-restore:before {
    content: '\f1ec'
}

.zmdi-wrench:before {
    content: '\f1ed'
}

.zmdi-zoom-in:before {
    content: '\f1ee'
}

.zmdi-zoom-out:before {
    content: '\f1ef'
}

.zmdi-alert-circle-o:before {
    content: '\f1f0'
}

.zmdi-alert-circle:before {
    content: '\f1f1'
}

.zmdi-alert-octagon:before {
    content: '\f1f2'
}

.zmdi-alert-polygon:before {
    content: '\f1f3'
}

.zmdi-alert-triangle:before {
    content: '\f1f4'
}

.zmdi-help-outline:before {
    content: '\f1f5'
}

.zmdi-help:before {
    content: '\f1f6'
}

.zmdi-info-outline:before {
    content: '\f1f7'
}

.zmdi-info:before {
    content: '\f1f8'
}

.zmdi-notifications-active:before {
    content: '\f1f9'
}

.zmdi-notifications-add:before {
    content: '\f1fa'
}

.zmdi-notifications-none:before {
    content: '\f1fb'
}

.zmdi-notifications-off:before {
    content: '\f1fc'
}

.zmdi-notifications-paused:before {
    content: '\f1fd'
}

.zmdi-notifications:before {
    content: '\f1fe'
}

.zmdi-account-add:before {
    content: '\f1ff'
}

.zmdi-account-box-mail:before {
    content: '\f200'
}

.zmdi-account-box-o:before {
    content: '\f201'
}

.zmdi-account-box-phone:before {
    content: '\f202'
}

.zmdi-account-box:before {
    content: '\f203'
}

.zmdi-account-calendar:before {
    content: '\f204'
}

.zmdi-account-circle:before {
    content: '\f205'
}

.zmdi-account-o:before {
    content: '\f206'
}

.zmdi-account:before {
    content: '\f207'
}

.zmdi-accounts-add:before {
    content: '\f208'
}

.zmdi-accounts-alt:before {
    content: '\f209'
}

.zmdi-accounts-list-alt:before {
    content: '\f20a'
}

.zmdi-accounts-list:before {
    content: '\f20b'
}

.zmdi-accounts-outline:before {
    content: '\f20c'
}

.zmdi-accounts:before {
    content: '\f20d'
}

.zmdi-face:before {
    content: '\f20e'
}

.zmdi-female:before {
    content: '\f20f'
}

.zmdi-male-alt:before {
    content: '\f210'
}

.zmdi-male-female:before {
    content: '\f211'
}

.zmdi-male:before {
    content: '\f212'
}

.zmdi-mood-bad:before {
    content: '\f213'
}

.zmdi-mood:before {
    content: '\f214'
}

.zmdi-run:before {
    content: '\f215'
}

.zmdi-walk:before {
    content: '\f216'
}

.zmdi-cloud-box:before {
    content: '\f217'
}

.zmdi-cloud-circle:before {
    content: '\f218'
}

.zmdi-cloud-done:before {
    content: '\f219'
}

.zmdi-cloud-download:before {
    content: '\f21a'
}

.zmdi-cloud-off:before {
    content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}

.zmdi-cloud-outline:before {
    content: '\f21d'
}

.zmdi-cloud-upload:before {
    content: '\f21e'
}

.zmdi-cloud:before {
    content: '\f21f'
}

.zmdi-download:before {
    content: '\f220'
}

.zmdi-file-plus:before {
    content: '\f221'
}

.zmdi-file-text:before {
    content: '\f222'
}

.zmdi-file:before {
    content: '\f223'
}

.zmdi-folder-outline:before {
    content: '\f224'
}

.zmdi-folder-person:before {
    content: '\f225'
}

.zmdi-folder-star-alt:before {
    content: '\f226'
}

.zmdi-folder-star:before {
    content: '\f227'
}

.zmdi-folder:before {
    content: '\f228'
}

.zmdi-gif:before {
    content: '\f229'
}

.zmdi-upload:before {
    content: '\f22a'
}

.zmdi-border-all:before {
    content: '\f22b'
}

.zmdi-border-bottom:before {
    content: '\f22c'
}

.zmdi-border-clear:before {
    content: '\f22d'
}

.zmdi-border-color:before {
    content: '\f22e'
}

.zmdi-border-horizontal:before {
    content: '\f22f'
}

.zmdi-border-inner:before {
    content: '\f230'
}

.zmdi-border-left:before {
    content: '\f231'
}

.zmdi-border-outer:before {
    content: '\f232'
}

.zmdi-border-right:before {
    content: '\f233'
}

.zmdi-border-style:before {
    content: '\f234'
}

.zmdi-border-top:before {
    content: '\f235'
}

.zmdi-border-vertical:before {
    content: '\f236'
}

.zmdi-copy:before {
    content: '\f237'
}

.zmdi-crop:before {
    content: '\f238'
}

.zmdi-format-align-center:before {
    content: '\f239'
}

.zmdi-format-align-justify:before {
    content: '\f23a'
}

.zmdi-format-align-left:before {
    content: '\f23b'
}

.zmdi-format-align-right:before {
    content: '\f23c'
}

.zmdi-format-bold:before {
    content: '\f23d'
}

.zmdi-format-clear-all:before {
    content: '\f23e'
}

.zmdi-format-clear:before {
    content: '\f23f'
}

.zmdi-format-color-fill:before {
    content: '\f240'
}

.zmdi-format-color-reset:before {
    content: '\f241'
}

.zmdi-format-color-text:before {
    content: '\f242'
}

.zmdi-format-indent-decrease:before {
    content: '\f243'
}

.zmdi-format-indent-increase:before {
    content: '\f244'
}

.zmdi-format-italic:before {
    content: '\f245'
}

.zmdi-format-line-spacing:before {
    content: '\f246'
}

.zmdi-format-list-bulleted:before {
    content: '\f247'
}

.zmdi-format-list-numbered:before {
    content: '\f248'
}

.zmdi-format-ltr:before {
    content: '\f249'
}

.zmdi-format-rtl:before {
    content: '\f24a'
}

.zmdi-format-size:before {
    content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}

.zmdi-format-strikethrough:before {
    content: '\f24d'
}

.zmdi-format-subject:before {
    content: '\f24e'
}

.zmdi-format-underlined:before {
    content: '\f24f'
}

.zmdi-format-valign-bottom:before {
    content: '\f250'
}

.zmdi-format-valign-center:before {
    content: '\f251'
}

.zmdi-format-valign-top:before {
    content: '\f252'
}

.zmdi-redo:before {
    content: '\f253'
}

.zmdi-select-all:before {
    content: '\f254'
}

.zmdi-space-bar:before {
    content: '\f255'
}

.zmdi-text-format:before {
    content: '\f256'
}

.zmdi-transform:before {
    content: '\f257'
}

.zmdi-undo:before {
    content: '\f258'
}

.zmdi-wrap-text:before {
    content: '\f259'
}

.zmdi-comment-alert:before {
    content: '\f25a'
}

.zmdi-comment-alt-text:before {
    content: '\f25b'
}

.zmdi-comment-alt:before {
    content: '\f25c'
}

.zmdi-comment-edit:before {
    content: '\f25d'
}

.zmdi-comment-image:before {
    content: '\f25e'
}

.zmdi-comment-list:before {
    content: '\f25f'
}

.zmdi-comment-more:before {
    content: '\f260'
}

.zmdi-comment-outline:before {
    content: '\f261'
}

.zmdi-comment-text-alt:before {
    content: '\f262'
}

.zmdi-comment-text:before {
    content: '\f263'
}

.zmdi-comment-video:before {
    content: '\f264'
}

.zmdi-comment:before {
    content: '\f265'
}

.zmdi-comments:before {
    content: '\f266'
}

.zmdi-check-all:before {
    content: '\f267'
}

.zmdi-check-circle-u:before {
    content: '\f268'
}

.zmdi-check-circle:before {
    content: '\f269'
}

.zmdi-check-square:before {
    content: '\f26a'
}

.zmdi-check:before {
    content: '\f26b'
}

.zmdi-circle-o:before {
    content: '\f26c'
}

.zmdi-circle:before {
    content: '\f26d'
}

.zmdi-dot-circle-alt:before {
    content: '\f26e'
}

.zmdi-dot-circle:before {
    content: '\f26f'
}

.zmdi-minus-circle-outline:before {
    content: '\f270'
}

.zmdi-minus-circle:before {
    content: '\f271'
}

.zmdi-minus-square:before {
    content: '\f272'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}

.zmdi-plus-circle-o:before {
    content: '\f275'
}

.zmdi-plus-circle:before {
    content: '\f276'
}

.zmdi-plus-square:before {
    content: '\f277'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-square-o:before {
    content: '\f279'
}

.zmdi-star-circle:before {
    content: '\f27a'
}

.zmdi-star-half:before {
    content: '\f27b'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-bluetooth-connected:before {
    content: '\f27e'
}

.zmdi-bluetooth-off:before {
    content: '\f27f'
}

.zmdi-bluetooth-search:before {
    content: '\f280'
}

.zmdi-bluetooth-setting:before {
    content: '\f281'
}

.zmdi-bluetooth:before {
    content: '\f282'
}

.zmdi-camera-add:before {
    content: '\f283'
}

.zmdi-camera-alt:before {
    content: '\f284'
}

.zmdi-camera-bw:before {
    content: '\f285'
}

.zmdi-camera-front:before {
    content: '\f286'
}

.zmdi-camera-mic:before {
    content: '\f287'
}

.zmdi-camera-party-mode:before {
    content: '\f288'
}

.zmdi-camera-rear:before {
    content: '\f289'
}

.zmdi-camera-roll:before {
    content: '\f28a'
}

.zmdi-camera-switch:before {
    content: '\f28b'
}

.zmdi-camera:before {
    content: '\f28c'
}

.zmdi-card-alert:before {
    content: '\f28d'
}

.zmdi-card-off:before {
    content: '\f28e'
}

.zmdi-card-sd:before {
    content: '\f28f'
}

.zmdi-card-sim:before {
    content: '\f290'
}

.zmdi-desktop-mac:before {
    content: '\f291'
}

.zmdi-desktop-windows:before {
    content: '\f292'
}

.zmdi-device-hub:before {
    content: '\f293'
}

.zmdi-devices-off:before {
    content: '\f294'
}

.zmdi-devices:before {
    content: '\f295'
}

.zmdi-dock:before {
    content: '\f296'
}

.zmdi-floppy:before {
    content: '\f297'
}

.zmdi-gamepad:before {
    content: '\f298'
}

.zmdi-gps-dot:before {
    content: '\f299'
}

.zmdi-gps-off:before {
    content: '\f29a'
}

.zmdi-gps:before {
    content: '\f29b'
}

.zmdi-headset-mic:before {
    content: '\f29c'
}

.zmdi-headset:before {
    content: '\f29d'
}

.zmdi-input-antenna:before {
    content: '\f29e'
}

.zmdi-input-composite:before {
    content: '\f29f'
}

.zmdi-input-hdmi:before {
    content: '\f2a0'
}

.zmdi-input-power:before {
    content: '\f2a1'
}

.zmdi-input-svideo:before {
    content: '\f2a2'
}

.zmdi-keyboard-hide:before {
    content: '\f2a3'
}

.zmdi-keyboard:before {
    content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}

.zmdi-laptop-mac:before {
    content: '\f2a6'
}

.zmdi-laptop:before {
    content: '\f2a7'
}

.zmdi-mic-off:before {
    content: '\f2a8'
}

.zmdi-mic-outline:before {
    content: '\f2a9'
}

.zmdi-mic-setting:before {
    content: '\f2aa'
}

.zmdi-mic:before {
    content: '\f2ab'
}

.zmdi-mouse:before {
    content: '\f2ac'
}

.zmdi-network-alert:before {
    content: '\f2ad'
}

.zmdi-network-locked:before {
    content: '\f2ae'
}

.zmdi-network-off:before {
    content: '\f2af'
}

.zmdi-network-outline:before {
    content: '\f2b0'
}

.zmdi-network-setting:before {
    content: '\f2b1'
}

.zmdi-network:before {
    content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}

.zmdi-phone-end:before {
    content: '\f2b4'
}

.zmdi-phone-forwarded:before {
    content: '\f2b5'
}

.zmdi-phone-in-talk:before {
    content: '\f2b6'
}

.zmdi-phone-locked:before {
    content: '\f2b7'
}

.zmdi-phone-missed:before {
    content: '\f2b8'
}

.zmdi-phone-msg:before {
    content: '\f2b9'
}

.zmdi-phone-paused:before {
    content: '\f2ba'
}

.zmdi-phone-ring:before {
    content: '\f2bb'
}

.zmdi-phone-setting:before {
    content: '\f2bc'
}

.zmdi-phone-sip:before {
    content: '\f2bd'
}

.zmdi-phone:before {
    content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}

.zmdi-portable-wifi:before {
    content: '\f2c1'
}

.zmdi-radio:before {
    content: '\f2c2'
}

.zmdi-reader:before {
    content: '\f2c3'
}

.zmdi-remote-control-alt:before {
    content: '\f2c4'
}

.zmdi-remote-control:before {
    content: '\f2c5'
}

.zmdi-router:before {
    content: '\f2c6'
}

.zmdi-scanner:before {
    content: '\f2c7'
}

.zmdi-smartphone-android:before {
    content: '\f2c8'
}

.zmdi-smartphone-download:before {
    content: '\f2c9'
}

.zmdi-smartphone-erase:before {
    content: '\f2ca'
}

.zmdi-smartphone-info:before {
    content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}

.zmdi-smartphone-lock:before {
    content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}

.zmdi-smartphone-ring:before {
    content: '\f2d1'
}

.zmdi-smartphone-setting:before {
    content: '\f2d2'
}

.zmdi-smartphone-setup:before {
    content: '\f2d3'
}

.zmdi-smartphone:before {
    content: '\f2d4'
}

.zmdi-speaker:before {
    content: '\f2d5'
}

.zmdi-tablet-android:before {
    content: '\f2d6'
}

.zmdi-tablet-mac:before {
    content: '\f2d7'
}

.zmdi-tablet:before {
    content: '\f2d8'
}

.zmdi-tv-alt-play:before {
    content: '\f2d9'
}

.zmdi-tv-list:before {
    content: '\f2da'
}

.zmdi-tv-play:before {
    content: '\f2db'
}

.zmdi-tv:before {
    content: '\f2dc'
}

.zmdi-usb:before {
    content: '\f2dd'
}

.zmdi-videocam-off:before {
    content: '\f2de'
}

.zmdi-videocam-switch:before {
    content: '\f2df'
}

.zmdi-videocam:before {
    content: '\f2e0'
}

.zmdi-watch:before {
    content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}

.zmdi-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-wifi-info:before {
    content: '\f2e4'
}

.zmdi-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-wifi-off:before {
    content: '\f2e6'
}

.zmdi-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-wifi:before {
    content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}

.zmdi-arrow-left:before {
    content: '\f2ea'
}

.zmdi-arrow-merge:before {
    content: '\f2eb'
}

.zmdi-arrow-missed:before {
    content: '\f2ec'
}

.zmdi-arrow-right-top:before {
    content: '\f2ed'
}

.zmdi-arrow-right:before {
    content: '\f2ee'
}

.zmdi-arrow-split:before {
    content: '\f2ef'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.zmdi-caret-down-circle:before {
    content: '\f2f1'
}

.zmdi-caret-down:before {
    content: '\f2f2'
}

.zmdi-caret-left-circle:before {
    content: '\f2f3'
}

.zmdi-caret-left:before {
    content: '\f2f4'
}

.zmdi-caret-right-circle:before {
    content: '\f2f5'
}

.zmdi-caret-right:before {
    content: '\f2f6'
}

.zmdi-caret-up-circle:before {
    content: '\f2f7'
}

.zmdi-caret-up:before {
    content: '\f2f8'
}

.zmdi-chevron-down:before {
    content: '\f2f9'
}

.zmdi-chevron-left:before {
    content: '\f2fa'
}

.zmdi-chevron-right:before {
    content: '\f2fb'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-forward:before {
    content: '\f2fd'
}

.zmdi-long-arrow-down:before {
    content: '\f2fe'
}

.zmdi-long-arrow-left:before {
    content: '\f2ff'
}

.zmdi-long-arrow-return:before {
    content: '\f300'
}

.zmdi-long-arrow-right:before {
    content: '\f301'
}

.zmdi-long-arrow-tab:before {
    content: '\f302'
}

.zmdi-long-arrow-up:before {
    content: '\f303'
}

.zmdi-rotate-ccw:before {
    content: '\f304'
}

.zmdi-rotate-cw:before {
    content: '\f305'
}

.zmdi-rotate-left:before {
    content: '\f306'
}

.zmdi-rotate-right:before {
    content: '\f307'
}

.zmdi-square-down:before {
    content: '\f308'
}

.zmdi-square-right:before {
    content: '\f309'
}

.zmdi-swap-alt:before {
    content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}

.zmdi-swap-vertical:before {
    content: '\f30c'
}

.zmdi-swap:before {
    content: '\f30d'
}

.zmdi-trending-down:before {
    content: '\f30e'
}

.zmdi-trending-flat:before {
    content: '\f30f'
}

.zmdi-trending-up:before {
    content: '\f310'
}

.zmdi-unfold-less:before {
    content: '\f311'
}

.zmdi-unfold-more:before {
    content: '\f312'
}

.zmdi-apps:before {
    content: '\f313'
}

.zmdi-grid-off:before {
    content: '\f314'
}

.zmdi-grid:before {
    content: '\f315'
}

.zmdi-view-agenda:before {
    content: '\f316'
}

.zmdi-view-array:before {
    content: '\f317'
}

.zmdi-view-carousel:before {
    content: '\f318'
}

.zmdi-view-column:before {
    content: '\f319'
}

.zmdi-view-comfy:before {
    content: '\f31a'
}

.zmdi-view-compact:before {
    content: '\f31b'
}

.zmdi-view-dashboard:before {
    content: '\f31c'
}

.zmdi-view-day:before {
    content: '\f31d'
}

.zmdi-view-headline:before {
    content: '\f31e'
}

.zmdi-view-list-alt:before {
    content: '\f31f'
}

.zmdi-view-list:before {
    content: '\f320'
}

.zmdi-view-module:before {
    content: '\f321'
}

.zmdi-view-quilt:before {
    content: '\f322'
}

.zmdi-view-stream:before {
    content: '\f323'
}

.zmdi-view-subtitles:before {
    content: '\f324'
}

.zmdi-view-toc:before {
    content: '\f325'
}

.zmdi-view-web:before {
    content: '\f326'
}

.zmdi-view-week:before {
    content: '\f327'
}

.zmdi-widgets:before {
    content: '\f328'
}

.zmdi-alarm-check:before {
    content: '\f329'
}

.zmdi-alarm-off:before {
    content: '\f32a'
}

.zmdi-alarm-plus:before {
    content: '\f32b'
}

.zmdi-alarm-snooze:before {
    content: '\f32c'
}

.zmdi-alarm:before {
    content: '\f32d'
}

.zmdi-calendar-alt:before {
    content: '\f32e'
}

.zmdi-calendar-check:before {
    content: '\f32f'
}

.zmdi-calendar-close:before {
    content: '\f330'
}

.zmdi-calendar-note:before {
    content: '\f331'
}

.zmdi-calendar:before {
    content: '\f332'
}

.zmdi-time-countdown:before {
    content: '\f333'
}

.zmdi-time-interval:before {
    content: '\f334'
}

.zmdi-time-restore-setting:before {
    content: '\f335'
}

.zmdi-time-restore:before {
    content: '\f336'
}

.zmdi-time:before {
    content: '\f337'
}

.zmdi-timer-off:before {
    content: '\f338'
}

.zmdi-timer:before {
    content: '\f339'
}

.zmdi-android-alt:before {
    content: '\f33a'
}

.zmdi-android:before {
    content: '\f33b'
}

.zmdi-apple:before {
    content: '\f33c'
}

.zmdi-behance:before {
    content: '\f33d'
}

.zmdi-codepen:before {
    content: '\f33e'
}

.zmdi-dribbble:before {
    content: '\f33f'
}

.zmdi-dropbox:before {
    content: '\f340'
}

.zmdi-evernote:before {
    content: '\f341'
}

.zmdi-facebook-box:before {
    content: '\f342'
}

.zmdi-facebook:before {
    content: '\f343'
}

.zmdi-github-box:before {
    content: '\f344'
}

.zmdi-github:before {
    content: '\f345'
}

.zmdi-google-drive:before {
    content: '\f346'
}

.zmdi-google-earth:before {
    content: '\f347'
}

.zmdi-google-glass:before {
    content: '\f348'
}

.zmdi-google-maps:before {
    content: '\f349'
}

.zmdi-google-pages:before {
    content: '\f34a'
}

.zmdi-google-play:before {
    content: '\f34b'
}

.zmdi-google-plus-box:before {
    content: '\f34c'
}

.zmdi-google-plus:before {
    content: '\f34d'
}

.zmdi-google:before {
    content: '\f34e'
}

.zmdi-instagram:before {
    content: '\f34f'
}

.zmdi-language-css3:before {
    content: '\f350'
}

.zmdi-language-html5:before {
    content: '\f351'
}

.zmdi-language-javascript:before {
    content: '\f352'
}

.zmdi-language-python-alt:before {
    content: '\f353'
}

.zmdi-language-python:before {
    content: '\f354'
}

.zmdi-lastfm:before {
    content: '\f355'
}

.zmdi-linkedin-box:before {
    content: '\f356'
}

.zmdi-paypal:before {
    content: '\f357'
}

.zmdi-pinterest-box:before {
    content: '\f358'
}

.zmdi-pocket:before {
    content: '\f359'
}

.zmdi-polymer:before {
    content: '\f35a'
}

.zmdi-share:before {
    content: '\f35b'
}

.zmdi-stackoverflow:before {
    content: '\f35c'
}

.zmdi-steam-square:before {
    content: '\f35d'
}

.zmdi-steam:before {
    content: '\f35e'
}

.zmdi-twitter-box:before {
    content: '\f35f'
}

.zmdi-twitter:before {
    content: '\f360'
}

.zmdi-vk:before {
    content: '\f361'
}

.zmdi-wikipedia:before {
    content: '\f362'
}

.zmdi-windows:before {
    content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}

.zmdi-aspect-ratio:before {
    content: '\f365'
}

.zmdi-blur-circular:before {
    content: '\f366'
}

.zmdi-blur-linear:before {
    content: '\f367'
}

.zmdi-blur-off:before {
    content: '\f368'
}

.zmdi-blur:before {
    content: '\f369'
}

.zmdi-brightness-2:before {
    content: '\f36a'
}

.zmdi-brightness-3:before {
    content: '\f36b'
}

.zmdi-brightness-4:before {
    content: '\f36c'
}

.zmdi-brightness-5:before {
    content: '\f36d'
}

.zmdi-brightness-6:before {
    content: '\f36e'
}

.zmdi-brightness-7:before {
    content: '\f36f'
}

.zmdi-brightness-auto:before {
    content: '\f370'
}

.zmdi-brightness-setting:before {
    content: '\f371'
}

.zmdi-broken-image:before {
    content: '\f372'
}

.zmdi-center-focus-strong:before {
    content: '\f373'
}

.zmdi-center-focus-weak:before {
    content: '\f374'
}

.zmdi-compare:before {
    content: '\f375'
}

.zmdi-crop-16-9:before {
    content: '\f376'
}

.zmdi-crop-3-2:before {
    content: '\f377'
}

.zmdi-crop-5-4:before {
    content: '\f378'
}

.zmdi-crop-7-5:before {
    content: '\f379'
}

.zmdi-crop-din:before {
    content: '\f37a'
}

.zmdi-crop-free:before {
    content: '\f37b'
}

.zmdi-crop-landscape:before {
    content: '\f37c'
}

.zmdi-crop-portrait:before {
    content: '\f37d'
}

.zmdi-crop-square:before {
    content: '\f37e'
}

.zmdi-exposure-alt:before {
    content: '\f37f'
}

.zmdi-exposure:before {
    content: '\f380'
}

.zmdi-filter-b-and-w:before {
    content: '\f381'
}

.zmdi-filter-center-focus:before {
    content: '\f382'
}

.zmdi-filter-frames:before {
    content: '\f383'
}

.zmdi-filter-tilt-shift:before {
    content: '\f384'
}

.zmdi-gradient:before {
    content: '\f385'
}

.zmdi-grain:before {
    content: '\f386'
}

.zmdi-graphic-eq:before {
    content: '\f387'
}

.zmdi-hdr-off:before {
    content: '\f388'
}

.zmdi-hdr-strong:before {
    content: '\f389'
}

.zmdi-hdr-weak:before {
    content: '\f38a'
}

.zmdi-hdr:before {
    content: '\f38b'
}

.zmdi-iridescent:before {
    content: '\f38c'
}

.zmdi-leak-off:before {
    content: '\f38d'
}

.zmdi-leak:before {
    content: '\f38e'
}

.zmdi-looks:before {
    content: '\f38f'
}

.zmdi-loupe:before {
    content: '\f390'
}

.zmdi-panorama-horizontal:before {
    content: '\f391'
}

.zmdi-panorama-vertical:before {
    content: '\f392'
}

.zmdi-panorama-wide-angle:before {
    content: '\f393'
}

.zmdi-photo-size-select-large:before {
    content: '\f394'
}

.zmdi-photo-size-select-small:before {
    content: '\f395'
}

.zmdi-picture-in-picture:before {
    content: '\f396'
}

.zmdi-slideshow:before {
    content: '\f397'
}

.zmdi-texture:before {
    content: '\f398'
}

.zmdi-tonality:before {
    content: '\f399'
}

.zmdi-vignette:before {
    content: '\f39a'
}

.zmdi-wb-auto:before {
    content: '\f39b'
}

.zmdi-eject-alt:before {
    content: '\f39c'
}

.zmdi-eject:before {
    content: '\f39d'
}

.zmdi-equalizer:before {
    content: '\f39e'
}

.zmdi-fast-forward:before {
    content: '\f39f'
}

.zmdi-fast-rewind:before {
    content: '\f3a0'
}

.zmdi-forward-10:before {
    content: '\f3a1'
}

.zmdi-forward-30:before {
    content: '\f3a2'
}

.zmdi-forward-5:before {
    content: '\f3a3'
}

.zmdi-hearing:before {
    content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}

.zmdi-pause-circle:before {
    content: '\f3a6'
}

.zmdi-pause:before {
    content: '\f3a7'
}

.zmdi-play-circle-outline:before {
    content: '\f3a8'
}

.zmdi-play-circle:before {
    content: '\f3a9'
}

.zmdi-play:before {
    content: '\f3aa'
}

.zmdi-playlist-audio:before {
    content: '\f3ab'
}

.zmdi-playlist-plus:before {
    content: '\f3ac'
}

.zmdi-repeat-one:before {
    content: '\f3ad'
}

.zmdi-repeat:before {
    content: '\f3ae'
}

.zmdi-replay-10:before {
    content: '\f3af'
}

.zmdi-replay-30:before {
    content: '\f3b0'
}

.zmdi-replay-5:before {
    content: '\f3b1'
}

.zmdi-replay:before {
    content: '\f3b2'
}

.zmdi-shuffle:before {
    content: '\f3b3'
}

.zmdi-skip-next:before {
    content: '\f3b4'
}

.zmdi-skip-previous:before {
    content: '\f3b5'
}

.zmdi-stop:before {
    content: '\f3b6'
}

.zmdi-surround-sound:before {
    content: '\f3b7'
}

.zmdi-tune:before {
    content: '\f3b8'
}

.zmdi-volume-down:before {
    content: '\f3b9'
}

.zmdi-volume-mute:before {
    content: '\f3ba'
}

.zmdi-volume-off:before {
    content: '\f3bb'
}

.zmdi-volume-up:before {
    content: '\f3bc'
}

.zmdi-n-1-square:before {
    content: '\f3bd'
}

.zmdi-n-2-square:before {
    content: '\f3be'
}

.zmdi-n-3-square:before {
    content: '\f3bf'
}

.zmdi-n-4-square:before {
    content: '\f3c0'
}

.zmdi-n-5-square:before {
    content: '\f3c1'
}

.zmdi-n-6-square:before {
    content: '\f3c2'
}

.zmdi-neg-1:before {
    content: '\f3c3'
}

.zmdi-neg-2:before {
    content: '\f3c4'
}

.zmdi-plus-1:before {
    content: '\f3c5'
}

.zmdi-plus-2:before {
    content: '\f3c6'
}

.zmdi-sec-10:before {
    content: '\f3c7'
}

.zmdi-sec-3:before {
    content: '\f3c8'
}

.zmdi-zero:before {
    content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}

.zmdi-airplay:before {
    content: '\f3d2'
}

.zmdi-closed-caption:before {
    content: '\f3d3'
}

.zmdi-confirmation-number:before {
    content: '\f3d4'
}

.zmdi-developer-board:before {
    content: '\f3d5'
}

.zmdi-disc-full:before {
    content: '\f3d6'
}

.zmdi-explicit:before {
    content: '\f3d7'
}

.zmdi-flight-land:before {
    content: '\f3d8'
}

.zmdi-flight-takeoff:before {
    content: '\f3d9'
}

.zmdi-flip-to-back:before {
    content: '\f3da'
}

.zmdi-flip-to-front:before {
    content: '\f3db'
}

.zmdi-group-work:before {
    content: '\f3dc'
}

.zmdi-hd:before {
    content: '\f3dd'
}

.zmdi-hq:before {
    content: '\f3de'
}

.zmdi-markunread-mailbox:before {
    content: '\f3df'
}

.zmdi-memory:before {
    content: '\f3e0'
}

.zmdi-nfc:before {
    content: '\f3e1'
}

.zmdi-play-for-work:before {
    content: '\f3e2'
}

.zmdi-power-input:before {
    content: '\f3e3'
}

.zmdi-present-to-all:before {
    content: '\f3e4'
}

.zmdi-satellite:before {
    content: '\f3e5'
}

.zmdi-tap-and-play:before {
    content: '\f3e6'
}

.zmdi-vibration:before {
    content: '\f3e7'
}

.zmdi-voicemail:before {
    content: '\f3e8'
}

.zmdi-group:before {
    content: '\f3e9'
}

.zmdi-rss:before {
    content: '\f3ea'
}

.zmdi-shape:before {
    content: '\f3eb'
}

.zmdi-spinner:before {
    content: '\f3ec'
}

.zmdi-ungroup:before {
    content: '\f3ed'
}

.zmdi-500px:before {
    content: '\f3ee'
}

.zmdi-8tracks:before {
    content: '\f3ef'
}

.zmdi-amazon:before {
    content: '\f3f0'
}

.zmdi-blogger:before {
    content: '\f3f1'
}

.zmdi-delicious:before {
    content: '\f3f2'
}

.zmdi-disqus:before {
    content: '\f3f3'
}

.zmdi-flattr:before {
    content: '\f3f4'
}

.zmdi-flickr:before {
    content: '\f3f5'
}

.zmdi-github-alt:before {
    content: '\f3f6'
}

.zmdi-google-old:before {
    content: '\f3f7'
}

.zmdi-linkedin:before {
    content: '\f3f8'
}

.zmdi-odnoklassniki:before {
    content: '\f3f9'
}

.zmdi-outlook:before {
    content: '\f3fa'
}

.zmdi-paypal-alt:before {
    content: '\f3fb'
}

.zmdi-pinterest:before {
    content: '\f3fc'
}

.zmdi-playstation:before {
    content: '\f3fd'
}

.zmdi-reddit:before {
    content: '\f3fe'
}

.zmdi-skype:before {
    content: '\f3ff'
}

.zmdi-slideshare:before {
    content: '\f400'
}

.zmdi-soundcloud:before {
    content: '\f401'
}

.zmdi-tumblr:before {
    content: '\f402'
}

.zmdi-twitch:before {
    content: '\f403'
}

.zmdi-vimeo:before {
    content: '\f404'
}

.zmdi-whatsapp:before {
    content: '\f405'
}

.zmdi-xbox:before {
    content: '\f406'
}

.zmdi-yahoo:before {
    content: '\f407'
}

.zmdi-youtube-play:before {
    content: '\f408'
}

.zmdi-youtube:before {
    content: '\f409'
}

.zmdi-3d-rotation:before {
    content: '\f101'
}

.zmdi-airplane-off:before {
    content: '\f102'
}

.zmdi-airplane:before {
    content: '\f103'
}

.zmdi-album:before {
    content: '\f104'
}

.zmdi-archive:before {
    content: '\f105'
}

.zmdi-assignment-account:before {
    content: '\f106'
}

.zmdi-assignment-alert:before {
    content: '\f107'
}

.zmdi-assignment-check:before {
    content: '\f108'
}

.zmdi-assignment-o:before {
    content: '\f109'
}

.zmdi-assignment-return:before {
    content: '\f10a'
}

.zmdi-assignment-returned:before {
    content: '\f10b'
}

.zmdi-assignment:before {
    content: '\f10c'
}

.zmdi-attachment-alt:before {
    content: '\f10d'
}

.zmdi-attachment:before {
    content: '\f10e'
}

.zmdi-audio:before {
    content: '\f10f'
}

.zmdi-badge-check:before {
    content: '\f110'
}

.zmdi-balance-wallet:before {
    content: '\f111'
}

.zmdi-balance:before {
    content: '\f112'
}

.zmdi-battery-alert:before {
    content: '\f113'
}

.zmdi-battery-flash:before {
    content: '\f114'
}

.zmdi-battery-unknown:before {
    content: '\f115'
}

.zmdi-battery:before {
    content: '\f116'
}

.zmdi-bike:before {
    content: '\f117'
}

.zmdi-block-alt:before {
    content: '\f118'
}

.zmdi-block:before {
    content: '\f119'
}

.zmdi-boat:before {
    content: '\f11a'
}

.zmdi-book-image:before {
    content: '\f11b'
}

.zmdi-book:before {
    content: '\f11c'
}

.zmdi-bookmark-outline:before {
    content: '\f11d'
}

.zmdi-bookmark:before {
    content: '\f11e'
}

.zmdi-brush:before {
    content: '\f11f'
}

.zmdi-bug:before {
    content: '\f120'
}

.zmdi-bus:before {
    content: '\f121'
}

.zmdi-cake:before {
    content: '\f122'
}

.zmdi-car-taxi:before {
    content: '\f123'
}

.zmdi-car-wash:before {
    content: '\f124'
}

.zmdi-car:before {
    content: '\f125'
}

.zmdi-card-giftcard:before {
    content: '\f126'
}

.zmdi-card-membership:before {
    content: '\f127'
}

.zmdi-card-travel:before {
    content: '\f128'
}

.zmdi-card:before {
    content: '\f129'
}

.zmdi-case-check:before {
    content: '\f12a'
}

.zmdi-case-download:before {
    content: '\f12b'
}

.zmdi-case-play:before {
    content: '\f12c'
}

.zmdi-case:before {
    content: '\f12d'
}

.zmdi-cast-connected:before {
    content: '\f12e'
}

.zmdi-cast:before {
    content: '\f12f'
}

.zmdi-chart-donut:before {
    content: '\f130'
}

.zmdi-chart:before {
    content: '\f131'
}

.zmdi-city-alt:before {
    content: '\f132'
}

.zmdi-city:before {
    content: '\f133'
}

.zmdi-close-circle-o:before {
    content: '\f134'
}

.zmdi-close-circle:before {
    content: '\f135'
}

.zmdi-close:before {
    content: '\f136'
}

.zmdi-cocktail:before {
    content: '\f137'
}

.zmdi-code-setting:before {
    content: '\f138'
}

.zmdi-code-smartphone:before {
    content: '\f139'
}

.zmdi-code:before {
    content: '\f13a'
}

.zmdi-coffee:before {
    content: '\f13b'
}

.zmdi-collection-bookmark:before {
    content: '\f13c'
}

.zmdi-collection-case-play:before {
    content: '\f13d'
}

.zmdi-collection-folder-image:before {
    content: '\f13e'
}

.zmdi-collection-image-o:before {
    content: '\f13f'
}

.zmdi-collection-image:before {
    content: '\f140'
}

.zmdi-collection-item-1:before {
    content: '\f141'
}

.zmdi-collection-item-2:before {
    content: '\f142'
}

.zmdi-collection-item-3:before {
    content: '\f143'
}

.zmdi-collection-item-4:before {
    content: '\f144'
}

.zmdi-collection-item-5:before {
    content: '\f145'
}

.zmdi-collection-item-6:before {
    content: '\f146'
}

.zmdi-collection-item-7:before {
    content: '\f147'
}

.zmdi-collection-item-8:before {
    content: '\f148'
}

.zmdi-collection-item-9-plus:before {
    content: '\f149'
}

.zmdi-collection-item-9:before {
    content: '\f14a'
}

.zmdi-collection-item:before {
    content: '\f14b'
}

.zmdi-collection-music:before {
    content: '\f14c'
}

.zmdi-collection-pdf:before {
    content: '\f14d'
}

.zmdi-collection-plus:before {
    content: '\f14e'
}

.zmdi-collection-speaker:before {
    content: '\f14f'
}

.zmdi-collection-text:before {
    content: '\f150'
}

.zmdi-collection-video:before {
    content: '\f151'
}

.zmdi-compass:before {
    content: '\f152'
}

.zmdi-cutlery:before {
    content: '\f153'
}

.zmdi-delete:before {
    content: '\f154'
}

.zmdi-dialpad:before {
    content: '\f155'
}

.zmdi-dns:before {
    content: '\f156'
}

.zmdi-drink:before {
    content: '\f157'
}

.zmdi-edit:before {
    content: '\f158'
}

.zmdi-email-open:before {
    content: '\f159'
}

.zmdi-email:before {
    content: '\f15a'
}

.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.zmdi-favorite-outline:before {
    content: '\f15e'
}

.zmdi-favorite:before {
    content: '\f15f'
}

.zmdi-filter-list:before {
    content: '\f160'
}

.zmdi-fire:before {
    content: '\f161'
}

.zmdi-flag:before {
    content: '\f162'
}

.zmdi-flare:before {
    content: '\f163'
}

.zmdi-flash-auto:before {
    content: '\f164'
}

.zmdi-flash-off:before {
    content: '\f165'
}

.zmdi-flash:before {
    content: '\f166'
}

.zmdi-flip:before {
    content: '\f167'
}

.zmdi-flower-alt:before {
    content: '\f168'
}

.zmdi-flower:before {
    content: '\f169'
}

.zmdi-font:before {
    content: '\f16a'
}

.zmdi-fullscreen-alt:before {
    content: '\f16b'
}

.zmdi-fullscreen-exit:before {
    content: '\f16c'
}

.zmdi-fullscreen:before {
    content: '\f16d'
}

.zmdi-functions:before {
    content: '\f16e'
}

.zmdi-gas-station:before {
    content: '\f16f'
}

.zmdi-gesture:before {
    content: '\f170'
}

.zmdi-globe-alt:before {
    content: '\f171'
}

.zmdi-globe-lock:before {
    content: '\f172'
}

.zmdi-globe:before {
    content: '\f173'
}

.zmdi-graduation-cap:before {
    content: '\f174'
}

.zmdi-home:before {
    content: '\f175'
}

.zmdi-hospital-alt:before {
    content: '\f176'
}

.zmdi-hospital:before {
    content: '\f177'
}

.zmdi-hotel:before {
    content: '\f178'
}

.zmdi-hourglass-alt:before {
    content: '\f179'
}

.zmdi-hourglass-outline:before {
    content: '\f17a'
}

.zmdi-hourglass:before {
    content: '\f17b'
}

.zmdi-http:before {
    content: '\f17c'
}

.zmdi-image-alt:before {
    content: '\f17d'
}

.zmdi-image-o:before {
    content: '\f17e'
}

.zmdi-image:before {
    content: '\f17f'
}

.zmdi-inbox:before {
    content: '\f180'
}

.zmdi-invert-colors-off:before {
    content: '\f181'
}

.zmdi-invert-colors:before {
    content: '\f182'
}

.zmdi-key:before {
    content: '\f183'
}

.zmdi-label-alt-outline:before {
    content: '\f184'
}

.zmdi-label-alt:before {
    content: '\f185'
}

.zmdi-label-heart:before {
    content: '\f186'
}

.zmdi-label:before {
    content: '\f187'
}

.zmdi-labels:before {
    content: '\f188'
}

.zmdi-lamp:before {
    content: '\f189'
}

.zmdi-landscape:before {
    content: '\f18a'
}

.zmdi-layers-off:before {
    content: '\f18b'
}

.zmdi-layers:before {
    content: '\f18c'
}

.zmdi-library:before {
    content: '\f18d'
}

.zmdi-link:before {
    content: '\f18e'
}

.zmdi-lock-open:before {
    content: '\f18f'
}

.zmdi-lock-outline:before {
    content: '\f190'
}

.zmdi-lock:before {
    content: '\f191'
}

.zmdi-mail-reply-all:before {
    content: '\f192'
}

.zmdi-mail-reply:before {
    content: '\f193'
}

.zmdi-mail-send:before {
    content: '\f194'
}

.zmdi-mall:before {
    content: '\f195'
}

.zmdi-map:before {
    content: '\f196'
}

.zmdi-menu:before {
    content: '\f197'
}

.zmdi-money-box:before {
    content: '\f198'
}

.zmdi-money-off:before {
    content: '\f199'
}

.zmdi-money:before {
    content: '\f19a'
}

.zmdi-more-vert:before {
    content: '\f19b'
}

.zmdi-more:before {
    content: '\f19c'
}

.zmdi-movie-alt:before {
    content: '\f19d'
}

.zmdi-movie:before {
    content: '\f19e'
}

.zmdi-nature-people:before {
    content: '\f19f'
}

.zmdi-nature:before {
    content: '\f1a0'
}

.zmdi-navigation:before {
    content: '\f1a1'
}

.zmdi-open-in-browser:before {
    content: '\f1a2'
}

.zmdi-open-in-new:before {
    content: '\f1a3'
}

.zmdi-palette:before {
    content: '\f1a4'
}

.zmdi-parking:before {
    content: '\f1a5'
}

.zmdi-pin-account:before {
    content: '\f1a6'
}

.zmdi-pin-assistant:before {
    content: '\f1a7'
}

.zmdi-pin-drop:before {
    content: '\f1a8'
}

.zmdi-pin-help:before {
    content: '\f1a9'
}

.zmdi-pin-off:before {
    content: '\f1aa'
}

.zmdi-pin:before {
    content: '\f1ab'
}

.zmdi-pizza:before {
    content: '\f1ac'
}

.zmdi-plaster:before {
    content: '\f1ad'
}

.zmdi-power-setting:before {
    content: '\f1ae'
}

.zmdi-power:before {
    content: '\f1af'
}

.zmdi-print:before {
    content: '\f1b0'
}

.zmdi-puzzle-piece:before {
    content: '\f1b1'
}

.zmdi-quote:before {
    content: '\f1b2'
}

.zmdi-railway:before {
    content: '\f1b3'
}

.zmdi-receipt:before {
    content: '\f1b4'
}

.zmdi-refresh-alt:before {
    content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}

.zmdi-refresh-sync:before {
    content: '\f1b8'
}

.zmdi-refresh:before {
    content: '\f1b9'
}

.zmdi-roller:before {
    content: '\f1ba'
}

.zmdi-ruler:before {
    content: '\f1bb'
}

.zmdi-scissors:before {
    content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}

.zmdi-screen-rotation:before {
    content: '\f1be'
}

.zmdi-search-for:before {
    content: '\f1bf'
}

.zmdi-search-in-file:before {
    content: '\f1c0'
}

.zmdi-search-in-page:before {
    content: '\f1c1'
}

.zmdi-search-replace:before {
    content: '\f1c2'
}

.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-seat:before {
    content: '\f1c4'
}

.zmdi-settings-square:before {
    content: '\f1c5'
}

.zmdi-settings:before {
    content: '\f1c6'
}

.zmdi-shield-check:before {
    content: '\f1c7'
}

.zmdi-shield-security:before {
    content: '\f1c8'
}

.zmdi-shopping-basket:before {
    content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}

.zmdi-shopping-cart:before {
    content: '\f1cb'
}

.zmdi-sign-in:before {
    content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}

.zmdi-sort-asc:before {
    content: '\f1cf'
}

.zmdi-sort-desc:before {
    content: '\f1d0'
}

.zmdi-spellcheck:before {
    content: '\f1d1'
}

.zmdi-storage:before {
    content: '\f1d2'
}

.zmdi-store-24:before {
    content: '\f1d3'
}

.zmdi-store:before {
    content: '\f1d4'
}

.zmdi-subway:before {
    content: '\f1d5'
}

.zmdi-sun:before {
    content: '\f1d6'
}

.zmdi-tab-unselected:before {
    content: '\f1d7'
}

.zmdi-tab:before {
    content: '\f1d8'
}

.zmdi-tag-close:before {
    content: '\f1d9'
}

.zmdi-tag-more:before {
    content: '\f1da'
}

.zmdi-tag:before {
    content: '\f1db'
}

.zmdi-thumb-down:before {
    content: '\f1dc'
}

.zmdi-thumb-up-down:before {
    content: '\f1dd'
}

.zmdi-thumb-up:before {
    content: '\f1de'
}

.zmdi-ticket-star:before {
    content: '\f1df'
}

.zmdi-toll:before {
    content: '\f1e0'
}

.zmdi-toys:before {
    content: '\f1e1'
}

.zmdi-traffic:before {
    content: '\f1e2'
}

.zmdi-translate:before {
    content: '\f1e3'
}

.zmdi-triangle-down:before {
    content: '\f1e4'
}

.zmdi-triangle-up:before {
    content: '\f1e5'
}

.zmdi-truck:before {
    content: '\f1e6'
}

.zmdi-turning-sign:before {
    content: '\f1e7'
}

.zmdi-wallpaper:before {
    content: '\f1e8'
}

.zmdi-washing-machine:before {
    content: '\f1e9'
}

.zmdi-window-maximize:before {
    content: '\f1ea'
}

.zmdi-window-minimize:before {
    content: '\f1eb'
}

.zmdi-window-restore:before {
    content: '\f1ec'
}

.zmdi-wrench:before {
    content: '\f1ed'
}

.zmdi-zoom-in:before {
    content: '\f1ee'
}

.zmdi-zoom-out:before {
    content: '\f1ef'
}

.zmdi-alert-circle-o:before {
    content: '\f1f0'
}

.zmdi-alert-circle:before {
    content: '\f1f1'
}

.zmdi-alert-octagon:before {
    content: '\f1f2'
}

.zmdi-alert-polygon:before {
    content: '\f1f3'
}

.zmdi-alert-triangle:before {
    content: '\f1f4'
}

.zmdi-help-outline:before {
    content: '\f1f5'
}

.zmdi-help:before {
    content: '\f1f6'
}

.zmdi-info-outline:before {
    content: '\f1f7'
}

.zmdi-info:before {
    content: '\f1f8'
}

.zmdi-notifications-active:before {
    content: '\f1f9'
}

.zmdi-notifications-add:before {
    content: '\f1fa'
}

.zmdi-notifications-none:before {
    content: '\f1fb'
}

.zmdi-notifications-off:before {
    content: '\f1fc'
}

.zmdi-notifications-paused:before {
    content: '\f1fd'
}

.zmdi-notifications:before {
    content: '\f1fe'
}

.zmdi-account-add:before {
    content: '\f1ff'
}

.zmdi-account-box-mail:before {
    content: '\f200'
}

.zmdi-account-box-o:before {
    content: '\f201'
}

.zmdi-account-box-phone:before {
    content: '\f202'
}

.zmdi-account-box:before {
    content: '\f203'
}

.zmdi-account-calendar:before {
    content: '\f204'
}

.zmdi-account-circle:before {
    content: '\f205'
}

.zmdi-account-o:before {
    content: '\f206'
}

.zmdi-account:before {
    content: '\f207'
}

.zmdi-accounts-add:before {
    content: '\f208'
}

.zmdi-accounts-alt:before {
    content: '\f209'
}

.zmdi-accounts-list-alt:before {
    content: '\f20a'
}

.zmdi-accounts-list:before {
    content: '\f20b'
}

.zmdi-accounts-outline:before {
    content: '\f20c'
}

.zmdi-accounts:before {
    content: '\f20d'
}

.zmdi-face:before {
    content: '\f20e'
}

.zmdi-female:before {
    content: '\f20f'
}

.zmdi-male-alt:before {
    content: '\f210'
}

.zmdi-male-female:before {
    content: '\f211'
}

.zmdi-male:before {
    content: '\f212'
}

.zmdi-mood-bad:before {
    content: '\f213'
}

.zmdi-mood:before {
    content: '\f214'
}

.zmdi-run:before {
    content: '\f215'
}

.zmdi-walk:before {
    content: '\f216'
}

.zmdi-cloud-box:before {
    content: '\f217'
}

.zmdi-cloud-circle:before {
    content: '\f218'
}

.zmdi-cloud-done:before {
    content: '\f219'
}

.zmdi-cloud-download:before {
    content: '\f21a'
}

.zmdi-cloud-off:before {
    content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}

.zmdi-cloud-outline:before {
    content: '\f21d'
}

.zmdi-cloud-upload:before {
    content: '\f21e'
}

.zmdi-cloud:before {
    content: '\f21f'
}

.zmdi-download:before {
    content: '\f220'
}

.zmdi-file-plus:before {
    content: '\f221'
}

.zmdi-file-text:before {
    content: '\f222'
}

.zmdi-file:before {
    content: '\f223'
}

.zmdi-folder-outline:before {
    content: '\f224'
}

.zmdi-folder-person:before {
    content: '\f225'
}

.zmdi-folder-star-alt:before {
    content: '\f226'
}

.zmdi-folder-star:before {
    content: '\f227'
}

.zmdi-folder:before {
    content: '\f228'
}

.zmdi-gif:before {
    content: '\f229'
}

.zmdi-upload:before {
    content: '\f22a'
}

.zmdi-border-all:before {
    content: '\f22b'
}

.zmdi-border-bottom:before {
    content: '\f22c'
}

.zmdi-border-clear:before {
    content: '\f22d'
}

.zmdi-border-color:before {
    content: '\f22e'
}

.zmdi-border-horizontal:before {
    content: '\f22f'
}

.zmdi-border-inner:before {
    content: '\f230'
}

.zmdi-border-left:before {
    content: '\f231'
}

.zmdi-border-outer:before {
    content: '\f232'
}

.zmdi-border-right:before {
    content: '\f233'
}

.zmdi-border-style:before {
    content: '\f234'
}

.zmdi-border-top:before {
    content: '\f235'
}

.zmdi-border-vertical:before {
    content: '\f236'
}

.zmdi-copy:before {
    content: '\f237'
}

.zmdi-crop:before {
    content: '\f238'
}

.zmdi-format-align-center:before {
    content: '\f239'
}

.zmdi-format-align-justify:before {
    content: '\f23a'
}

.zmdi-format-align-left:before {
    content: '\f23b'
}

.zmdi-format-align-right:before {
    content: '\f23c'
}

.zmdi-format-bold:before {
    content: '\f23d'
}

.zmdi-format-clear-all:before {
    content: '\f23e'
}

.zmdi-format-clear:before {
    content: '\f23f'
}

.zmdi-format-color-fill:before {
    content: '\f240'
}

.zmdi-format-color-reset:before {
    content: '\f241'
}

.zmdi-format-color-text:before {
    content: '\f242'
}

.zmdi-format-indent-decrease:before {
    content: '\f243'
}

.zmdi-format-indent-increase:before {
    content: '\f244'
}

.zmdi-format-italic:before {
    content: '\f245'
}

.zmdi-format-line-spacing:before {
    content: '\f246'
}

.zmdi-format-list-bulleted:before {
    content: '\f247'
}

.zmdi-format-list-numbered:before {
    content: '\f248'
}

.zmdi-format-ltr:before {
    content: '\f249'
}

.zmdi-format-rtl:before {
    content: '\f24a'
}

.zmdi-format-size:before {
    content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}

.zmdi-format-strikethrough:before {
    content: '\f24d'
}

.zmdi-format-subject:before {
    content: '\f24e'
}

.zmdi-format-underlined:before {
    content: '\f24f'
}

.zmdi-format-valign-bottom:before {
    content: '\f250'
}

.zmdi-format-valign-center:before {
    content: '\f251'
}

.zmdi-format-valign-top:before {
    content: '\f252'
}

.zmdi-redo:before {
    content: '\f253'
}

.zmdi-select-all:before {
    content: '\f254'
}

.zmdi-space-bar:before {
    content: '\f255'
}

.zmdi-text-format:before {
    content: '\f256'
}

.zmdi-transform:before {
    content: '\f257'
}

.zmdi-undo:before {
    content: '\f258'
}

.zmdi-wrap-text:before {
    content: '\f259'
}

.zmdi-comment-alert:before {
    content: '\f25a'
}

.zmdi-comment-alt-text:before {
    content: '\f25b'
}

.zmdi-comment-alt:before {
    content: '\f25c'
}

.zmdi-comment-edit:before {
    content: '\f25d'
}

.zmdi-comment-image:before {
    content: '\f25e'
}

.zmdi-comment-list:before {
    content: '\f25f'
}

.zmdi-comment-more:before {
    content: '\f260'
}

.zmdi-comment-outline:before {
    content: '\f261'
}

.zmdi-comment-text-alt:before {
    content: '\f262'
}

.zmdi-comment-text:before {
    content: '\f263'
}

.zmdi-comment-video:before {
    content: '\f264'
}

.zmdi-comment:before {
    content: '\f265'
}

.zmdi-comments:before {
    content: '\f266'
}

.zmdi-check-all:before {
    content: '\f267'
}

.zmdi-check-circle-u:before {
    content: '\f268'
}

.zmdi-check-circle:before {
    content: '\f269'
}

.zmdi-check-square:before {
    content: '\f26a'
}

.zmdi-check:before {
    content: '\f26b'
}

.zmdi-circle-o:before {
    content: '\f26c'
}

.zmdi-circle:before {
    content: '\f26d'
}

.zmdi-dot-circle-alt:before {
    content: '\f26e'
}

.zmdi-dot-circle:before {
    content: '\f26f'
}

.zmdi-minus-circle-outline:before {
    content: '\f270'
}

.zmdi-minus-circle:before {
    content: '\f271'
}

.zmdi-minus-square:before {
    content: '\f272'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}

.zmdi-plus-circle-o:before {
    content: '\f275'
}

.zmdi-plus-circle:before {
    content: '\f276'
}

.zmdi-plus-square:before {
    content: '\f277'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-square-o:before {
    content: '\f279'
}

.zmdi-star-circle:before {
    content: '\f27a'
}

.zmdi-star-half:before {
    content: '\f27b'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-bluetooth-connected:before {
    content: '\f27e'
}

.zmdi-bluetooth-off:before {
    content: '\f27f'
}

.zmdi-bluetooth-search:before {
    content: '\f280'
}

.zmdi-bluetooth-setting:before {
    content: '\f281'
}

.zmdi-bluetooth:before {
    content: '\f282'
}

.zmdi-camera-add:before {
    content: '\f283'
}

.zmdi-camera-alt:before {
    content: '\f284'
}

.zmdi-camera-bw:before {
    content: '\f285'
}

.zmdi-camera-front:before {
    content: '\f286'
}

.zmdi-camera-mic:before {
    content: '\f287'
}

.zmdi-camera-party-mode:before {
    content: '\f288'
}

.zmdi-camera-rear:before {
    content: '\f289'
}

.zmdi-camera-roll:before {
    content: '\f28a'
}

.zmdi-camera-switch:before {
    content: '\f28b'
}

.zmdi-camera:before {
    content: '\f28c'
}

.zmdi-card-alert:before {
    content: '\f28d'
}

.zmdi-card-off:before {
    content: '\f28e'
}

.zmdi-card-sd:before {
    content: '\f28f'
}

.zmdi-card-sim:before {
    content: '\f290'
}

.zmdi-desktop-mac:before {
    content: '\f291'
}

.zmdi-desktop-windows:before {
    content: '\f292'
}

.zmdi-device-hub:before {
    content: '\f293'
}

.zmdi-devices-off:before {
    content: '\f294'
}

.zmdi-devices:before {
    content: '\f295'
}

.zmdi-dock:before {
    content: '\f296'
}

.zmdi-floppy:before {
    content: '\f297'
}

.zmdi-gamepad:before {
    content: '\f298'
}

.zmdi-gps-dot:before {
    content: '\f299'
}

.zmdi-gps-off:before {
    content: '\f29a'
}

.zmdi-gps:before {
    content: '\f29b'
}

.zmdi-headset-mic:before {
    content: '\f29c'
}

.zmdi-headset:before {
    content: '\f29d'
}

.zmdi-input-antenna:before {
    content: '\f29e'
}

.zmdi-input-composite:before {
    content: '\f29f'
}

.zmdi-input-hdmi:before {
    content: '\f2a0'
}

.zmdi-input-power:before {
    content: '\f2a1'
}

.zmdi-input-svideo:before {
    content: '\f2a2'
}

.zmdi-keyboard-hide:before {
    content: '\f2a3'
}

.zmdi-keyboard:before {
    content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}

.zmdi-laptop-mac:before {
    content: '\f2a6'
}

.zmdi-laptop:before {
    content: '\f2a7'
}

.zmdi-mic-off:before {
    content: '\f2a8'
}

.zmdi-mic-outline:before {
    content: '\f2a9'
}

.zmdi-mic-setting:before {
    content: '\f2aa'
}

.zmdi-mic:before {
    content: '\f2ab'
}

.zmdi-mouse:before {
    content: '\f2ac'
}

.zmdi-network-alert:before {
    content: '\f2ad'
}

.zmdi-network-locked:before {
    content: '\f2ae'
}

.zmdi-network-off:before {
    content: '\f2af'
}

.zmdi-network-outline:before {
    content: '\f2b0'
}

.zmdi-network-setting:before {
    content: '\f2b1'
}

.zmdi-network:before {
    content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}

.zmdi-phone-end:before {
    content: '\f2b4'
}

.zmdi-phone-forwarded:before {
    content: '\f2b5'
}

.zmdi-phone-in-talk:before {
    content: '\f2b6'
}

.zmdi-phone-locked:before {
    content: '\f2b7'
}

.zmdi-phone-missed:before {
    content: '\f2b8'
}

.zmdi-phone-msg:before {
    content: '\f2b9'
}

.zmdi-phone-paused:before {
    content: '\f2ba'
}

.zmdi-phone-ring:before {
    content: '\f2bb'
}

.zmdi-phone-setting:before {
    content: '\f2bc'
}

.zmdi-phone-sip:before {
    content: '\f2bd'
}

.zmdi-phone:before {
    content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}

.zmdi-portable-wifi:before {
    content: '\f2c1'
}

.zmdi-radio:before {
    content: '\f2c2'
}

.zmdi-reader:before {
    content: '\f2c3'
}

.zmdi-remote-control-alt:before {
    content: '\f2c4'
}

.zmdi-remote-control:before {
    content: '\f2c5'
}

.zmdi-router:before {
    content: '\f2c6'
}

.zmdi-scanner:before {
    content: '\f2c7'
}

.zmdi-smartphone-android:before {
    content: '\f2c8'
}

.zmdi-smartphone-download:before {
    content: '\f2c9'
}

.zmdi-smartphone-erase:before {
    content: '\f2ca'
}

.zmdi-smartphone-info:before {
    content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}

.zmdi-smartphone-lock:before {
    content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}

.zmdi-smartphone-ring:before {
    content: '\f2d1'
}

.zmdi-smartphone-setting:before {
    content: '\f2d2'
}

.zmdi-smartphone-setup:before {
    content: '\f2d3'
}

.zmdi-smartphone:before {
    content: '\f2d4'
}

.zmdi-speaker:before {
    content: '\f2d5'
}

.zmdi-tablet-android:before {
    content: '\f2d6'
}

.zmdi-tablet-mac:before {
    content: '\f2d7'
}

.zmdi-tablet:before {
    content: '\f2d8'
}

.zmdi-tv-alt-play:before {
    content: '\f2d9'
}

.zmdi-tv-list:before {
    content: '\f2da'
}

.zmdi-tv-play:before {
    content: '\f2db'
}

.zmdi-tv:before {
    content: '\f2dc'
}

.zmdi-usb:before {
    content: '\f2dd'
}

.zmdi-videocam-off:before {
    content: '\f2de'
}

.zmdi-videocam-switch:before {
    content: '\f2df'
}

.zmdi-videocam:before {
    content: '\f2e0'
}

.zmdi-watch:before {
    content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}

.zmdi-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-wifi-info:before {
    content: '\f2e4'
}

.zmdi-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-wifi-off:before {
    content: '\f2e6'
}

.zmdi-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-wifi:before {
    content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}

.zmdi-arrow-left:before {
    content: '\f2ea'
}

.zmdi-arrow-merge:before {
    content: '\f2eb'
}

.zmdi-arrow-missed:before {
    content: '\f2ec'
}

.zmdi-arrow-right-top:before {
    content: '\f2ed'
}

.zmdi-arrow-right:before {
    content: '\f2ee'
}

.zmdi-arrow-split:before {
    content: '\f2ef'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.zmdi-caret-down-circle:before {
    content: '\f2f1'
}

.zmdi-caret-down:before {
    content: '\f2f2'
}

.zmdi-caret-left-circle:before {
    content: '\f2f3'
}

.zmdi-caret-left:before {
    content: '\f2f4'
}

.zmdi-caret-right-circle:before {
    content: '\f2f5'
}

.zmdi-caret-right:before {
    content: '\f2f6'
}

.zmdi-caret-up-circle:before {
    content: '\f2f7'
}

.zmdi-caret-up:before {
    content: '\f2f8'
}

.zmdi-chevron-down:before {
    content: '\f2f9'
}

.zmdi-chevron-left:before {
    content: '\f2fa'
}

.zmdi-chevron-right:before {
    content: '\f2fb'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-forward:before {
    content: '\f2fd'
}

.zmdi-long-arrow-down:before {
    content: '\f2fe'
}

.zmdi-long-arrow-left:before {
    content: '\f2ff'
}

.zmdi-long-arrow-return:before {
    content: '\f300'
}

.zmdi-long-arrow-right:before {
    content: '\f301'
}

.zmdi-long-arrow-tab:before {
    content: '\f302'
}

.zmdi-long-arrow-up:before {
    content: '\f303'
}

.zmdi-rotate-ccw:before {
    content: '\f304'
}

.zmdi-rotate-cw:before {
    content: '\f305'
}

.zmdi-rotate-left:before {
    content: '\f306'
}

.zmdi-rotate-right:before {
    content: '\f307'
}

.zmdi-square-down:before {
    content: '\f308'
}

.zmdi-square-right:before {
    content: '\f309'
}

.zmdi-swap-alt:before {
    content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}

.zmdi-swap-vertical:before {
    content: '\f30c'
}

.zmdi-swap:before {
    content: '\f30d'
}

.zmdi-trending-down:before {
    content: '\f30e'
}

.zmdi-trending-flat:before {
    content: '\f30f'
}

.zmdi-trending-up:before {
    content: '\f310'
}

.zmdi-unfold-less:before {
    content: '\f311'
}

.zmdi-unfold-more:before {
    content: '\f312'
}

.zmdi-apps:before {
    content: '\f313'
}

.zmdi-grid-off:before {
    content: '\f314'
}

.zmdi-grid:before {
    content: '\f315'
}

.zmdi-view-agenda:before {
    content: '\f316'
}

.zmdi-view-array:before {
    content: '\f317'
}

.zmdi-view-carousel:before {
    content: '\f318'
}

.zmdi-view-column:before {
    content: '\f319'
}

.zmdi-view-comfy:before {
    content: '\f31a'
}

.zmdi-view-compact:before {
    content: '\f31b'
}

.zmdi-view-dashboard:before {
    content: '\f31c'
}

.zmdi-view-day:before {
    content: '\f31d'
}

.zmdi-view-headline:before {
    content: '\f31e'
}

.zmdi-view-list-alt:before {
    content: '\f31f'
}

.zmdi-view-list:before {
    content: '\f320'
}

.zmdi-view-module:before {
    content: '\f321'
}

.zmdi-view-quilt:before {
    content: '\f322'
}

.zmdi-view-stream:before {
    content: '\f323'
}

.zmdi-view-subtitles:before {
    content: '\f324'
}

.zmdi-view-toc:before {
    content: '\f325'
}

.zmdi-view-web:before {
    content: '\f326'
}

.zmdi-view-week:before {
    content: '\f327'
}

.zmdi-widgets:before {
    content: '\f328'
}

.zmdi-alarm-check:before {
    content: '\f329'
}

.zmdi-alarm-off:before {
    content: '\f32a'
}

.zmdi-alarm-plus:before {
    content: '\f32b'
}

.zmdi-alarm-snooze:before {
    content: '\f32c'
}

.zmdi-alarm:before {
    content: '\f32d'
}

.zmdi-calendar-alt:before {
    content: '\f32e'
}

.zmdi-calendar-check:before {
    content: '\f32f'
}

.zmdi-calendar-close:before {
    content: '\f330'
}

.zmdi-calendar-note:before {
    content: '\f331'
}

.zmdi-calendar:before {
    content: '\f332'
}

.zmdi-time-countdown:before {
    content: '\f333'
}

.zmdi-time-interval:before {
    content: '\f334'
}

.zmdi-time-restore-setting:before {
    content: '\f335'
}

.zmdi-time-restore:before {
    content: '\f336'
}

.zmdi-time:before {
    content: '\f337'
}

.zmdi-timer-off:before {
    content: '\f338'
}

.zmdi-timer:before {
    content: '\f339'
}

.zmdi-android-alt:before {
    content: '\f33a'
}

.zmdi-android:before {
    content: '\f33b'
}

.zmdi-apple:before {
    content: '\f33c'
}

.zmdi-behance:before {
    content: '\f33d'
}

.zmdi-codepen:before {
    content: '\f33e'
}

.zmdi-dribbble:before {
    content: '\f33f'
}

.zmdi-dropbox:before {
    content: '\f340'
}

.zmdi-evernote:before {
    content: '\f341'
}

.zmdi-facebook-box:before {
    content: '\f342'
}

.zmdi-facebook:before {
    content: '\f343'
}

.zmdi-github-box:before {
    content: '\f344'
}

.zmdi-github:before {
    content: '\f345'
}

.zmdi-google-drive:before {
    content: '\f346'
}

.zmdi-google-earth:before {
    content: '\f347'
}

.zmdi-google-glass:before {
    content: '\f348'
}

.zmdi-google-maps:before {
    content: '\f349'
}

.zmdi-google-pages:before {
    content: '\f34a'
}

.zmdi-google-play:before {
    content: '\f34b'
}

.zmdi-google-plus-box:before {
    content: '\f34c'
}

.zmdi-google-plus:before {
    content: '\f34d'
}

.zmdi-google:before {
    content: '\f34e'
}

.zmdi-instagram:before {
    content: '\f34f'
}

.zmdi-language-css3:before {
    content: '\f350'
}

.zmdi-language-html5:before {
    content: '\f351'
}

.zmdi-language-javascript:before {
    content: '\f352'
}

.zmdi-language-python-alt:before {
    content: '\f353'
}

.zmdi-language-python:before {
    content: '\f354'
}

.zmdi-lastfm:before {
    content: '\f355'
}

.zmdi-linkedin-box:before {
    content: '\f356'
}

.zmdi-paypal:before {
    content: '\f357'
}

.zmdi-pinterest-box:before {
    content: '\f358'
}

.zmdi-pocket:before {
    content: '\f359'
}

.zmdi-polymer:before {
    content: '\f35a'
}

.zmdi-share:before {
    content: '\f35b'
}

.zmdi-stackoverflow:before {
    content: '\f35c'
}

.zmdi-steam-square:before {
    content: '\f35d'
}

.zmdi-steam:before {
    content: '\f35e'
}

.zmdi-twitter-box:before {
    content: '\f35f'
}

.zmdi-twitter:before {
    content: '\f360'
}

.zmdi-vk:before {
    content: '\f361'
}

.zmdi-wikipedia:before {
    content: '\f362'
}

.zmdi-windows:before {
    content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}

.zmdi-aspect-ratio:before {
    content: '\f365'
}

.zmdi-blur-circular:before {
    content: '\f366'
}

.zmdi-blur-linear:before {
    content: '\f367'
}

.zmdi-blur-off:before {
    content: '\f368'
}

.zmdi-blur:before {
    content: '\f369'
}

.zmdi-brightness-2:before {
    content: '\f36a'
}

.zmdi-brightness-3:before {
    content: '\f36b'
}

.zmdi-brightness-4:before {
    content: '\f36c'
}

.zmdi-brightness-5:before {
    content: '\f36d'
}

.zmdi-brightness-6:before {
    content: '\f36e'
}

.zmdi-brightness-7:before {
    content: '\f36f'
}

.zmdi-brightness-auto:before {
    content: '\f370'
}

.zmdi-brightness-setting:before {
    content: '\f371'
}

.zmdi-broken-image:before {
    content: '\f372'
}

.zmdi-center-focus-strong:before {
    content: '\f373'
}

.zmdi-center-focus-weak:before {
    content: '\f374'
}

.zmdi-compare:before {
    content: '\f375'
}

.zmdi-crop-16-9:before {
    content: '\f376'
}

.zmdi-crop-3-2:before {
    content: '\f377'
}

.zmdi-crop-5-4:before {
    content: '\f378'
}

.zmdi-crop-7-5:before {
    content: '\f379'
}

.zmdi-crop-din:before {
    content: '\f37a'
}

.zmdi-crop-free:before {
    content: '\f37b'
}

.zmdi-crop-landscape:before {
    content: '\f37c'
}

.zmdi-crop-portrait:before {
    content: '\f37d'
}

.zmdi-crop-square:before {
    content: '\f37e'
}

.zmdi-exposure-alt:before {
    content: '\f37f'
}

.zmdi-exposure:before {
    content: '\f380'
}

.zmdi-filter-b-and-w:before {
    content: '\f381'
}

.zmdi-filter-center-focus:before {
    content: '\f382'
}

.zmdi-filter-frames:before {
    content: '\f383'
}

.zmdi-filter-tilt-shift:before {
    content: '\f384'
}

.zmdi-gradient:before {
    content: '\f385'
}

.zmdi-grain:before {
    content: '\f386'
}

.zmdi-graphic-eq:before {
    content: '\f387'
}

.zmdi-hdr-off:before {
    content: '\f388'
}

.zmdi-hdr-strong:before {
    content: '\f389'
}

.zmdi-hdr-weak:before {
    content: '\f38a'
}

.zmdi-hdr:before {
    content: '\f38b'
}

.zmdi-iridescent:before {
    content: '\f38c'
}

.zmdi-leak-off:before {
    content: '\f38d'
}

.zmdi-leak:before {
    content: '\f38e'
}

.zmdi-looks:before {
    content: '\f38f'
}

.zmdi-loupe:before {
    content: '\f390'
}

.zmdi-panorama-horizontal:before {
    content: '\f391'
}

.zmdi-panorama-vertical:before {
    content: '\f392'
}

.zmdi-panorama-wide-angle:before {
    content: '\f393'
}

.zmdi-photo-size-select-large:before {
    content: '\f394'
}

.zmdi-photo-size-select-small:before {
    content: '\f395'
}

.zmdi-picture-in-picture:before {
    content: '\f396'
}

.zmdi-slideshow:before {
    content: '\f397'
}

.zmdi-texture:before {
    content: '\f398'
}

.zmdi-tonality:before {
    content: '\f399'
}

.zmdi-vignette:before {
    content: '\f39a'
}

.zmdi-wb-auto:before {
    content: '\f39b'
}

.zmdi-eject-alt:before {
    content: '\f39c'
}

.zmdi-eject:before {
    content: '\f39d'
}

.zmdi-equalizer:before {
    content: '\f39e'
}

.zmdi-fast-forward:before {
    content: '\f39f'
}

.zmdi-fast-rewind:before {
    content: '\f3a0'
}

.zmdi-forward-10:before {
    content: '\f3a1'
}

.zmdi-forward-30:before {
    content: '\f3a2'
}

.zmdi-forward-5:before {
    content: '\f3a3'
}

.zmdi-hearing:before {
    content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}

.zmdi-pause-circle:before {
    content: '\f3a6'
}

.zmdi-pause:before {
    content: '\f3a7'
}

.zmdi-play-circle-outline:before {
    content: '\f3a8'
}

.zmdi-play-circle:before {
    content: '\f3a9'
}

.zmdi-play:before {
    content: '\f3aa'
}

.zmdi-playlist-audio:before {
    content: '\f3ab'
}

.zmdi-playlist-plus:before {
    content: '\f3ac'
}

.zmdi-repeat-one:before {
    content: '\f3ad'
}

.zmdi-repeat:before {
    content: '\f3ae'
}

.zmdi-replay-10:before {
    content: '\f3af'
}

.zmdi-replay-30:before {
    content: '\f3b0'
}

.zmdi-replay-5:before {
    content: '\f3b1'
}

.zmdi-replay:before {
    content: '\f3b2'
}

.zmdi-shuffle:before {
    content: '\f3b3'
}

.zmdi-skip-next:before {
    content: '\f3b4'
}

.zmdi-skip-previous:before {
    content: '\f3b5'
}

.zmdi-stop:before {
    content: '\f3b6'
}

.zmdi-surround-sound:before {
    content: '\f3b7'
}

.zmdi-tune:before {
    content: '\f3b8'
}

.zmdi-volume-down:before {
    content: '\f3b9'
}

.zmdi-volume-mute:before {
    content: '\f3ba'
}

.zmdi-volume-off:before {
    content: '\f3bb'
}

.zmdi-volume-up:before {
    content: '\f3bc'
}

.zmdi-n-1-square:before {
    content: '\f3bd'
}

.zmdi-n-2-square:before {
    content: '\f3be'
}

.zmdi-n-3-square:before {
    content: '\f3bf'
}

.zmdi-n-4-square:before {
    content: '\f3c0'
}

.zmdi-n-5-square:before {
    content: '\f3c1'
}

.zmdi-n-6-square:before {
    content: '\f3c2'
}

.zmdi-neg-1:before {
    content: '\f3c3'
}

.zmdi-neg-2:before {
    content: '\f3c4'
}

.zmdi-plus-1:before {
    content: '\f3c5'
}

.zmdi-plus-2:before {
    content: '\f3c6'
}

.zmdi-sec-10:before {
    content: '\f3c7'
}

.zmdi-sec-3:before {
    content: '\f3c8'
}

.zmdi-zero:before {
    content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}

.zmdi-airplay:before {
    content: '\f3d2'
}

.zmdi-closed-caption:before {
    content: '\f3d3'
}

.zmdi-confirmation-number:before {
    content: '\f3d4'
}

.zmdi-developer-board:before {
    content: '\f3d5'
}

.zmdi-disc-full:before {
    content: '\f3d6'
}

.zmdi-explicit:before {
    content: '\f3d7'
}

.zmdi-flight-land:before {
    content: '\f3d8'
}

.zmdi-flight-takeoff:before {
    content: '\f3d9'
}

.zmdi-flip-to-back:before {
    content: '\f3da'
}

.zmdi-flip-to-front:before {
    content: '\f3db'
}

.zmdi-group-work:before {
    content: '\f3dc'
}

.zmdi-hd:before {
    content: '\f3dd'
}

.zmdi-hq:before {
    content: '\f3de'
}

.zmdi-markunread-mailbox:before {
    content: '\f3df'
}

.zmdi-memory:before {
    content: '\f3e0'
}

.zmdi-nfc:before {
    content: '\f3e1'
}

.zmdi-play-for-work:before {
    content: '\f3e2'
}

.zmdi-power-input:before {
    content: '\f3e3'
}

.zmdi-present-to-all:before {
    content: '\f3e4'
}

.zmdi-satellite:before {
    content: '\f3e5'
}

.zmdi-tap-and-play:before {
    content: '\f3e6'
}

.zmdi-vibration:before {
    content: '\f3e7'
}

.zmdi-voicemail:before {
    content: '\f3e8'
}

.zmdi-group:before {
    content: '\f3e9'
}

.zmdi-rss:before {
    content: '\f3ea'
}

.zmdi-shape:before {
    content: '\f3eb'
}

.zmdi-spinner:before {
    content: '\f3ec'
}

.zmdi-ungroup:before {
    content: '\f3ed'
}

.zmdi-500px:before {
    content: '\f3ee'
}

.zmdi-8tracks:before {
    content: '\f3ef'
}

.zmdi-amazon:before {
    content: '\f3f0'
}

.zmdi-blogger:before {
    content: '\f3f1'
}

.zmdi-delicious:before {
    content: '\f3f2'
}

.zmdi-disqus:before {
    content: '\f3f3'
}

.zmdi-flattr:before {
    content: '\f3f4'
}

.zmdi-flickr:before {
    content: '\f3f5'
}

.zmdi-github-alt:before {
    content: '\f3f6'
}

.zmdi-google-old:before {
    content: '\f3f7'
}

.zmdi-linkedin:before {
    content: '\f3f8'
}

.zmdi-odnoklassniki:before {
    content: '\f3f9'
}

.zmdi-outlook:before {
    content: '\f3fa'
}

.zmdi-paypal-alt:before {
    content: '\f3fb'
}

.zmdi-pinterest:before {
    content: '\f3fc'
}

.zmdi-playstation:before {
    content: '\f3fd'
}

.zmdi-reddit:before {
    content: '\f3fe'
}

.zmdi-skype:before {
    content: '\f3ff'
}

.zmdi-slideshare:before {
    content: '\f400'
}

.zmdi-soundcloud:before {
    content: '\f401'
}

.zmdi-tumblr:before {
    content: '\f402'
}

.zmdi-twitch:before {
    content: '\f403'
}

.zmdi-vimeo:before {
    content: '\f404'
}

.zmdi-whatsapp:before {
    content: '\f405'
}

.zmdi-xbox:before {
    content: '\f406'
}

.zmdi-yahoo:before {
    content: '\f407'
}

.zmdi-youtube-play:before {
    content: '\f408'
}

.zmdi-youtube:before {
    content: '\f409'
}

.zmdi-import-export:before {
    content: '\f30c'
}

.zmdi-swap-vertical-:before {
    content: '\f30c'
}

.zmdi-airplanemode-inactive:before {
    content: '\f102'
}

.zmdi-airplanemode-active:before {
    content: '\f103'
}

.zmdi-rate-review:before {
    content: '\f103'
}

.zmdi-comment-sign:before {
    content: '\f25a'
}

.zmdi-network-warning:before {
    content: '\f2ad'
}

.zmdi-shopping-cart-add:before {
    content: '\f1ca'
}

.zmdi-file-add:before {
    content: '\f221'
}

.zmdi-network-wifi-scan:before {
    content: '\f2e4'
}

.zmdi-collection-add:before {
    content: '\f14e'
}

.zmdi-format-playlist-add:before {
    content: '\f3ac'
}

.zmdi-format-queue-music:before {
    content: '\f3ab'
}

.zmdi-plus-box:before {
    content: '\f277'
}

.zmdi-tag-backspace:before {
    content: '\f1d9'
}

.zmdi-alarm-add:before {
    content: '\f32b'
}

.zmdi-battery-charging:before {
    content: '\f114'
}

.zmdi-daydream-setting:before {
    content: '\f217'
}

.zmdi-more-horiz:before {
    content: '\f19c'
}

.zmdi-book-photo:before {
    content: '\f11b'
}

.zmdi-incandescent:before {
    content: '\f189'
}

.zmdi-wb-iridescent:before {
    content: '\f38c'
}

.zmdi-calendar-remove:before {
    content: '\f330'
}

.zmdi-refresh-sync-disabled:before {
    content: '\f1b7'
}

.zmdi-refresh-sync-problem:before {
    content: '\f1b6'
}

.zmdi-crop-original:before {
    content: '\f17e'
}

.zmdi-power-off:before {
    content: '\f1af'
}

.zmdi-power-off-setting:before {
    content: '\f1ae'
}

.zmdi-leak-remove:before {
    content: '\f38d'
}

.zmdi-star-border:before {
    content: '\f27c'
}

.zmdi-brightness-low:before {
    content: '\f36d'
}

.zmdi-brightness-medium:before {
    content: '\f36e'
}

.zmdi-brightness-high:before {
    content: '\f36f'
}

.zmdi-smartphone-portrait:before {
    content: '\f2d4'
}

.zmdi-live-tv:before {
    content: '\f2d9'
}

.zmdi-format-textdirection-l-to-r:before {
    content: '\f249'
}

.zmdi-format-textdirection-r-to-l:before {
    content: '\f24a'
}

.zmdi-arrow-back:before {
    content: '\f2ea'
}

.zmdi-arrow-forward:before {
    content: '\f2ee'
}

.zmdi-arrow-in:before {
    content: '\f2e9'
}

.zmdi-arrow-out:before {
    content: '\f2ed'
}

.zmdi-rotate-90-degrees-ccw:before {
    content: '\f304'
}

.zmdi-adb:before {
    content: '\f33a'
}

.zmdi-network-wifi:before {
    content: '\f2e8'
}

.zmdi-network-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-network-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-network-wifi-off:before {
    content: '\f2e6'
}

.zmdi-network-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-network-wifi-info:before {
    content: '\f2e4'
}

.zmdi-layers-clear:before {
    content: '\f18b'
}

.zmdi-colorize:before {
    content: '\f15d'
}

.zmdi-format-paint:before {
    content: '\f1ba'
}

.zmdi-format-quote:before {
    content: '\f1b2'
}

.zmdi-camera-monochrome-photos:before {
    content: '\f285'
}

.zmdi-sort-by-alpha:before {
    content: '\f1cf'
}

.zmdi-folder-shared:before {
    content: '\f225'
}

.zmdi-folder-special:before {
    content: '\f226'
}

.zmdi-comment-dots:before {
    content: '\f260'
}

.zmdi-reorder:before {
    content: '\f31e'
}

.zmdi-dehaze:before {
    content: '\f197'
}

.zmdi-sort:before {
    content: '\f1ce'
}

.zmdi-pages:before {
    content: '\f34a'
}

.zmdi-stack-overflow:before {
    content: '\f35c'
}

.zmdi-calendar-account:before {
    content: '\f204'
}

.zmdi-paste:before {
    content: '\f109'
}

.zmdi-cut:before {
    content: '\f1bc'
}

.zmdi-save:before {
    content: '\f297'
}

.zmdi-smartphone-code:before {
    content: '\f139'
}

.zmdi-directions-bike:before {
    content: '\f117'
}

.zmdi-directions-boat:before {
    content: '\f11a'
}

.zmdi-directions-bus:before {
    content: '\f121'
}

.zmdi-directions-car:before {
    content: '\f125'
}

.zmdi-directions-railway:before {
    content: '\f1b3'
}

.zmdi-directions-run:before {
    content: '\f215'
}

.zmdi-directions-subway:before {
    content: '\f1d5'
}

.zmdi-directions-walk:before {
    content: '\f216'
}

.zmdi-local-hotel:before {
    content: '\f178'
}

.zmdi-local-activity:before {
    content: '\f1df'
}

.zmdi-local-play:before {
    content: '\f1df'
}

.zmdi-local-airport:before {
    content: '\f103'
}

.zmdi-local-atm:before {
    content: '\f198'
}

.zmdi-local-bar:before {
    content: '\f137'
}

.zmdi-local-cafe:before {
    content: '\f13b'
}

.zmdi-local-car-wash:before {
    content: '\f124'
}

.zmdi-local-convenience-store:before {
    content: '\f1d3'
}

.zmdi-local-dining:before {
    content: '\f153'
}

.zmdi-local-drink:before {
    content: '\f157'
}

.zmdi-local-florist:before {
    content: '\f168'
}

.zmdi-local-gas-station:before {
    content: '\f16f'
}

.zmdi-local-grocery-store:before {
    content: '\f1cb'
}

.zmdi-local-hospital:before {
    content: '\f177'
}

.zmdi-local-laundry-service:before {
    content: '\f1e9'
}

.zmdi-local-library:before {
    content: '\f18d'
}

.zmdi-local-mall:before {
    content: '\f195'
}

.zmdi-local-movies:before {
    content: '\f19d'
}

.zmdi-local-offer:before {
    content: '\f187'
}

.zmdi-local-parking:before {
    content: '\f1a5'
}

.zmdi-local-parking:before {
    content: '\f1a5'
}

.zmdi-local-pharmacy:before {
    content: '\f176'
}

.zmdi-local-phone:before {
    content: '\f2be'
}

.zmdi-local-pizza:before {
    content: '\f1ac'
}

.zmdi-local-post-office:before {
    content: '\f15a'
}

.zmdi-local-printshop:before {
    content: '\f1b0'
}

.zmdi-local-see:before {
    content: '\f28c'
}

.zmdi-local-shipping:before {
    content: '\f1e6'
}

.zmdi-local-store:before {
    content: '\f1d4'
}

.zmdi-local-taxi:before {
    content: '\f123'
}

.zmdi-local-wc:before {
    content: '\f211'
}

.zmdi-my-location:before {
    content: '\f299'
}

.zmdi-directions:before {
    content: '\f1e7'
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont_1.eot);
    src: url("../fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url("../images/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.rtl * {
    direction: rtl !important
}

.rtl main {
    text-align: right !important
}

a:focus {
    color: #414141
}

body,
html {
    height: auto;
    background: #FFF;
    z-index: 0;
    position: relative
}

body {
    direction: ltr;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #656d73;
    line-height: 1.25em
}

ul {
    list-style: none;
    padding: 0
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

a:hover {
    color: #414141;
    text-decoration: none
}

a:focus {
    outline: none;
    text-decoration: none;
    background: transparent
}

p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 300
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none
}

.color,
.custom-checkbox input[type="checkbox"] + span.color {
    display: inline-block;
    cursor: pointer;
    background-size: contain;
    border: 1px solid #f1f1f1;
    width: 18px;
    height: 18px
}

#search_filters .facet-label.active .custom-checkbox span.color,
#search_filters .facet-label:hover .custom-checkbox span.color {
    border: 1px solid #414141;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.h1,
.h2,
.h3 {
    font-family: "Roboto", sans-serif;
    color: #000;
    margin: 20px 0
}

.h4 {
    font-weight: 700;
    color: #000
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn-tertiary {
    text-transform: lowercase;
    color: #999;
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    padding: .25rem;
    margin: .25rem 0;
    font-weight: 400;
    font-size: .8125rem
}

.btn-tertiary .material-icons {
    font-size: 16px
}

.btn-tertiary:hover {
    box-shadow: .0625rem .0625rem .0625rem 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(35, 35, 35, .2)
}

.btn-unstyle {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: inherit
}

.btn-unstyle:focus {
    outline: 0
}

.btn-unstyle:focus .expand-more {
    color: #3387f2
}

label,
.label {
    color: #414141;
    text-align: right;
    font-size: 14px
}

.rtl label,
.rtl .label {
    text-align: left
}

small.label,
small.value {
    font-size: .8125rem
}

.form-control-label {
    padding-top: .625rem
}

.form-control {
    background: #ebebeb;
    color: #999;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    border: none;
    padding: .5rem 1rem
}

.form-control:focus {
    background-color: #fff;
    outline: 1px solid #f1f1f1
}

.input-group.focus {
    outline: 1px solid #f1f1f1
}

.input-group .form-control:focus {
    outline: none
}

.input-group .input-group-btn {
    padding: 8px;
    background: #878787
}

.input-group .input-group-btn > .btn {
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    padding: 0;
    margin-left: 0;
    text-transform: uppercase
}

.rtl .input-group .input-group-btn > .btn {
    margin-right: 0;
    margin-left: inherit
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
    background: #999;
    height: 100%
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #414141
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #414141
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #414141
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
    color: #414141
}

.form-control-select {
    height: 2.625rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ebebeb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    background-position-x: 99%;
    background-size: 1.25rem 1.25rem;
    padding-right: 2rem
}

.rtl .form-control-select {
    padding-left: 2rem;
    padding-right: inherit
}

.form-control-select::-ms-expand {
    display: none
}

.form-control-valign {
    padding-top: .5rem
}

.form-control-comment {
    font-size: 14px;
    padding-top: .5rem;
    color: #999;
    display: inline-block
}

.form-control-submit.disabled {
    background: #5bc0de;
    color: #fff
}

.form-group.has-error input,
.form-group.has-error select {
    outline: .1875rem solid #ff4c4c
}

.form-group.has-error .help-block {
    color: #ff4c4c
}

.group-span-filestyle label {
    margin: 0
}

.group-span-filestyle .btn-default,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    background: #414141;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    padding: .5rem 1rem
}

.bootstrap-touchspin {
    width: 93px;
    display: inline-block
}

.bootstrap-touchspin input:focus {
    outline: none
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    color: #414141;
    background-color: #fff;
    height: 2.5rem;
    padding: .175rem .5rem;
    width: 3rem;
    border: 1px solid rgba(0, 0, 0, .15);
    float: left
}

.bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    height: 1.3125rem
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #ebebeb;
    border: 1px solid rgba(0, 0, 0, .15)
}

.bootstrap-touchspin .input-group-btn-vertical {
    color: #414141;
    width: auto;
    float: left
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE"
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF"
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: .0625rem;
    left: .1875rem;
    font-size: .9375rem
}

.custom-radio {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    cursor: pointer;
    border: #ccc 1px solid;
    background: #FFF
}

.custom-radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #414141;
    position: absolute;
    left: 18%;
    top: 16%;
    width: 9px;
    height: 9px
}

.custom-checkbox {
    position: relative
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
    margin-top: .25rem;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0
}

.rtl .custom-checkbox input[type="checkbox"],
.rtl .custom-checkbox input[type="radio"] {
    right: 0;
    left: auto
}

.custom-checkbox input[type="checkbox"] + span,
.custom-checkbox input[type="radio"] + span {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px #ccc solid;
    width: 15px;
    height: 15px
}

.rtl .custom-checkbox input[type="checkbox"] + span,
.rtl .custom-checkbox input[type="radio"] + span {
    margin-left: 3px;
    margin-right: inherit
}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked,
.custom-checkbox input[type="radio"] + span .checkbox-checked {
    display: none;
    margin-top: -2px;
    font-size: 14px;
    color: #414141;
    margin-left: -1px
}

.rtl .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
.rtl .custom-checkbox input[type="radio"] + span .checkbox-checked {
    margin-right: -1px;
    margin-left: inherit
}

.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked,
.custom-checkbox input[type="radio"]:checked + span .checkbox-checked {
    display: block
}

.custom-checkbox input[type="checkbox"]:focus + span,
.custom-checkbox input[type="radio"]:focus + span {
    border-color: #999
}

.custom-checkbox input[type="radio"] + span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.custom-checkbox label {
    text-align: left
}

.rtl .custom-checkbox label {
    text-align: right
}

.text-muted {
    font-size: 16px
}

.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 .8125rem;
    margin-right: 10px
}

.rtl .done {
    margin-left: 10px;
    margin-right: inherit
}

.thumb-mask > .mask {
    position: relative;
    overflow: hidden;
    border: #ebebeb 1px solid;
    margin: 25px 0;
    width: 3.438rem;
    height: 3.438rem
}

.thumb-mask > .mask img {
    width: 3.438rem;
    height: 3.438rem
}

.definition-list dl {
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.definition-list dl:after {
    content: "";
    display: table;
    clear: both
}

.definition-list dl dt {
    font-weight: 400
}

.definition-list dl dd,
.definition-list dl dt {
    width: 45%;
    background: #ebebeb;
    padding: 1.25rem;
    margin: .125rem;
    float: left;
    position: relative
}

.rtl .definition-list dl dd,
.rtl .definition-list dl dt {
    float: right
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
    background: #f6f6f6
}

.help-block {
    margin-top: 25px
}

.btn.disabled,
.btn.disabled:hover {
    background: #999
}

.alert-warning .material-icons {
    color: #FF9A52;
    font-size: 2rem;
    margin-right: 25px;
    padding-top: .3125rem
}

.rtl .alert-warning .material-icons {
    margin-left: 25px;
    margin-right: inherit
}

.alert-warning .alert-text {
    font-size: .9375rem;
    padding-top: 25px
}

.alert-warning .alert-link {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-width: 2px;
    margin-left: 25px;
    padding: .3125rem 1.25rem;
    font-weight: 600;
    font-size: .8125rem;
    color: #6C868E
}

.rtl .alert-warning .alert-link {
    margin-right: 25px;
    margin-left: inherit
}

.alert-warning ul li:last-child .alert-link {
    color: #fff
}

.alert-warning .warning-buttons {
    margin-top: .3125rem
}

.btn-warning {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.btn-tertiary-outline {
    color: #6C868E;
    background-image: none;
    background-color: transparent;
    border-color: #6C868E;
    border: .15rem solid #6C868E;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.btn-tertiary-outline:hover {
    border-color: #BBCDD2;
    color: #BBCDD2
}

.alert {
    font-size: .8125rem
}

.nav-item .nav-link,
.nav-item .nav-separtor {
    color: #1f1f1f;
    font-weight: 700
}

.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
    color: #414141
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-color: #414141
}

.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, .1)
}

@media (max-width:480px) {
    .hidden-sp {
        display: none !important
    }

    .col-sp-1 {
        float: left;
        width: 8.33333%
    }

    .col-sp-2 {
        float: left;
        width: 16.66667%
    }

    .col-sp-3 {
        float: left;
        width: 25%
    }

    .col-sp-4 {
        float: left;
        width: 33.33333%
    }

    .col-sp-5 {
        float: left;
        width: 41.66667%
    }

    .col-sp-6 {
        float: left;
        width: 50%
    }

    .col-sp-7 {
        float: left;
        width: 58.33333%
    }

    .col-sp-8 {
        float: left;
        width: 66.66667%
    }

    .col-sp-9 {
        float: left;
        width: 75%
    }

    .col-sp-10 {
        float: left;
        width: 83.33333%
    }

    .col-sp-11 {
        float: left;
        width: 91.66667%
    }

    .col-sp-12 {
        float: left;
        width: 100%
    }

    .col-sp-2-4 {
        float: left;
        width: 20%
    }

    .col-sp-4-8 {
        float: left;
        width: 40%
    }

    .col-sp-7-2 {
        float: left;
        width: 60%
    }

    .col-sp-9-6 {
        float: left;
        width: 80%
    }
}

@media (max-width:991px) {

    .form-control-label,
    .control-label,
    label,
    .label {
        text-align: left
    }

    .rtl .form-control-label,
    .rtl .control-label,
    .rtl label,
    .rtl .label {
        text-align: right
    }
}

.btn-primary:active:focus {
    background-color: transparent
}

.ps-alert-error {
    margin-bottom: 0
}

.ps-alert-error .item,
.ps-alert-success .item {
    align-items: center;
    border: 2px #ff4c4c solid;
    display: flex;
    background-color: #ff4c4c;
    margin-bottom: 1rem
}

.ps-alert-error .item i,
.ps-alert-success .item i {
    border: 15px #ff4c4c solid;
    display: flex
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    background-color: #ff4c4c;
    width: 24px;
    height: 24px
}

.ps-alert-error .item p,
.ps-alert-success .item p {
    background-color: #f8f8f8;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%
}

.ps-alert-success {
    padding: .25rem .25rem 2.75rem .25rem
}

.ps-alert-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c
}

.ps-alert-success .item i {
    border-color: #4cbb6c
}

.ps-alert-success .item i svg {
    background-color: #4cbb6c
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.e-scale .popup-content {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-scale.popup-over:hover .popup-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-left .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-left.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-right .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-right.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-top .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-top.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-down .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-down.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.effect a {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.effect a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.effect a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.effect a:hover:before,
.effect a:hover:after {
    width: 100%;
    height: 100%
}

@media (min-width:991px) {

    .dropdown-menu,
    .popup-content {
        animation: animationmenus ease 0.5s;
        -o-animation: animationmenus ease 0.5s;
        -moz-animation: animationmenus ease 0.5s;
        -webkit-animation: animationmenus ease 0.5s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        -webkit-transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-iteration-count: 1;
        -moz-transform-origin: 50% 50%;
        -moz-animation-fill-mode: forwards;
        -o-animation-iteration-count: 1;
        -o-transform-origin: 50% 50%;
        -o-animation-fill-mode: forwards;
        -ms-animation: animationmenus ease 0.5s;
        -ms-animation-iteration-count: 1;
        -ms-transform-origin: 50% 50%;
        -ms-animation-fill-mode: forwards
    }
}

.popup-content {
    animation: animationmenus ease 0.5s;
    -webkit-animation: animationmenus ease 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation: animationmenus ease 0.5s;
    -o-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards
}

@-webkit-keyframes animationmenus {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes animationmenus {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes animationmenus {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes animationmenus {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes animationmenus-center {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes animationmenus-center {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@-o-keyframes animationmenus-center {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes animationmenus-center {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    60% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }
}

@-moz-keyframes heartbeat {
    0% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    60% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }
}

@-o-keyframes heartbeat {
    0% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    60% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    60% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }
}

.ImageWrapper {
    display: block;
    overflow: hidden;
    position: relative
}

.WhiteRounded {
    background-color: #fff;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1)
}

.WhiteRounded > a {
    color: #222;
    display: block;
    font-weight: 400
}

.RedRounded {
    background-color: #D8322B;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1)
}

.RedRounded > a {
    color: #FFF;
    display: block;
    font-weight: 400
}

.BlackRounded {
    background-color: #222;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1)
}

.BlackRounded > a {
    color: #fff;
    display: block;
    font-weight: 400
}

.WhiteHollowRounded {
    border: 1px solid #fff;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.WhiteHollowRounded > a {
    color: #fff;
    display: block;
    font-weight: 400
}

.BlackHollowRounded {
    border: 1px solid #222;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.BlackHollowRounded > a {
    color: #222;
    display: block;
    font-weight: 400
}

.WhiteSquare {
    background-color: #fff;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px;
    -o-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1)
}

.WhiteSquare > a {
    color: #222;
    display: block;
    font-weight: 400
}

.BlackSquare {
    background-color: #222;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px;
    -o-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5), inset 0 0 2px rgba(0, 0, 0, .1)
}

.BlackSquare > a {
    color: #fff;
    display: block;
    font-weight: 400
}

.WhiteHollowSquare {
    border: 1px solid #fff;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px;
    -o-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px
}

.WhiteHollowSquare > a {
    color: #fff;
    display: block;
    font-weight: 400
}

.BlackHollowSquare {
    border: 1px solid #222;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px;
    -o-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px
}

.BlackHollowSquare > a {
    color: #222;
    display: block;
    font-weight: 400
}

.VisibleButtons {
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px
}

.VisibleImageOverlay {
    position: absolute;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .6;
    visibility: visible
}

.ImageWrapper .ImageOverlayH {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayH {
    opacity: 1
}

.ImageWrapper .ImageOverlayHe {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 0;
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayHe {
    height: 100%;
    top: 0;
    opacity: 1
}

.ImageWrapper .ImageOverlayLi:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayLi:after {
    top: -50%;
    opacity: 1
}

.ImageWrapper .ImageOverlayLi:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    bottom: -100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayLi:before {
    bottom: -50%;
    opacity: 1
}

.ImageWrapper .ImageOverlayBe:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayBe:after {
    top: 50%;
    opacity: 1
}

.ImageWrapper .ImageOverlayBe:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    bottom: -100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayBe:before {
    bottom: 50%;
    opacity: 1
}

.ImageWrapper .ImageOverlayB {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0
}

.ImageWrapper:hover .ImageOverlayB {
    left: 0;
    width: 100%;
    opacity: 1
}

.ImageWrapper .ImageOverlayC:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayC:after {
    right: -50%;
    opacity: 1
}

.ImageWrapper .ImageOverlayC:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayC:before {
    left: -50%;
    opacity: 1
}

.ImageWrapper .ImageOverlayN:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayN:after {
    right: 50%;
    opacity: 1
}

.ImageWrapper .ImageOverlayN:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayN:before {
    left: 50%;
    opacity: 1
}

.ImageWrapper .ImageOverlayO {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayO {
    left: 0;
    top: 0;
    opacity: 1
}

.ImageWrapper .ImageOverlayF {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayF {
    right: 0;
    top: 0;
    opacity: 1
}

.ImageWrapper .ImageOverlayNe {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayNe {
    bottom: 0;
    left: 0;
    opacity: 1
}

.ImageWrapper .ImageOverlayNa {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayNa {
    bottom: 0;
    right: 0;
    opacity: 1
}

.ImageWrapper .ImageOverlayMg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayMg {
    top: 0;
    opacity: 1
}

.ImageWrapper .ImageOverlayAl {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayAl {
    bottom: 0;
    opacity: 1
}

.ImageWrapper .ImageOverlaySi {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    right: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlaySi {
    right: 0;
    opacity: 1
}

.ImageWrapper .ImageOverlayP {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%
}

.ImageWrapper:hover .ImageOverlayP {
    left: 0;
    opacity: 1
}

.ImageWrapper .ImageOverlayS {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-transform: rotate(180deg) scale(0);
    -moz-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    -o-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0)
}

.ImageWrapper:hover .ImageOverlayS {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1
}

.ImageWrapper .ImageOverlayCl {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    -o-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0)
}

.ImageWrapper:hover .ImageOverlayCl {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1
}

.ImageWrapper .ImageOverlayArLeft:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
    height: 100%;
    left: -100%;
    overflow: hidden
}

.ImageWrapper .ImageOverlayArLeft:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease .2s;
    -moz-transition: all 0.2s ease .2s;
    -ms-transition: all 0.2s ease .2s;
    -o-transition: all 0.2s ease .2s;
    transition: all 0.2s ease .2s;
    width: 100%;
    height: 100%;
    left: -100%;
    overflow: hidden
}

.ImageWrapper .ImageOverlayArRight:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    -webkit-transition: all 0.2s ease .3s;
    -moz-transition: all 0.2s ease .3s;
    -ms-transition: all 0.2s ease .3s;
    -o-transition: all 0.2s ease .3s;
    transition: all 0.2s ease .3s;
    width: 100%;
    height: 100%;
    right: -100%;
    overflow: hidden
}

.ImageWrapper .ImageOverlayArRight:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease .5s;
    -moz-transition: all 0.2s ease .5s;
    -ms-transition: all 0.2s ease .5s;
    -o-transition: all 0.2s ease .5s;
    transition: all 0.2s ease .5s;
    width: 100%;
    height: 100%;
    right: -100%;
    overflow: hidden
}

.ImageWrapper:hover .ImageOverlayArLeft:before,
.ImageWrapper:hover .ImageOverlayArLeft:after {
    opacity: 1;
    left: 50%
}

.ImageWrapper:hover .ImageOverlayArRight:before,
.ImageWrapper:hover .ImageOverlayArRight:after {
    opacity: 1;
    right: 50%
}

.ImageWrapper .ImageOverlayK {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .ImageOverlayK {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.ImageWrapper .ImageOverlayCa {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .ImageOverlayCa {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.ImageWrapper .ImageOverlaySc {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .ImageOverlaySc {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.ImageWrapper .ImageOverlayTi {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .ImageOverlayTi {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.GrayScale {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.GrayScale:hover {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.BackgroundS img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.BackgroundS:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.BackgroundRR img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.BackgroundRR:hover img {
    -webkit-transform: rotate(-10deg) scale(1.4);
    -moz-transform: rotate(-10deg) scale(1.4);
    -ms-transform: rotate(-10deg) scale(1.4);
    -o-transform: rotate(-10deg) scale(1.4);
    transform: rotate(-10deg) scale(1.4)
}

.BackgroundR img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.BackgroundR:hover img {
    -webkit-transform: rotate(10deg) scale(1.4);
    -moz-transform: rotate(10deg) scale(1.4);
    -ms-transform: rotate(10deg) scale(1.4);
    -o-transform: rotate(10deg) scale(1.4);
    transform: rotate(10deg) scale(1.4)
}

.BackgroundRS img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.BackgroundRS:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.BackgroundF img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.BackgroundF:hover img {
    opacity: 0
}

.BackgroundFS img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.BackgroundFS:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
    opacity: 0
}

.BackgroundFRS img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.BackgroundFRS:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.SquareCircle {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.SquareCircle:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.CircleSquare {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.CircleSquare:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.ImageWrapper .CStyleH {
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -moz-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -ms-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -o-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    transition: all 400ms cubic-bezier(1, -.6, .57, -.15)
}

.ImageWrapper:hover .CStyleH {
    margin-top: -20px;
    opacity: 1;
    top: 50%;
    visibility: visible
}

.ImageWrapper .CStyleHe {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -moz-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -ms-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -o-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    transition: all 400ms cubic-bezier(1, -.6, .57, -.15)
}

.ImageWrapper:hover .CStyleHe {
    margin-bottom: -20px;
    opacity: 1;
    bottom: 50%;
    visibility: visible
}

.ImageWrapper .CStyleLi {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: right;
    right: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -moz-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -ms-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -o-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    transition: all 400ms cubic-bezier(1, -.6, .57, -.15)
}

.ImageWrapper:hover .CStyleLi {
    margin-right: -42px;
    opacity: 1;
    right: 50%;
    visibility: visible
}

.ImageWrapper .CStyleBe {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -moz-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -ms-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -o-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    transition: all 400ms cubic-bezier(1, -.6, .57, -.15)
}

.ImageWrapper:hover .CStyleBe {
    margin-left: -42px;
    opacity: 1;
    left: 50%;
    visibility: visible
}

.ImageWrapper .CStyleB {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -moz-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -ms-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    -o-transition: all 400ms cubic-bezier(1, -.6, .57, -.15);
    transition: all 400ms cubic-bezier(1, -.6, .57, -.15)
}

.ImageWrapper:hover .CStyleB {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ImageWrapper .CStyleC span {
    position: absolute
}

.ImageWrapper .CStyleC span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, .57, 0) !important;
    -webkit-transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important;
    -moz-transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important;
    -ms-transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important;
    -o-transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important;
    transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important
}

.ImageWrapper .CStyleC span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .CStyleC span:nth-of-type(3) {
    bottom: 50%;
    top: 50%;
    right: 0;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, .57, 0) !important;
    -webkit-transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important;
    -moz-transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important;
    -ms-transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important;
    -o-transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important;
    transition: all 400ms cubic-bezier(1, -.36, .57, -.15) !important
}

.ImageWrapper:hover .CStyleC span:nth-of-type(1) {
    left: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .CStyleC span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ImageWrapper:hover .CStyleC span:nth-of-type(3) {
    right: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper .StyleH {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleH {
    opacity: 1;
    visibility: visible
}

.ImageWrapper .StyleHe {
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleHe {
    margin-top: -20px;
    opacity: 1;
    top: 50%;
    visibility: visible
}

.ImageWrapper .StyleLi {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleLi {
    margin-bottom: -20px;
    opacity: 1;
    bottom: 50%;
    visibility: visible
}

.ImageWrapper .StyleBe {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: right;
    right: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleBe {
    margin-right: -42px;
    opacity: 1;
    right: 50%;
    visibility: visible
}

.ImageWrapper .StyleB {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleB {
    margin-left: -42px;
    opacity: 1;
    left: 50%;
    visibility: visible
}

.ImageWrapper .StyleC {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleC {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ImageWrapper .StyleN {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleN {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.ImageWrapper .StyleO span {
    position: absolute
}

.ImageWrapper .StyleO span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleO span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleO span:nth-of-type(1) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.ImageWrapper:hover .StyleO span:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.ImageWrapper .StyleF {
    visibility: hidden;
    -webkit-transform: scale(.5) rotateX(360deg);
    -moz-transform: scale(.5) rotateX(360deg);
    -ms-transform: scale(.5) rotateX(360deg);
    -o-transform: scale(.5) rotateX(360deg);
    transform: scale(.5) rotateX(360deg);
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleF {
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible
}

.ImageWrapper .StyleNe {
    visibility: hidden;
    margin: 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleNe {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    visibility: visible
}

.ImageWrapper .StyleNa {
    visibility: hidden;
    -webkit-transform: scale(.2) rotateY(360deg);
    -moz-transform: scale(.2) rotateY(360deg);
    -ms-transform: scale(.2) rotateY(360deg);
    -o-transform: scale(.2) rotateY(360deg);
    transform: scale(.2) rotateY(360deg);
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleNa {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible
}

.ImageWrapper .StyleMg span {
    position: absolute
}

.ImageWrapper .StyleMg span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -82px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleMg span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    right: 50%;
    margin: -20px -82px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleMg span:nth-of-type(1) {
    margin: -20px 0 0 -42px;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleMg span:nth-of-type(2) {
    margin: -20px -42px 0 0;
    visibility: visible;
    opacity: 1
}

.ImageWrapper .StyleAl span {
    position: absolute
}

.ImageWrapper .StyleAl span:nth-of-type(1) {
    top: 0;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleAl span:nth-of-type(2) {
    bottom: 0;
    right: 50%;
    margin: 0 -42px -20px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleAl span:nth-of-type(1) {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleAl span:nth-of-type(2) {
    bottom: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper .StyleSi span {
    position: absolute
}

.ImageWrapper .StyleSi span:nth-of-type(1) {
    bottom: 0;
    left: 50%;
    margin: 0 0 -20px -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleSi span:nth-of-type(2) {
    top: 0;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleSi span:nth-of-type(1) {
    bottom: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleSi span:nth-of-type(2) {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper .StyleP span {
    position: absolute
}

.ImageWrapper .StyleP span:nth-of-type(1) {
    top: 0;
    left: 0;
    margin: -40px 0 0 -40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleP span:nth-of-type(2) {
    bottom: 0;
    right: 0;
    margin: 0 -40px -40px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleP span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleP span:nth-of-type(2) {
    bottom: 50%;
    right: 50%;
    margin: 0 -42px -20px 0;
    visibility: visible;
    opacity: 1
}

.ImageWrapper .StyleS span {
    position: absolute
}

.ImageWrapper .StyleS span:nth-of-type(1) {
    bottom: 0;
    left: 0;
    margin: -40px 0 0 -40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleS span:nth-of-type(2) {
    top: 0;
    right: 0;
    margin: 0 -40px -40px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleS span:nth-of-type(1) {
    bottom: 50%;
    left: 50%;
    margin: 0 0 -20px -42px;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleS span:nth-of-type(2) {
    top: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: visible;
    opacity: 1
}

.ImageWrapper .StyleCl {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleCl {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.ImageWrapper .StyleAr span {
    position: absolute
}

.ImageWrapper .StyleAr span:nth-of-type(1) {
    top: 50%;
    bottom: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.2) rotate(0deg);
    -moz-transform: scale(.2) rotate(0deg);
    -ms-transform: scale(.2) rotate(0deg);
    -o-transform: scale(.2) rotate(0deg);
    transform: scale(.2) rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleAr span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.2) rotate(0deg);
    -moz-transform: scale(.2) rotate(0deg);
    -ms-transform: scale(.2) rotate(0deg);
    -o-transform: scale(.2) rotate(0deg);
    transform: scale(.2) rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleAr span:nth-of-type(1) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg)
}

.ImageWrapper:hover .StyleAr span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg)
}

.ImageWrapper .StyleK span {
    position: absolute
}

.ImageWrapper .StyleK span:nth-of-type(1) {
    top: 50%;
    bottom: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleK span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleK span:nth-of-type(1) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.ImageWrapper:hover .StyleK span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.ImageWrapper .StyleCa span {
    position: absolute
}

.ImageWrapper .StyleCa span:nth-of-type(1) {
    top: 50%;
    bottom: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.2) rotateY(0deg);
    -moz-transform: scale(.2) rotateY(0deg);
    -ms-transform: scale(.2) rotateY(0deg);
    -o-transform: scale(.2) rotateY(0deg);
    transform: scale(.2) rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleCa span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.2) rotateY(0deg);
    -moz-transform: scale(.2) rotateY(0deg);
    -ms-transform: scale(.2) rotateY(0deg);
    -o-transform: scale(.2) rotateY(0deg);
    transform: scale(.2) rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleCa span:nth-of-type(1) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -ms-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg)
}

.ImageWrapper:hover .StyleCa span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -ms-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg)
}

.ImageWrapper .StyleSc span {
    position: absolute
}

.ImageWrapper .StyleSc span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleSc span:nth-of-type(2) {
    top: 0;
    right: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleSc span:nth-of-type(3) {
    bottom: 50%;
    top: 50%;
    right: 0;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleSc span:nth-of-type(1) {
    left: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleSc span:nth-of-type(2) {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleSc span:nth-of-type(3) {
    right: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper .StyleTi span {
    position: absolute
}

.ImageWrapper .StyleTi span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleTi span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper .StyleTi span:nth-of-type(3) {
    bottom: 50%;
    top: 50%;
    right: 0;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .StyleTi span:nth-of-type(1) {
    left: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleTi span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ImageWrapper:hover .StyleTi span:nth-of-type(3) {
    right: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper .StyleV span {
    position: absolute
}

.ImageWrapper .StyleV span:nth-of-type(1) {
    top: 0;
    left: 50%;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.2s;
    -moz-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.2s;
    -ms-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.2s;
    -o-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.2s;
    transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.2s
}

.ImageWrapper .StyleV span:nth-of-type(2) {
    top: 0;
    left: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.3s;
    -moz-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.3s;
    -ms-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.3s;
    -o-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.3s;
    transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.3s
}

.ImageWrapper .StyleV span:nth-of-type(3) {
    top: 0;
    right: 50%;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.4s;
    -moz-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.4s;
    -ms-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.4s;
    -o-transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.4s;
    transition: all 200ms cubic-bezier(0, 1.135, .73, 1.405) 0.4s
}

.ImageWrapper:hover .StyleV span:nth-of-type(1) {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleV span:nth-of-type(2) {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper:hover .StyleV span:nth-of-type(3) {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.ImageWrapper .PStyleH {
    background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 7
}

.ImageWrapper:hover .PStyleH {
    opacity: .6;
    visibility: visible
}

.ImageWrapper .PStyleHe {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll center center/100% 100% #222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .PStyleHe {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible
}

.ImageWrapper .PStyleLi {
    -webkit-transform: scale(.5) rotateY(180deg);
    -moz-transform: scale(.5) rotateY(180deg);
    -ms-transform: scale(.5) rotateY(180deg);
    -o-transform: scale(.5) rotateY(180deg);
    transform: scale(.5) rotateY(180deg);
    background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 7
}

.ImageWrapper:hover .PStyleLi {
    opacity: .6;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible
}

.ImageWrapper .PStyleBe {
    -webkit-transform: scale(.5) rotateX(180deg);
    -moz-transform: scale(.5) rotateX(180deg);
    -ms-transform: scale(.5) rotateX(180deg);
    -o-transform: scale(.5) rotateX(180deg);
    transform: scale(.5) rotateX(180deg);
    background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 7
}

.ImageWrapper:hover .PStyleBe {
    opacity: .6;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible
}

.ImageWrapper .PStyleB {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .PStyleB {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center
}

.ImageWrapper .PStyleC {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .PStyleC {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center
}

.ImageWrapper .PStyleN {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: bottom right;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .PStyleN {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center
}

.ImageWrapper .PStyleO {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .PStyleO {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center
}

.ImageWrapper .PStyleF {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .PStyleF {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center
}

.ImageWrapper .PStyleNe {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .PStyleNe {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center
}

.ContentWrapperH .ContentH {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperH:hover .ContentH {
    opacity: 1;
    visibility: visible
}

.ContentWrapperH .ContentH .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperH .ContentH .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperH .ContentH .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperH .ContentH .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperH .ContentH .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperHe .ContentHe {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperHe:hover .ContentHe {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ContentWrapperHe .ContentHe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperHe .ContentHe .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperHe .ContentHe .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperHe .ContentHe .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperHe .ContentHe .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperLi img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperLi:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.ContentWrapperLi .ContentLi {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperLi:hover .ContentLi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ContentWrapperLi .ContentLi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperLi .ContentLi .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperLi .ContentLi .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperLi .ContentLi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperLi .ContentLi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperBe img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1
}

.ContentWrapperBe:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
    opacity: 0
}

.ContentWrapperBe .ContentBe {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperBe:hover .ContentBe {
    opacity: 1;
    visibility: visible
}

.ContentWrapperBe .ContentBe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperBe .ContentBe .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperBe .ContentBe .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperBe .ContentBe .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperBe .ContentBe .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperB img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperB:hover img {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.ContentWrapperB .ContentB {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperB:hover .ContentB {
    opacity: 1;
    visibility: visible;
    top: 0
}

.ContentWrapperB .ContentB .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperB .ContentB .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperB .ContentB .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperB .ContentB .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperB .ContentB .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperC img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperC:hover img {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ContentWrapperC .ContentC {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperC:hover .ContentC {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.ContentWrapperC .ContentC .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperC .ContentC .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperC .ContentC .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperC .ContentC .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperC .ContentC .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperN img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperN:hover img {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.ContentWrapperN .ContentN {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperN:hover .ContentN {
    opacity: 1;
    visibility: visible;
    right: 0
}

.ContentWrapperN .ContentN .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperN .ContentN .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperN .ContentN .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperN .ContentN .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperN .ContentN .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperO img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperO:hover img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.ContentWrapperO .ContentO {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperO:hover .ContentO {
    opacity: 1;
    visibility: visible;
    left: 0
}

.ContentWrapperO .ContentO .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperO .ContentO .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperO .ContentO .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperO .ContentO .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperO .ContentO .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperF img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperF:hover img {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%)
}

.ContentWrapperF .ContentF {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 50%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: perspective(600px) rotateY(90deg);
    -moz-transform: perspective(600px) rotateY(90deg);
    -ms-transform: perspective(600px) rotateY(90deg);
    -o-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transform-origin: left center 0;
    -moz-transform-origin: left center 0;
    -ms-transform-origin: left center 0;
    -o-transform-origin: left center 0;
    transform-origin: left center 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperF:hover .ContentF {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg)
}

.ContentWrapperF .ContentF .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperF .ContentF .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperF .ContentF .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperNe img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperNe:hover img {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%)
}

.ContentWrapperNe .ContentNe {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 50%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperNe:hover .ContentNe {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg)
}

.ContentWrapperNe .ContentNe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperNe .ContentNe .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperNe .ContentNe .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperNa img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperNa:hover img {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%)
}

.ContentWrapperNa .ContentNa {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 50%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform: perspective(600px) rotateY(-90deg);
    -moz-transform: perspective(600px) rotateY(-90deg);
    -ms-transform: perspective(600px) rotateY(-90deg);
    -o-transform: perspective(600px) rotateY(-90deg);
    transform: perspective(600px) rotateY(-90deg);
    -webkit-transform-origin: right center 0;
    -moz-transform-origin: right center 0;
    -ms-transform-origin: right center 0;
    -o-transform-origin: right center 0;
    transform-origin: right center 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperNa:hover .ContentNa {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg)
}

.ContentWrapperNa .ContentNa .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperNa .ContentNa .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperNa .ContentNa .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperMg img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperMg:hover img {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%)
}

.ContentWrapperMg .ContentMg {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 50%;
    display: block;
    bottom: 0;
    left: 0;
    -webkit-transform: perspective(600px) rotateX(90deg);
    -moz-transform: perspective(600px) rotateX(90deg);
    -ms-transform: perspective(600px) rotateX(90deg);
    -o-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
    -webkit-transform-origin: center bottom 0;
    -moz-transform-origin: center bottom 0;
    -ms-transform-origin: center bottom 0;
    -o-transform-origin: center bottom 0;
    transform-origin: center bottom 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperMg:hover .ContentMg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg)
}

.ContentWrapperMg .ContentMg .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperMg .ContentMg .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperMg .ContentMg .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperAl .ContentAl {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(0deg) scale(0);
    -moz-transform: rotateY(0deg) scale(0);
    -ms-transform: rotateY(0deg) scale(0);
    -o-transform: rotateY(0deg) scale(0);
    transform: rotateY(0deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperAl:hover .ContentAl {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(360deg) scale(.9);
    -moz-transform: rotateY(360deg) scale(.9);
    -ms-transform: rotateY(360deg) scale(.9);
    -o-transform: rotateY(360deg) scale(.9);
    transform: rotateY(360deg) scale(.9)
}

.ContentWrapperAl .ContentAl .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperAl .ContentAl .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperAl .ContentAl .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperAl .ContentAl .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperAl .ContentAl .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperSi .ContentSi {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(0deg) scale(0);
    -moz-transform: rotateX(0deg) scale(0);
    -ms-transform: rotateX(0deg) scale(0);
    -o-transform: rotateX(0deg) scale(0);
    transform: rotateX(0deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperSi:hover .ContentSi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(360deg) scale(.9);
    -moz-transform: rotateX(360deg) scale(.9);
    -ms-transform: rotateX(360deg) scale(.9);
    -o-transform: rotateX(360deg) scale(.9);
    transform: rotateX(360deg) scale(.9)
}

.ContentWrapperSi .ContentSi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperSi .ContentSi .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperSi .ContentSi .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperSi .ContentSi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperSi .ContentSi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperP .ContentP {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(0deg) scale(.9);
    -moz-transform: rotateY(0deg) scale(.9);
    -ms-transform: rotateY(0deg) scale(.9);
    -o-transform: rotateY(0deg) scale(.9);
    transform: rotateY(0deg) scale(.9);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperP:hover .ContentP {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(360deg) scale(.9);
    -moz-transform: rotateY(360deg) scale(.9);
    -ms-transform: rotateY(360deg) scale(.9);
    -o-transform: rotateY(360deg) scale(.9);
    transform: rotateY(360deg) scale(.9)
}

.ContentWrapperP .ContentP .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperP .ContentP .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperP .ContentP .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperP .ContentP .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperP .ContentP .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperS .ContentS {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(0deg) scale(.9);
    -moz-transform: rotateX(0deg) scale(.9);
    -ms-transform: rotateX(0deg) scale(.9);
    -o-transform: rotateX(0deg) scale(.9);
    transform: rotateX(0deg) scale(.9);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperS:hover .ContentS {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(360deg) scale(.9);
    -moz-transform: rotateX(360deg) scale(.9);
    -ms-transform: rotateX(360deg) scale(.9);
    -o-transform: rotateX(360deg) scale(.9);
    transform: rotateX(360deg) scale(.9)
}

.ContentWrapperS .ContentS .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperS .ContentS .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperS .ContentS .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperS .ContentS .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperS .ContentS .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperCl {
    overflow: visible !important
}

.ContentWrapperCl img {
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperCl:hover img {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%)
}

.ContentWrapperCl .ContentCl {
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperCl:hover .ContentCl {
    visibility: visible
}

.ContentWrapperCl .ContentCl .Content {
    position: absolute;
    top: 65%;
    display: block;
    width: 100%
}

.ContentWrapperCl .ContentCl .Content h2 {
    font: bold 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 2px;
    text-align: center
}

.ContentWrapperCl .ContentCl .Content .ReadMore {
    margin: 8px auto;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    display: block;
    width: 80px
}

.ContentWrapperCl .ContentCl .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperAr {
    overflow: visible !important
}

.ContentWrapperAr img {
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperAr:hover img {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%)
}

.ContentWrapperAr .ContentAr {
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperAr:hover .ContentAr {
    visibility: visible
}

.ContentWrapperAr .ContentAr .Content {
    position: absolute;
    top: 5%;
    display: block;
    width: 100%
}

.ContentWrapperAr .ContentAr .Content h2 {
    font: bold 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 2px;
    text-align: center
}

.ContentWrapperAr .ContentAr .Content .ReadMore {
    margin: 8px auto;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    display: block;
    width: 80px
}

.ContentWrapperAr .ContentAr .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperK {
    overflow: visible !important
}

.ContentWrapperK img {
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperK:hover img {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%)
}

.ContentWrapperK .ContentK {
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperK:hover .ContentK {
    visibility: visible
}

.ContentWrapperK .ContentK .Content {
    display: block;
    width: 100%;
    position: relative
}

.ContentWrapperK .ContentK .Content ul {
    position: absolute;
    top: 0;
    right: 0
}

.ContentWrapperK .ContentK .Content ul li {
    margin: 14px 16px
}

.ContentWrapperK .ContentK .Content ul li a {
    font-size: 21px;
    color: #a9a9a9
}

.ContentWrapperCa img {
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperCa:hover img {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%)
}

.ContentWrapperCa .ContentCa {
    position: absolute;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperCa:hover .ContentCa {
    visibility: visible
}

.ContentWrapperCa .ContentCa .Content {
    display: block;
    width: 100%;
    position: relative
}

.ContentWrapperCa .ContentCa .Content ul {
    position: absolute;
    top: 0;
    left: 0
}

.ContentWrapperCa .ContentCa .Content ul li {
    margin: 5px
}

.ContentWrapperCa .ContentCa .Content ul li a {
    padding: 6px 9px
}

.ContentWrapperSc .ContentSc {
    position: absolute;
    background: #fff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperSc:hover .ContentSc {
    visibility: visible;
    top: 0
}

.ContentWrapperSc .ContentSc .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperSc .ContentSc .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperSc .ContentSc .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperSc .ContentSc .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperSc .ContentSc .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperTi .ContentTi {
    position: absolute;
    background: #fff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperTi:hover .ContentTi {
    visibility: visible;
    left: 0
}

.ContentWrapperTi .ContentTi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperTi .ContentTi .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperTi .ContentTi .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperTi .ContentTi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperTi .ContentTi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperV .ContentV {
    position: absolute;
    background: #fff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperV:hover .ContentV {
    visibility: visible;
    right: 0
}

.ContentWrapperV .ContentV .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperV .ContentV .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperV .ContentV .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperV .ContentV .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperV .ContentV .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperCr .ContentCr {
    position: absolute;
    background: #fff;
    visibility: hidden;
    width: 100%;
    height: 0;
    display: block;
    bottom: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperCr:hover .ContentCr {
    visibility: visible;
    height: 100%;
    bottom: 0
}

.ContentWrapperCr .ContentCr .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperCr .ContentCr .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperCr .ContentCr .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperCr .ContentCr .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperCr .ContentCr .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperMn .ContentMn {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperMn:hover .ContentMn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ContentWrapperMn .ContentMn .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperMn .ContentMn .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperMn .ContentMn .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperMn .ContentMn .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperMn .ContentMn .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperFe .ContentFe {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperFe:hover .ContentFe {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ContentWrapperFe .ContentFe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperFe .ContentFe .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperFe .ContentFe .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperFe .ContentFe .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperFe .ContentFe .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperCo .ContentCo {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperCo:hover .ContentCo {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ContentWrapperCo .ContentCo .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperCo .ContentCo .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperCo .ContentCo .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperCo .ContentCo .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperCo .ContentCo .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperNi .ContentNi {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperNi:hover .ContentNi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ContentWrapperNi .ContentNi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperNi .ContentNi .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperNi .ContentNi .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperNi .ContentNi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperNi .ContentNi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperCu img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperCu:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.ContentWrapperCu .ContentCu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperCu:hover .ContentCu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.ContentWrapperCu .ContentCu .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperCu .ContentCu .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperCu .ContentCu .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperCu .ContentCu .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperCu .ContentCu .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ContentWrapperZn img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperZn:hover img {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.ContentWrapperZn .ContentZn {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ContentWrapperZn:hover .ContentZn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.ContentWrapperZn .ContentZn .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px
}

.ContentWrapperZn .ContentZn .Content h2 {
    font: 16px "Source Sans Pro", Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px
}

.ContentWrapperZn .ContentZn .Content p {
    font: normal 12px "Source Sans Pro";
    color: #666
}

.ContentWrapperZn .ContentZn .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1CDC3), color-stop(100%, #C9C5BA));
    background: -webkit-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -o-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: -ms-linear-gradient(top, #D1CDC3 0%, #C9C5BA 100%);
    background: linear-gradient(to bottom, #D1CDC3 0%, #C9C5BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 1px 0 rgba(0, 0, 0, .11), 0 0 0 transparent
}

.ContentWrapperZn .ContentZn .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px "Source Sans Pro"
}

.ImageWrapper .RibbonCTL .Triangle:after {
    border-right: 35px solid transparent;
    border-top: 35px solid #FFF;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    z-index: 2
}

.ImageWrapper .RibbonCTL .Sign {
    top: 2px;
    left: 2px;
    position: absolute;
    z-index: 6
}

.ImageWrapper .RibbonCTL .Sign a {
    color: #666
}

.ImageWrapper .RibbonCTL {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .RibbonCTL {
    opacity: 1;
    visibility: visible
}

.ImageWrapper .RibbonCTR .Triangle:after {
    border-left: 35px solid transparent;
    border-top: 35px solid #FFF;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    z-index: 2
}

.ImageWrapper .RibbonCTR .Sign {
    top: 2px;
    right: 2px;
    position: absolute;
    z-index: 6
}

.ImageWrapper .RibbonCTR .Sign a {
    color: #666
}

.ImageWrapper .RibbonCTR {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .RibbonCTR {
    opacity: 1;
    visibility: visible
}

.ImageWrapper .RibbonCBL .Triangle:after {
    border-right: 35px solid transparent;
    border-bottom: 35px solid #FFF;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.ImageWrapper .RibbonCBL .Sign {
    bottom: 1px;
    left: 1px;
    position: absolute;
    z-index: 6
}

.ImageWrapper .RibbonCBL .Sign a {
    color: #666
}

.ImageWrapper .RibbonCBL {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .RibbonCBL {
    opacity: 1;
    visibility: visible
}

.ImageWrapper .RibbonCBR .Triangle:after {
    border-left: 35px solid transparent;
    border-bottom: 35px solid #FFF;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

.ImageWrapper .RibbonCBR .Sign {
    bottom: 1px;
    right: 1px;
    position: absolute;
    z-index: 6
}

.ImageWrapper .RibbonCBR .Sign a {
    color: #666
}

.ImageWrapper .RibbonCBR {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ImageWrapper:hover .RibbonCBR {
    opacity: 1;
    visibility: visible
}

.TBlack {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .8) !important
}

.TWhite {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .8) !important
}

.carousel .direction {
    position: absolute;
    top: -95px;
    right: 0
}

.rtl .carousel .direction {
    left: 0;
    right: auto
}

.carousel-control {
    background: none !important
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    background: #f3f3f3;
    font-size: 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 1.563rem;
    height: 1.563rem
}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    font-family: "FontAwesome";
    font-size: 1rem;
    color: #ccc;
    line-height: 1.563rem
}

.carousel-control .icon-prev:hover,
.carousel-control .icon-next:hover {
    background: #414141
}

.carousel-control .icon-prev:hover:before,
.carousel-control .icon-next:hover:before {
    color: #FFF
}

.carousel-control.left {
    right: 1.563rem;
    left: auto
}

.carousel-control .icon-prev:before {
    content: "\f104"
}

.carousel-control .icon-next:before {
    content: "\f105"
}

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

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

input[type="file"] {
    height: auto
}

.btn-inverse {
    color: #FFF;
    background-color: #414141;
    border-color: #414141
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
    color: #FFF;
    background-color: transparent;
    border-color: #392c0f
}

.open .btn-inverse.dropdown-toggle {
    color: #FFF;
    background-color: transparent;
    border-color: #392c0f
}

.btn-inverse:active,
.btn-inverse.active {
    background-image: none
}

.open .btn-inverse.dropdown-toggle {
    background-image: none
}

.btn-inverse.disabled,
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled],
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
    background-color: #414141;
    border-color: #414141
}

.btn-inverse .badge {
    color: #414141;
    background-color: #FFF
}

.btn {
    padding: 9px 20px;
    text-transform: initial;
    color: #FFF;
    font-weight: 400;
    background: rgba(0, 0, 0, .7);
    letter-spacing: 1px;
    border-radius: initial;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn:hover {
    background: #FFF;
    color: #414141;
    border: 1px solid #414141;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn:active,
.btn:focus,
.btn:visited,
.btn.active:focus,
.btn:active:focus {
    outline: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

button:focus,
button:hover {
    outline: none
}

a:not([href]):not([tabindex]) {
    color: #1f1f1f
}

a:not([href]):not([tabindex]):hover {
    color: #FFF
}

.sidebar #search_filters .title_block {
    display: block
}

.sidebar #search_filters .title_block + div {
    display: inline-block;
    margin-top: 5px;
    background: #f9f9f9;
    padding: 3px 20px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #f1f1f1
}

.sidebar .leo-pro-attr-section,
.sidebar .wishlist {
    display: none
}

.sidebar .thumbnail-container:hover .product-image {
    box-shadow: none
}

.sidebar .wishlist {
    right: 0;
    top: 0
}

.rtl .sidebar .wishlist {
    left: 0;
    right: auto
}

.sidebar .wishlist .leo-wishlist-button i {
    font-size: 16px
}

.sidebar .block,
.sidebar > div {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #F1F1F1
}

.sidebar .block .title_block,
.sidebar .block .text-uppercase,
.sidebar > div .title_block,
.sidebar > div .text-uppercase {
    padding: 0;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .25px;
    color: #000;
    font-family: "Roboto", sans-serif;
    text-align: left
}

.rtl .sidebar .block .title_block,
.rtl .sidebar .block .text-uppercase,
.rtl .sidebar > div .title_block,
.rtl .sidebar > div .text-uppercase {
    text-align: right
}

.sidebar .block .title_block a,
.sidebar .block .text-uppercase a,
.sidebar > div .title_block a,
.sidebar > div .text-uppercase a {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .25px
}

.sidebar .block .title_block::before,
.sidebar .block .text-uppercase::before,
.sidebar > div .title_block::before,
.sidebar > div .text-uppercase::before {
    content: none
}

.sidebar .block .block_content,
.sidebar > div .block_content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 15px 0;
    border: none
}

.sidebar .block .block_content::after,
.sidebar > div .block_content::after {
    content: "";
    display: table;
    clear: both
}

.sidebar .block .block_content > ul ul,
.sidebar > div .block_content > ul ul {
    margin-top: 15px
}

.sidebar .block .products,
.sidebar > div .products {
    padding: 0 9px
}

.sidebar .block .products .ajax_block_product,
.sidebar > div .products .ajax_block_product {
    float: left;
    width: 100%
}

.sidebar .block .products .thumbnail-container,
.sidebar > div .products .thumbnail-container {
    margin-bottom: 0;
    text-align: left;
    margin-right: -15px;
    margin-left: -15px
}

.sidebar .block .products .thumbnail-container .leo-list-product-reviews,
.sidebar > div .products .thumbnail-container .leo-list-product-reviews {
    text-align: left
}

.rtl .sidebar .block .products .thumbnail-container .leo-list-product-reviews,
.rtl .sidebar > div .products .thumbnail-container .leo-list-product-reviews {
    text-align: right
}

.rtl .sidebar .block .products .thumbnail-container,
.rtl .sidebar > div .products .thumbnail-container {
    text-align: right
}

.sidebar .block .products .thumbnail-container::after,
.sidebar > div .products .thumbnail-container::after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:576px) {

    .sidebar .block .products .thumbnail-container,
    .sidebar > div .products .thumbnail-container {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:768px) {

    .sidebar .block .products .thumbnail-container,
    .sidebar > div .products .thumbnail-container {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:992px) {

    .sidebar .block .products .thumbnail-container,
    .sidebar > div .products .thumbnail-container {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:1200px) {

    .sidebar .block .products .thumbnail-container,
    .sidebar > div .products .thumbnail-container {
        margin-right: -15px;
        margin-left: -15px
    }
}

.sidebar .block .products .thumbnail-container .product-image,
.sidebar > div .products .thumbnail-container .product-image {
    float: left;
    width: 41.66667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 80px;
    overflow: hidden;
    float: left;
    padding: 0 !important
}

@media (min-width:576px) {

    .sidebar .block .products .thumbnail-container .product-image,
    .sidebar > div .products .thumbnail-container .product-image {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {

    .sidebar .block .products .thumbnail-container .product-image,
    .sidebar > div .products .thumbnail-container .product-image {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {

    .sidebar .block .products .thumbnail-container .product-image,
    .sidebar > div .products .thumbnail-container .product-image {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {

    .sidebar .block .products .thumbnail-container .product-image,
    .sidebar > div .products .thumbnail-container .product-image {
        padding-right: 15px;
        padding-left: 15px
    }
}

.rtl .sidebar .block .products .thumbnail-container .product-image,
.rtl .sidebar > div .products .thumbnail-container .product-image {
    float: right
}

.sidebar .block .products .thumbnail-container .product-meta,
.sidebar > div .products .thumbnail-container .product-meta {
    float: left;
    width: 58.33333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0
}

@media (min-width:576px) {

    .sidebar .block .products .thumbnail-container .product-meta,
    .sidebar > div .products .thumbnail-container .product-meta {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {

    .sidebar .block .products .thumbnail-container .product-meta,
    .sidebar > div .products .thumbnail-container .product-meta {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {

    .sidebar .block .products .thumbnail-container .product-meta,
    .sidebar > div .products .thumbnail-container .product-meta {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {

    .sidebar .block .products .thumbnail-container .product-meta,
    .sidebar > div .products .thumbnail-container .product-meta {
        padding-right: 15px;
        padding-left: 15px
    }
}

.sidebar .block .products .thumbnail-container .highlighted-informations,
.sidebar .block .products .thumbnail-container .quickview,
.sidebar .block .products .thumbnail-container .leo_cart_quantity,
.sidebar .block .products .thumbnail-container .product-flags,
.sidebar > div .products .thumbnail-container .highlighted-informations,
.sidebar > div .products .thumbnail-container .quickview,
.sidebar > div .products .thumbnail-container .leo_cart_quantity,
.sidebar > div .products .thumbnail-container .product-flags {
    display: none
}

.sidebar .block .products .thumbnail-container .product-title,
.sidebar > div .products .thumbnail-container .product-title {
    margin-top: 0
}

.sidebar .block .products .thumbnail-container .product-title a,
.sidebar > div .products .thumbnail-container .product-title a {
    line-height: 20px
}

.sidebar .block .products .thumbnail-container .functional-buttons,
.sidebar > div .products .thumbnail-container .functional-buttons {
    display: none
}

.sidebar .block .products .thumbnail-container:hover .product-description > *,
.sidebar > div .products .thumbnail-container:hover .product-description > * {
    opacity: 1;
    visibility: visible
}

.sidebar .block .products .thumbnail-container:hover .product-image::before,
.sidebar > div .products .thumbnail-container:hover .product-image::before {
    content: none
}

.sidebar .block a.all-product-link,
.sidebar > div a.all-product-link {
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 16px;
    background: #414141;
    color: #FFF;
    border: 1px solid #414141;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.sidebar .block a.all-product-link:hover,
.sidebar > div a.all-product-link:hover {
    color: #414141;
    background: #FFF
}

.sidebar .block .list-group-item,
.sidebar > div .list-group-item {
    border: none
}

.sidebar .block-highlighted {
    border-width: 2px;
    border-style: solid;
    border-color: #414141
}

.sidebar .block-highlighted .title_block {
    color: #FFF;
    background-color: #414141;
    border-color: #414141
}

.sidebar .block-highlighted .title_block a {
    color: #FFF
}

.sidebar .block-highlighted .title_block + .block-collapse .block_content {
    border-top-color: #414141
}

.sidebar .block-highlighted > .block-footer + .block-collapse .block-body {
    border-bottom-color: #414141
}

@media (max-width:1200px) {
    .sidebar div.star:before {
        font-size: 14px
    }
}

#page.megamenu-autoheight {
    overflow: auto
}

.dropdown-toggle::after {
    content: '\f107';
    font-family: "FontAwesome";
    border-top: initial;
    border-right: initial;
    width: initial;
    font-size: 12px;
    color: #1f1f1f;
    height: inherit;
    border-left: inherit;
    border-top: none;
    border-right: none;
    border-left: none
}

.leo-top-menu {
    vertical-align: top
}

@media (min-width:992px) {
    .leo-top-menu {
        display: inline-block !important
    }
}

.leo-megamenu .megamenu-off-canvas ul.megamenu > li {
    margin: 0
}

@media (min-width:992px) {
    .leo-megamenu .megamenu-off-canvas ul.megamenu > li.aligned-center {
        position: static
    }
}

@media (max-width:991px) {
    .leo-megamenu .megamenu-off-canvas ul.megamenu > li {
        position: relative
    }
}

.leo-megamenu .dropdown-toggle::after {
    content: none;
    color: #000;
    font-weight: 400
}

.leo-megamenu .leo-colorbox {
    display: none !important
}

.leo-megamenu.navbar {
    padding: 0
}

.leo-megamenu .navbar-nav > li {
    text-align: left
}

.rtl .leo-megamenu .navbar-nav > li {
    text-align: right
}

.leo-megamenu .navbar-nav > li.parent > .dropdown-menu {
    padding: 20px 30px;
    left: 0
}

.leo-megamenu .navbar-nav > li.parent > a::after {
    content: '\f107';
    font-family: "FontAwesome"
}

@media (min-width:992px) {
    .leo-megamenu .navbar-nav > li + .nav-item {
        margin-left: 0
    }

    .rtl .leo-megamenu .navbar-nav > li + .nav-item {
        margin-right: 0;
        margin-left: inherit
    }
}

.leo-megamenu .navbar-nav > li.aligned-fullwidth {
    position: static
}

.leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    top: 100%
}

.leo-megamenu .navbar-nav > li.aligned-fullwidth.icon-new > .dropdown-menu {
    width: inherit !important;
    top: 100%
}

.leo-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
    right: 0;
    left: auto
}

@media (min-width:992px) {
    .leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
        left: 50%;
        right: auto;
        -webkit-animation: animationmenus-center ease 0.5s;
        -moz-animation: animationmenus-center ease 0.5s;
        animation: animationmenus-center ease 0.5s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        -webkit-transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-iteration-count: 1;
        -moz-transform-origin: 50% 50%;
        -moz-animation-fill-mode: forwards;
        -o-animation-iteration-count: 1;
        -o-transform-origin: 50% 50%;
        -o-animation-fill-mode: forwards;
        -ms-animation-iteration-count: 1;
        -ms-transform-origin: 50% 50%;
        -ms-animation-fill-mode: forwards
    }
}

.leo-megamenu .navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-weight: 500;
    margin: 0 15px;
    padding: 45px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.leo-megamenu .navbar-nav > li > a:hover,
.leo-megamenu .navbar-nav > li > a:focus,
.leo-megamenu .navbar-nav > li > a:active {
    color: #000;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.leo-megamenu .navbar-nav > li > a > .menu-title {
    position: relative
}

.leo-megamenu .navbar-nav > li.active > a,
.leo-megamenu .navbar-nav > li:hover > a,
.leo-megamenu .navbar-nav > li:focus > a {
    color: #09592d;
    background-color: transparent
}

.leo-megamenu .navbar-nav > li.active > a::after,
.leo-megamenu .navbar-nav > li:hover > a::after,
.leo-megamenu .navbar-nav > li:focus > a::after {
    color: #414141;
    font-weight: 400
}

.leo-megamenu .navbar-nav > li.active > a span::after,
.leo-megamenu .navbar-nav > li:hover > a span::after,
.leo-megamenu .navbar-nav > li:focus > a span::after {
    content: '...';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    letter-spacing: 4px;
    font-size: 20px;
    color: #414141
}

.leo-megamenu .navbar-nav > li.active > a > .menu-title:before,
.leo-megamenu .navbar-nav > li:hover > a > .menu-title:before,
.leo-megamenu .navbar-nav > li:focus > a > .menu-title:before {
    color: #acacac;
    text-shadow: 8px 0 #acacac, -8px 0 #acacac
}

.leo-megamenu .navbar-nav > li > .caret {
    display: none
}

.leo-megamenu .navbar-nav > li:hover > .caret,
.leo-megamenu .navbar-nav > li:active > .caret {
    color: #000
}

.leo-megamenu .navbar-nav > li.home a {
    padding: 20px 20px 20px 0
}

.rtl .leo-megamenu .navbar-nav > li.home a {
    padding: 20px 0 20px 20px
}

.leo-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    font-weight: 300;
    color: #000;
    min-width: 200px;
    padding: 20px 0;
    background-color: #FFF;
    font-family: "Roboto", sans-serif;
    margin: 0;
    text-align: left
}

.rtl .leo-megamenu .dropdown-menu {
    text-align: right
}

.leo-megamenu .dropdown-menu li {
    line-height: 25px;
    padding: 8px 0;
    float: none
}

.leo-megamenu .dropdown-menu li + .nav-item {
    margin-left: 0
}

.rtl .leo-megamenu .dropdown-menu li + .nav-item {
    margin-right: 0;
    margin-left: inherit
}

.leo-megamenu .dropdown-menu li a {
    font-weight: 400;
    color: #1f1f1f;
    font-size: 16px;
    padding: 0;
    line-height: 22px
}

.leo-megamenu .dropdown-menu li a:hover {
    background-color: transparent;
    color: #414141
}

.leo-megamenu .dropdown-menu li a:hover .fa {
    color: #414141
}

.leo-megamenu .dropdown-menu .menu-title {
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    color: #000;
    font-weight: 600
}

.leo-megamenu .dropdown-menu .menu-title a {
    color: #000
}

.leo-megamenu .dropdown-menu .menu-title a:hover {
    color: #414141
}

.leo-megamenu .dropdown-menu a > .menu-title {
    text-transform: none;
    font-weight: 400;
    color: #1f1f1f;
    font-size: 16px;
    font-family: "Roboto", sans-serif
}

.leo-megamenu .dropdown-menu a > .menu-title:hover {
    color: #414141
}

@media (min-width:992px) {
    .leo-megamenu .dropdown:hover > .dropdown-menu {
        display: block
    }
}

.leo-megamenu .dropdown:hover > a {
    color: #000
}

.leo-megamenu .dropdown:hover > a .fa {
    color: #000
}

.leo-megamenu .dropdown-submenu {
    position: relative
}

.leo-megamenu .dropdown-submenu .dropdown-menu {
    top: 0;
    position: absolute;
    left: 100%
}

.rtl .leo-megamenu .dropdown-submenu .dropdown-menu {
    right: 100%;
    left: auto
}

.leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    left: inherit;
    left: 100%
}

@media (min-width:992px) {
    .leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }
}

.rtl .leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
    right: 100%;
    left: auto
}

.leo-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "hobo", serif;
    color: #FFF
}

.leo-megamenu .mega-group > .dropdown-toggle .fa {
    color: #FFF
}

.leo-megamenu .megamenu .cols1 {
    min-width: 200px
}

.leo-megamenu .megamenu .cols2 {
    min-width: 500px
}

.leo-megamenu .megamenu .cols3 {
    min-width: 740px
}

.leo-megamenu .manu-logo img {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
    margin-right: 25px
}

.leo-megamenu .widget-subcategories {
    margin-bottom: .9375rem
}

.leo-widget .product-miniature:last-child .product-image {
    margin-bottom: 10px
}

.leo-widget .product-image {
    overflow: hidden
}

.leo-widget .product-image::after {
    content: none
}

.leo-widget .thumbnail-container {
    margin: 0;
    text-align: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.rtl .leo-widget .thumbnail-container {
    text-align: right
}

.leo-widget .thumbnail-container .product-image {
    float: left;
    margin: 0 10px 20px 0
}

.rtl .leo-widget .thumbnail-container .product-image {
    float: right
}

.rtl .leo-widget .thumbnail-container .product-image {
    margin: 0 0 20px 10px
}

.leo-widget .thumbnail-container .product-image::before {
    content: none
}

.leo-widget .thumbnail-container .product-meta {
    overflow: hidden;
    zoom: 1;
    padding: 5px
}

.leo-widget .thumbnail-container .product-title {
    margin-top: 0;
    text-transform: none;
    margin-bottom: 10px
}

.leo-widget .thumbnail-container .product-title a {
    font-weight: 400;
    line-height: 20px
}

.leo-widget .thumbnail-container img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.leo-widget .thumbnail-container:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.leo-widget .thumbnail-container:hover .product-image {
    box-shadow: none
}

.leo-widget .thumbnail-container:hover .product-image::after {
    background: transparent
}

.leo-widget .thumbnail-container:hover .product-description > * {
    opacity: 1;
    max-height: initial;
    visibility: visible
}

.leo-widget .widget-html p {
    line-height: 26px;
    font-size: 14px
}

.leo-widget .widget-video iframe {
    border-width: 0
}

@media (max-width:991px) {
    .leo-widget .widget-video iframe {
        width: 100%
    }
}

.leo-widget ul.widget-image {
    margin-left: 0
}

.rtl .leo-widget ul.widget-image {
    margin-right: 0;
    margin-left: inherit
}

.leo-widget ul.widget-image li {
    margin-right: 25px
}

.rtl .leo-widget ul.widget-image li {
    margin-left: 25px;
    margin-right: inherit
}

.leo-widget ul.widget-image li:last-child {
    margin-right: 0
}

.rtl .leo-widget ul.widget-image li:last-child {
    margin-left: 0;
    margin-right: inherit
}

.ApMegamenu {
    display: inline-block;
    vertical-align: top;
    margin-left: 45px
}

.rtl .ApMegamenu {
    margin-right: 245px;
    margin-left: inherit
}

@media (max-width:1199px) {
    .ApMegamenu {
        margin-left: 50px
    }

    .rtl .ApMegamenu {
        margin-right: 50px;
        margin-left: inherit
    }
}

.ApMegamenu .leo-verticalmenu {
    background: #fff;
    position: relative
}

.ApMegamenu .leo-verticalmenu .title_block {
    display: none
}

.ApMegamenu .leo-verticalmenu > .block_content {
    background: #fff;
    width: 100%;
    -webkit-transition: height 0.4s ease 0s;
    -o-transition: height 0.4s ease 0s;
    transition: height 0.4s ease 0s
}

div.verticalmenu {
    z-index: 100
}

@media (min-width:480px) and (max-width:991px) {
    div.verticalmenu .mega-col.col-md-6 {
        width: 50%;
        float: left
    }

    .rtl div.verticalmenu .mega-col.col-md-6 {
        float: right
    }
}

@media (max-width:991px) {
    div.verticalmenu .aligned-fullwidth > .dropdown-menu {
        width: auto !important;
        left: 0 !important
    }
}

div.verticalmenu .navbar-collapse,
div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0
}

div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%
}

div.verticalmenu .navbar-nav > li {
    height: auto;
    position: relative;
    float: none;
    padding: 0 30px;
    text-align: left;
    margin: 0
}

.rtl div.verticalmenu .navbar-nav > li {
    text-align: right
}

@media (max-width:991px) {
    div.verticalmenu .navbar-nav > li {
        text-align: left
    }

    .rtl div.verticalmenu .navbar-nav > li {
        text-align: right
    }
}

div.verticalmenu .navbar-nav > li:hover {
    background: #f8f4f3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

@media (max-width:991px) {
    div.verticalmenu .navbar-nav > li:hover {
        background: #fff
    }
}

div.verticalmenu .navbar-nav > li + .nav-item {
    margin-left: 0
}

.rtl div.verticalmenu .navbar-nav > li + .nav-item {
    margin-right: 0;
    margin-left: inherit
}

div.verticalmenu .navbar-nav > li > a {
    display: inline-block;
    color: #454545;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    padding: 0;
    margin: 0
}

div.verticalmenu .navbar-nav > li > a::after {
    display: none
}

div.verticalmenu .navbar-nav > li .caret {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 15px
}

.rtl div.verticalmenu .navbar-nav > li .caret {
    left: 15px;
    right: auto
}

div.verticalmenu .navbar-nav > li .caret::before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    text-align: center;
    color: #1f1f1f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    position: inherit
}

div.verticalmenu .navbar-nav > li.open-sub .caret::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

div.verticalmenu .navbar-nav > li .dropdown-submenu .caret {
    top: 0
}

@media (max-width:991px) {
    div.verticalmenu .navbar-nav > li .dropdown-submenu .caret {
        top: -16px
    }
}

div.verticalmenu .navbar-nav > li.last a,
div.verticalmenu .navbar-nav > li:last-child a {
    border: 0
}

div.verticalmenu .navbar-nav > li.open > a {
    color: #414141;
    background: #414141
}

div.verticalmenu .navbar-nav > li.open > a:hover,
div.verticalmenu .navbar-nav > li.open > a:focus {
    color: #FFF;
    background: #414141;
    border-color: #392c0f
}

div.verticalmenu .navbar-nav > li.open .caret {
    color: #414141
}

div.verticalmenu .navbar-nav > li.open .caret:before {
    color: #414141;
    top: -23px;
    content: "\f0d7"
}

div.verticalmenu .navbar-nav > li .parent {
    position: relative
}

div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
    text-transform: none;
    font-weight: 400;
    color: #656d73
}

div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
    color: #414141
}

div.verticalmenu .navbar-nav li.parent:hover > a:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

div.verticalmenu .navbar-nav li.parent:hover > a::before {
    border-bottom: 1px solid #414141;
    width: 100%
}

div.verticalmenu .navbar-nav li.parent.dropdown-submenu > a:after {
    color: #656d73
}

div.verticalmenu ul li a .menu-icon {
    display: block;
    background-position: left center !important
}

.rtl div.verticalmenu ul li a .menu-icon {
    background-position: right center !important
}

div.verticalmenu ul li a .menu-icon span {
    display: block;
    margin-left: 35px
}

.rtl div.verticalmenu ul li a .menu-icon span {
    margin-right: 35px;
    margin-left: inherit
}

div.verticalmenu ul li a .menu-icon .menu-desc {
    display: none
}

div.verticalmenu .dropdown-menu {
    right: auto;
    min-height: 100px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: auto !important;
    min-width: 13.44rem;
    padding: 15px 25px;
    background: #FFF;
    margin: 0;
    text-align: left
}

.rtl div.verticalmenu .dropdown-menu {
    text-align: right
}

@media (max-width:991px) {
    div.verticalmenu .dropdown-menu {
        border: none;
        padding: 15px;
        position: relative;
        float: none
    }
}

div.verticalmenu .dropdown-menu .menu-title {
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
    color: #000;
    font-weight: 600
}

div.verticalmenu .dropdown-menu ul li {
    padding: 4px 0;
    line-height: normal;
    list-style: none;
    display: block;
    float: none
}

div.verticalmenu .dropdown-menu ul li + .nav-item {
    margin-left: 0
}

.rtl div.verticalmenu .dropdown-menu ul li + .nav-item {
    margin-right: 0;
    margin-left: inherit
}

div.verticalmenu .dropdown-menu ul li a {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

div.verticalmenu .dropdown-menu ul li a.navbar-nav .nav-link {
    padding: 0
}

div.verticalmenu .dropdown-menu ul li a .menu-title {
    color: #1f1f1f;
    font-weight: 400;
    text-transform: none
}

div.verticalmenu .dropdown-menu ul li a:hover {
    color: #414141
}

div.verticalmenu .dropdown-menu ul li a:hover .menu-title {
    color: #414141
}

div.verticalmenu .dropdown-menu p {
    line-height: 18px;
    font-size: .75rem
}

div.verticalmenu .dropdown-menu .leo-menu-video {
    width: 100%
}

div.verticalmenu .dropdown-menu .leo-menu-video iframe {
    margin-bottom: 10px
}

div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
    color: #000
}

div.verticalmenu .dropdown-menu .dropdown-toggle {
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: .75rem
}

div.verticalmenu .dropdown-menu .action {
    display: none
}

div.verticalmenu .widget-heading {
    color: #000;
    text-transform: uppercase;
    font-weight: 600
}

div.active-hover ul > li:hover > .dropdown-menu {
    left: 100%;
    top: -1px;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block
}

.rtl div.active-hover ul > li:hover > .dropdown-menu {
    right: 100%;
    left: auto
}

.megamenu-overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    zoom: 1;
    background-color: transparent\9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.off-canvas body {
    position: relative
}

@media (min-width:992px) {

    .off-canvas-active > #page,
    .off-canvas-active > .off-canvas-nav-megamenu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative !important
    }

    .off-canvas-button-megamenu {
        display: none !important
    }
}

.off-canvas-button-megamenu {
    color: #000;
    margin: .9375rem 25px;
    text-align: right
}

.rtl .off-canvas-button-megamenu {
    text-align: left
}

.off-canvas-button-megamenu:hover {
    cursor: pointer
}

.off-canvas-inactive > #page {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-active {
    background: #FFF
}

.off-canvas-active > #page {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 auto;
    max-width: 100%;
    position: fixed
}

.off-canvas-active > .off-canvas-nav-megamenu.active {
    left: 0;
    -webkit-transform: translateX(234px);
    -moz-transform: translateX(234px);
    -ms-transform: translateX(234px);
    -o-transform: translateX(234px);
    transform: translateX(234px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.rtl .off-canvas-active > .off-canvas-nav-megamenu.active {
    right: 0;
    left: auto
}

.off-canvas-nav-megamenu {
    position: absolute;
    top: 0;
    width: 0;
    background: #FFF;
    z-index: 999;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.rtl .off-canvas-nav-megamenu {
    right: 0;
    left: auto
}

.off-canvas-nav-megamenu .navbar-nav {
    margin: 0
}

.off-canvas-nav-megamenu .navbar-nav > li {
    float: none;
    border-bottom: 1px solid #f1f1f1
}

.off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
    margin-left: 0
}

.rtl .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
    margin-right: 0;
    margin-left: inherit
}

.off-canvas-nav-megamenu .navbar-nav > li > a {
    display: inline-block;
    color: #000;
    font-size: .9375rem;
    font-weight: 400;
    padding: 1.0625rem 15px
}

.off-canvas-nav-megamenu .navbar-nav > li > a:hover,
.off-canvas-nav-megamenu .navbar-nav > li > a:focus {
    background: none
}

.off-canvas-nav-megamenu .nav li.dropdown .caret {
    cursor: pointer;
    position: absolute;
    top: 1.125rem;
    margin: auto 0;
    right: 0;
    width: 1.875rem;
    height: 20px
}

.rtl .off-canvas-nav-megamenu .nav li.dropdown .caret {
    left: 0;
    right: auto
}

.off-canvas-nav-megamenu .nav li.dropdown .caret:before {
    content: "\f107";
    font-family: "FontAwesome";
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after {
    display: none
}

.off-canvas-nav-megamenu .nav li.open-sub > .caret:before {
    content: "\f106"
}

.off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret {
    top: .375rem
}

.off-canvas-nav-megamenu .offcanvas-mainnav {
    background-color: #FFF;
    position: absolute;
    top: 0;
    width: 234px;
    overflow: hidden;
    left: -234px
}

.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
    right: -234px;
    left: auto
}

.off-canvas-nav-megamenu .dropdown-menu {
    font-size: 16px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    float: none;
    margin: 0;
    width: 100% !important;
    border: 0;
    padding: 0 15px 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: left
}

.rtl .off-canvas-nav-megamenu .dropdown-menu {
    text-align: right
}

.off-canvas-nav-megamenu .dropdown-menu ul li {
    line-height: 1.875rem;
    float: none
}

.off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
    position: relative;
    margin-left: 0
}

.rtl .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
    margin-right: 0;
    margin-left: inherit
}

.off-canvas-nav-megamenu .dropdown-menu ul li > a {
    font-weight: 400
}

.off-canvas-nav-megamenu .dropdown-sub .menu-title {
    font-weight: 700;
    margin: 25px 0;
    color: #000
}

.off-canvas-nav-megamenu ul.nav-links {
    padding-left: .4375rem
}

.rtl .off-canvas-nav-megamenu ul.nav-links {
    padding-right: .4375rem;
    padding-left: inherit
}

.off-canvas-nav-megamenu ul.nav-links li {
    line-height: 1.875rem
}

.off-canvas-nav-megamenu .mega-col {
    width: 100%
}

.off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
    padding: .1875rem .1875rem .1875rem .4375rem
}

.rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
    padding: .1875rem .4375rem .1875rem .1875rem
}

@media (max-width:991px) {
    .leo-megamenu.disable-canvas .dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none
    }

    .leo-megamenu.disable-canvas .navbar-nav > li.aligned-fullwidth {
        position: relative
    }

    .leo-megamenu.disable-canvas .navbar-nav > li > a {
        padding: 1.25rem 0
    }

    .leo-megamenu.disable-canvas .navbar-nav > li > a:after {
        display: none
    }

    .leo-megamenu.disable-canvas .navbar-nav > li .caret {
        cursor: pointer;
        position: absolute;
        top: .8125rem;
        line-height: 1.875rem;
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        right: 0
    }

    .rtl .leo-megamenu.disable-canvas .navbar-nav > li .caret {
        left: 0;
        right: auto
    }

    .leo-megamenu.disable-canvas .navbar-nav > li .caret:before {
        content: "add";
        font-family: "Material Icons";
        position: absolute;
        font-size: 1.25rem;
        font-weight: 400;
        text-align: center;
        color: #FFF;
        z-index: 1001
    }

    .leo-megamenu .collapse {
        text-align: left
    }

    .rtl .leo-megamenu .collapse {
        text-align: right
    }

    .leo-megamenu .collapse .navbar-nav {
        text-align: left;
        height: auto
    }

    .rtl .leo-megamenu .collapse .navbar-nav {
        text-align: right
    }

    .leo-megamenu .collapse .navbar-nav > li.aligned-fullwidth {
        position: relative
    }
}

@media (max-width:991px) and (max-width:991px) {
    .leo-megamenu .collapse .navbar-nav > li > .dropdown-menu .mega-col {
        width: 100%
    }
}

@media (max-width:991px) {
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown.open-sub > .caret:before {
        content: "\f107";
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu .caret:before {
        top: -.8125rem
    }

    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu.open-sub > .caret:before {
        content: "\f107";
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .leo-megamenu .collapse .navbar-nav .dropdown-toggle::after {
        display: none
    }

    .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {
        width: 100%;
        position: relative;
        left: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none
    }

    .rtl .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {
        right: 0;
        left: auto
    }
}

@media (max-width:767px) {
    .leo-megamenu.disable-canvas .col-md-6 {
        width: 50% !important
    }
}

.leo-widget .widget-category_image .level0 li {
    position: relative;
    display: inline-block;
    min-width: 8.75rem
}

.leo-widget .widget-category_image .level0 li ul {
    background: #FFF;
    border: 1px solid #c3c3c3;
    position: absolute;
    top: -1px;
    z-index: 99;
    display: none;
    left: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.rtl .leo-widget .widget-category_image .level0 li ul {
    right: 100%;
    left: auto
}

.leo-widget .widget-category_image .level0 li ul li {
    padding: .3125rem 25px
}

.leo-widget .widget-category_image .level0 li:hover > ul {
    display: block
}

.navbar-toggler {
    width: 20px;
    height: 25px;
    padding: 0;
    cursor: pointer;
    border-radius: 0
}

@media (max-width:991px) {
    .ApMegamenu > .navbar {
        position: static
    }

    .leo-megamenu.disable-canvas .col-md-4 {
        width: 33.33% !important;
        float: left
    }

    .rtl .leo-megamenu.disable-canvas .col-md-4 {
        float: right
    }
}

@media (max-width:991px) and (max-width:500px) {
    .leo-megamenu.disable-canvas .col-md-4 {
        width: 100% !important
    }
}

@media (max-width:991px) {
    .leo-megamenu.disable-canvas .dropdown-menu {
        width: 100% !important;
        padding: 20px 15px
    }

    .leo-megamenu.disable-canvas .navbar-nav {
        margin: 0 25px 0 1.375rem
    }

    .rtl .leo-megamenu.disable-canvas .navbar-nav {
        margin: 0 1.375rem 0 25px
    }

    .leo-megamenu.disable-canvas .navbar-nav > li > a {
        padding: .9375rem 0
    }

    .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
        cursor: pointer;
        position: absolute;
        top: 20px;
        line-height: 1.875rem;
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        right: 0;
        text-align: center
    }

    .rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
        left: 0;
        right: auto
    }

    .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #1f1f1f;
        z-index: 1001;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .leo-megamenu.disable-canvas .leo-top-menu {
        background: #fff;
        position: absolute;
        top: 100%;
        left: -11px;
        right: -11px;
        padding: 30px 0;
        z-index: 999;
        -moz-box-shadow: 0 4px 15px 0 rgba(102, 102, 102, .35);
        -webkit-box-shadow: 0 4px 15px 0 rgba(102, 102, 102, .35);
        -o-box-shadow: 0 4px 15px 0 rgba(102, 102, 102, .35);
        -ms-box-shadow: 0 4px 15px 0 rgba(102, 102, 102, .35);
        box-shadow: 0 4px 15px 0 rgba(102, 102, 102, .35)
    }

    .leo-megamenu.disable-canvas .leo-top-menu .dropdown-menu {
        border: none
    }

    .leo-megamenu.disable-canvas .dropdown-toggle::after {
        display: none
    }

    .off-canvas-active .megamenu-overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

    .navbar-toggler {
        position: absolute;
        left: 15px;
        top: 50%;
        color: #000;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .rtl .navbar-toggler {
        right: 15px;
        left: auto
    }
}

@media (max-width:767px) {
    #header .navbar-toggler {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        top: 40px
    }
}

.dropdown-toggle::after {
    font-size: 16px
}

.leo-top-menu .nav-item,
.verticalmenu .nav-item {
    position: relative
}

.leo-top-menu .sub-title,
.verticalmenu .sub-title {
    color: #fff;
    position: absolute;
    background: #414141;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 13px;
    right: -15px;
    top: 20px;
    line-height: 16px
}

.rtl .leo-top-menu .sub-title,
.rtl .verticalmenu .sub-title {
    left: -15px;
    right: auto
}

@media (max-width:991px) {

    .leo-top-menu .sub-title,
    .verticalmenu .sub-title {
        display: none
    }
}

@media (min-width:992px) {

    .leo-top-menu .demo-product-detail,
    .verticalmenu .demo-product-detail {
        width: 670px
    }
}

.leo-top-menu .demo-product-detail img,
.verticalmenu .demo-product-detail img {
    width: 200px;
    max-width: inherit;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    top: 0%
}

@media (max-width:376px) {

    .leo-top-menu .demo-product-detail img,
    .verticalmenu .demo-product-detail img {
        width: 150px
    }
}

.leo-top-menu .demo-product-detail img:hover,
.verticalmenu .demo-product-detail img:hover {
    top: -75%;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.leo-top-menu .demo-product-detail .leo-widget,
.verticalmenu .demo-product-detail .leo-widget {
    display: inline-block;
    width: 25%;
    padding: 10px
}

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

    .leo-top-menu .demo-product-detail .leo-widget,
    .verticalmenu .demo-product-detail .leo-widget {
        width: 25%
    }
}

@media (min-width:500px) and (max-width:699px) {

    .leo-top-menu .demo-product-detail .leo-widget,
    .verticalmenu .demo-product-detail .leo-widget {
        width: 33.33%
    }
}

@media (max-width:499px) {

    .leo-top-menu .demo-product-detail .leo-widget,
    .verticalmenu .demo-product-detail .leo-widget {
        width: 50%
    }
}

.leo-top-menu .icon-new .dropdown-menu,
.verticalmenu .icon-new .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    padding: 15px !important;
    max-width: 705px;
    border: 1px solid #ccc
}

.leo-top-menu .icon-new .widget-inner,
.leo-top-menu .icon-new .coming-soon,
.verticalmenu .icon-new .widget-inner,
.verticalmenu .icon-new .coming-soon {
    overflow: hidden;
    height: 150px;
    border: 1px solid #f1f1f1;
    position: relative
}

@media (max-width:376px) {

    .leo-top-menu .icon-new .widget-inner,
    .leo-top-menu .icon-new .coming-soon,
    .verticalmenu .icon-new .widget-inner,
    .verticalmenu .icon-new .coming-soon {
        width: 125px;
        margin: 10px 3px
    }
}

.leo-top-menu .icon-new .coming-soon,
.verticalmenu .icon-new .coming-soon {
    line-height: 150px;
    text-align: center;
    text-transform: capitalize
}

@media (min-width:992px) {
    .verticalmenu .icon-new .dropdown-menu {
        right: inherit !important;
        left: 100% !important
    }
}

.verticalmenu .icon-new .widget-inner,
.verticalmenu .icon-new .coming-soon {
    width: 147px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    position: relative;
    margin: 10px 10px
}

@media (max-width:376px) {

    .verticalmenu .icon-new .widget-inner,
    .verticalmenu .icon-new .coming-soon {
        width: 105px;
        margin: 10px 3px
    }
}

.offcanvas-mainnav .sub-title,
.verticalmenu .sub-title {
    display: none
}

.popup-over a.popup-title {
    padding: 0 5px;
    display: inline-block
}

.popup-over a.popup-title:hover {
    color: #3387f2
}

.popup-over .popup-content {
    padding: 25px;
    position: absolute;
    top: 100%;
    background: #FFF;
    border: 1px solid #f1f1f1;
    text-align: left;
    min-width: 250px;
    z-index: 9999;
    display: none;
    border-radius: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0
}

.rtl .popup-over .popup-content {
    text-align: right
}

.rtl .popup-over .popup-content {
    left: 0;
    right: auto
}

.popup-over .popup-content i {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.popup-over .popup-content a {
    color: #1f1f1f;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.popup-over .popup-content a:hover {
    color: #414141;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.popup-over .popup-content a:hover i {
    color: #414141;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.popup-over .popup-content li {
    display: inline-block;
    margin: 0 0 22px 0
}

.popup-over .popup-content li a {
    color: #1f1f1f;
    font-size: 14px
}

.rtl .popup-over .popup-content li {
    margin: 0 0 22px 0
}

.popup-over .popup-content li.current {
    color: #414141
}

.page-productscompare .dropdown-toggle::after {
    border-bottom: none !important;
    color: #FFF
}

.page-productscompare .dropdown-toggle:hover::after {
    color: #414141
}

.page-productscompare #product_comparison td {
    max-width: 309px
}

.page-productscompare .leo-compare-review-dropdown .dropdown-item {
    padding: 10px;
    white-space: initial
}

.page-productscompare .thumbnail-container {
    min-width: 200px
}

.page-productscompare .thumbnail-container .product-description .leo-pro-attr-section,
.page-productscompare .thumbnail-container .product-description .leo_cart_quantity {
    position: relative;
    top: 0;
    opacity: 1;
    margin: 10px 0
}

.page-productscompare .thumbnail-container:hover .product-description .leo-pro-attr-section,
.page-productscompare .thumbnail-container:hover .product-description .leo_cart_quantity {
    top: 0
}

.page-productscompare .thumbnail-container .button-container {
    padding-bottom: 0
}

.page-productscompare .thumbnail-container .button-container.cart {
    margin: 0;
    padding-bottom: 0
}

.page-productscompare .thumbnail-container:hover .product-image {
    box-shadow: none
}

.page-productscompare .thumbnail-container:hover .product-image::before {
    content: none
}

.page-productscompare .thumbnail-container:hover .product-description {
    pointer-events: initial;
    opacity: 1
}

.page-productscompare .thumbnail-container:hover .product-description > * {
    visibility: visible;
    opacity: 1
}

.page-productscompare .delete-productcompare {
    margin-bottom: 15px
}

.page-productscompare .delete-productcompare i {
    opacity: .7;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.page-productscompare .delete-productcompare:hover i {
    opacity: 1
}

.page-productscompare .leo-compare-button {
    padding: 0;
    border: none
}

.page-productscompare .leo-compare-button:hover {
    border: none;
    background: initial
}

.page-productscompare .button i {
    color: #FFF
}

.page-productscompare .button:hover i {
    color: #414141
}

.page-productscompare .product-title {
    margin-top: 5px
}

@media (max-width:767px) {
    .page-productscompare .thumbnail-container .button-container {
        width: initial;
        float: none;
        margin: 0;
        background: initial
    }
}

.userinfo-selector {
    margin-left: 15px;
    padding-left: 15px;
    float: right;
    padding-top: 35.5px;
    padding-bottom: 35.5px
}

.rtl .userinfo-selector {
    margin-right: 15px;
    margin-left: inherit
}

.rtl .userinfo-selector {
    padding-right: 15px;
    padding-left: inherit
}

.rtl .userinfo-selector {
    float: left
}

@media (max-width:767px) {
    .userinfo-selector {
        padding-bottom: 25px
    }
}

.userinfo-selector::before {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    border-left: 1px solid #e5e5e5;
    left: 0
}

.rtl .userinfo-selector::before {
    right: 0;
    left: auto
}

.userinfo-selector .ap-total::before {
    content: '(';
    display: inline-block
}

.userinfo-selector .ap-total::after {
    content: ')';
    display: inline-block
}

.userinfo-selector .dropdown-item {
    display: initial;
    white-space: initial;
    padding-left: 0;
    padding-right: 0
}

.userinfo-selector i {
    font-size: 18px;
    color: #1f1f1f
}

.userinfo-selector .popup-title i {
    font-size: 20px
}

.userinfo-selector span > i {
    font-size: 18px
}

.userinfo-selector .dropdown-menu {
    left: inherit;
    padding: 30px;
    right: 0;
    margin: 0;
    width: 220px
}

.userinfo-selector .dropdown-menu .open > .dropdown-menu {
    right: 5px
}

.rtl .userinfo-selector .dropdown-menu .open > .dropdown-menu {
    left: 5px;
    right: auto
}

.userinfo-selector .dropdown-menu li {
    margin: 10px 0 20px;
    text-align: left
}

.rtl .userinfo-selector .dropdown-menu li {
    text-align: right
}

.userinfo-selector .popup-content {
    margin: 0
}

@media (max-width:767px) {
    .userinfo-selector .popup-content {
        right: -20px
    }

    .rtl .userinfo-selector .popup-content {
        left: -20px;
        right: auto
    }
}

.bottomnav .ApQuicklogin {
    margin-right: 10px
}

.rtl .bottomnav .ApQuicklogin {
    margin-left: 10px;
    margin-right: inherit
}

.ApQuicklogin .form-control {
    background: #FFF
}

.ApQuicklogin > .logout,
.ApQuicklogin .account {
    color: #fff;
    margin-left: 20px;
    float: right
}

.rtl .ApQuicklogin > .logout,
.rtl .ApQuicklogin .account {
    margin-right: 20px;
    margin-left: inherit
}

.rtl .ApQuicklogin > .logout,
.rtl .ApQuicklogin .account {
    float: left
}

.ApQuicklogin > .logout *,
.ApQuicklogin .account * {
    color: #666;
    font-size: 14px
}

.ApQuicklogin > .logout:hover,
.ApQuicklogin .account:hover {
    color: #414141
}

@media (max-width:991px) {

    .ApQuicklogin > .logout,
    .ApQuicklogin .account {
        display: block;
        line-height: 24px;
        padding: 3px 0
    }
}

@media (max-width:767px) {
    .ApQuicklogin > .logout {
        margin-top: 0
    }
}

@media (max-width:567px) {

    .ApQuicklogin > .logout,
    .ApQuicklogin .account {
        line-height: 0
    }
}

.ApQuicklogin input[type='checkbox'] {
    margin-right: 5px
}

.rtl .ApQuicklogin input[type='checkbox'] {
    margin-left: 5px;
    margin-right: inherit
}

.ApQuicklogin .leoquicklogin-cssload-speeding-wheel {
    height: 20px;
    width: 20px
}

.ApQuicklogin .lql-calllogin {
    font-size: 14px
}

.ApQuicklogin .lql-calllogin > div {
    margin-bottom: 5px
}

.ApQuicklogin .facebook-login-bt {
    background: #2d4486;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.ApQuicklogin .facebook-login-bt:hover {
    background: #FFF;
    border: 1px solid #2d4486;
    color: #2d4486
}

.ApQuicklogin .google-login-bt {
    background: #de332c;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.ApQuicklogin .google-login-bt:hover {
    background: #FFF;
    border: 1px solid #de332c;
    color: #de332c
}

.ApQuicklogin .twitter-login-bt {
    background: #33add6;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.ApQuicklogin .twitter-login-bt:hover {
    background: #FFF;
    border: 1px solid #33add6;
    color: #33add6
}

.ApQuicklogin .lql-social-login-title,
.ApQuicklogin h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #000
}

.ApQuicklogin .lql-social-login {
    margin-bottom: 5px
}

.ApQuicklogin .lql-social-login button {
    width: 40px;
    padding: 9px 10px;
    margin-right: 10px
}

.rtl .ApQuicklogin .lql-social-login button {
    margin-left: 10px;
    margin-right: inherit
}

.ApQuicklogin .lql-social-login button:first-child {
    margin-right: 0
}

.rtl .ApQuicklogin .lql-social-login button:first-child {
    margin-left: 0;
    margin-right: inherit
}

.ApQuicklogin .social-login-bt {
    margin-top: 15px
}

.ApQuicklogin .form-control-label {
    padding: 0;
    margin: 0
}

.ApQuicklogin .lql-form-content input {
    border: 1px solid #ccc
}

@media (max-width:567px) {
    .ApQuicklogin .leo-quicklogin {
        line-height: 20px
    }
}

.ApQuicklogin .leo-quicklogin > span {
    color: #666;
    font-size: 14px
}

.ApQuicklogin .dropdown-menu {
    margin: 0;
    animation: none;
    -o-animation: none;
    -moz-animation: none;
    -webkit-animation: none
}

@media (min-width:768px) {
    .ApQuicklogin > .dropdown {
        padding-right: 30px
    }

    .rtl .ApQuicklogin > .dropdown {
        padding-left: 30px;
        padding-right: inherit
    }
}

.ApQuicklogin > .dropdown .leo-dropdown-wrapper {
    margin-top: 0
}

.ApQuicklogin > .dropdown.open .dropdown-menu {
    top: 100%;
    margin: 0;
    animation: none;
    -o-animation: none;
    -moz-animation: none;
    -webkit-animation: none
}

@media (max-width:567px) {
    .ApQuicklogin > .dropdown.open .dropdown-menu {
        top: 42px
    }
}

.ApQuicklogin .title-only,
.ApQuicklogin .leo-register-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

.ApQuicklogin .leo-login-title {
    margin-bottom: 15px
}

.ApQuicklogin .dropdown-toggle::after {
    display: none
}

.ApQuicklogin .dropdown-menu {
    left: auto;
    right: 0;
    width: 300px;
    padding: 35px 15px 25px;
    top: 110%
}

.rtl .ApQuicklogin .dropdown-menu {
    right: auto;
    left: auto
}

.rtl .ApQuicklogin .dropdown-menu {
    left: 0;
    right: auto
}

@media (max-width:575px) {
    .ApQuicklogin .dropdown-menu {
        right: -45px
    }

    .rtl .ApQuicklogin .dropdown-menu {
        left: -45px;
        right: auto
    }
}

.ApQuicklogin .dropdown-menu a {
    font-size: 14px;
    color: #414141
}

.ApQuicklogin .post-button {
    width: 47%;
    float: left;
    margin-right: 6%
}

.rtl .ApQuicklogin .post-button {
    float: right
}

.rtl .ApQuicklogin .post-button {
    margin-left: 6%;
    margin-right: inherit
}

.ApQuicklogin .lql-callregister {
    width: 47%;
    float: left
}

.rtl .ApQuicklogin .lql-callregister {
    float: right
}

.ApQuicklogin .lql-callregister a {
    line-height: 40px;
    height: 40px;
    margin: 0;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    border: 1px solid #414141;
    color: #FFF;
    background: #414141;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.ApQuicklogin .lql-callregister a:hover {
    background: #FFF;
    color: #414141
}

.ApQuicklogin .child-element {
    float: left;
    width: 47%;
    line-height: 12px;
    margin-bottom: 15px
}

.rtl .ApQuicklogin .child-element {
    float: right
}

.ApQuicklogin .child-element input[type='checkbox'] {
    float: left
}

.rtl .ApQuicklogin .child-element input[type='checkbox'] {
    float: right
}

.ApQuicklogin .child-element.post-checkbox {
    margin-right: 6%;
    color: #666
}

.rtl .ApQuicklogin .child-element.post-checkbox {
    margin-left: 6%;
    margin-right: inherit
}

.header-top #cart-block {
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 43px;
    padding-bottom: 42px
}

.rtl .header-top #cart-block {
    margin-right: 15px;
    margin-left: inherit
}

.rtl .header-top #cart-block {
    padding-right: 15px;
    padding-left: inherit
}

#cart-block {
    position: relative;
    float: right
}

.rtl #cart-block {
    float: left
}

@media (max-width:767px) {
    #cart-block {
        padding-bottom: 25px
    }
}

#cart-block::before {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    left: 0
}

.rtl #cart-block::before {
    right: 0;
    left: auto
}

#cart-block .cart-products-count {
    background: #414141;
    color: #fff;
    display: inline-block;
    padding: 0 5.5px;
    border-radius: 100%;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px
}

#cart-block .pe-7s-shopbag {
    margin-right: 5px
}

.rtl #cart-block .pe-7s-shopbag {
    margin-left: 5px;
    margin-right: inherit
}

#cart-block .text-cart {
    padding: 0 30px;
    float: left;
    line-height: 48px;
    height: 50px;
    color: #414141;
    background: #1f1f1f
}

.rtl #cart-block .text-cart {
    float: right
}

#cart-block .cart-preview.active a {
    color: #414141
}

#cart-block .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    line-height: 45px;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.rtl #cart-block .cart-preview .shopping-cart {
    margin-left: 5px;
    margin-right: inherit
}

#cart-block .cart-preview .body {
    display: none
}

.currency-selector {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    padding-right: 32px
}

.rtl .currency-selector {
    padding-left: 32px;
    padding-right: inherit
}

.currency-selector li:last-child {
    margin: 0
}

.currency-selector .popup-title i {
    color: #666
}

.currency-selector .popup-title span {
    text-transform: uppercase;
    font-size: 14px;
    color: #666
}

#language-selector-label {
    padding: 5px 15px;
    border: 1px solid #ddd;
    margin-right: 15px;
    display: inline-block;
    padding-right: 32px
}

.rtl #language-selector-label {
    margin-left: 15px;
    margin-right: inherit
}

.rtl #language-selector-label {
    padding-left: 32px;
    padding-right: inherit
}

#language-selector-label .popup-title span {
    text-transform: uppercase;
    font-size: 14px;
    color: #666
}

#language-selector-label .popup-title i {
    color: #666
}

@media (min-width:992px) {
    #language-selector-label:hover .dropdown-menu {
        display: block
    }
}

#language-selector-label ul {
    margin: 0;
    z-index: 9999;
    border: none
}

#language-selector-label img {
    margin-right: 10px
}

.rtl #language-selector-label img {
    margin-left: 10px;
    margin-right: inherit
}

#language-selector-label li {
    text-align: left;
    border: none
}

.rtl #language-selector-label li {
    text-align: right
}

#language-selector-label li:last-child {
    margin: 0
}

#language-selector-label li a {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    padding: 0
}

#language-selector-label li.current a {
    color: #414141
}

#language-selector-label li:hover a {
    color: #414141
}

@media (max-width:1199px) {
    .header-top #cart-block .text-cart {
        padding: 0 25px
    }

    .header-top #cart-block .material-icons {
        width: initial;
        height: initial;
        float: none
    }

    .header-top #cart-block .text-cart {
        display: none
    }
}

@media (max-width:767px) {
    .language-selector-wrapper .popup-content {
        right: auto;
        left: 0
    }

    .rtl .language-selector-wrapper .popup-content {
        left: auto;
        right: 0
    }
}

#module-leofeature-productscompare .leo-compare-review-dropdown .dropdown-menu {
    max-height: 200px;
    overflow-y: auto
}

#module-leofeature-productscompare .leo-compare-review-dropdown .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5
}

#module-leofeature-productscompare .leo-compare-review-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

#module-leofeature-productscompare .leo-compare-review-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #414141;
    opacity: .6;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.product_list.list .leo-list-wishlist.dropdown-menu {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
    left: 100%;
    max-height: 150px;
    box-shadow: 0 1px 7px rgba(31, 31, 31, .17)
}

.rtl .product_list.list .leo-list-wishlist.dropdown-menu {
    right: 100%;
    left: auto
}

.product_list.list .cssload-speeding-wheel {
    width: 20px;
    height: 20px
}

.product_list.list .ajax_block_product {
    width: 100%
}

.product_list.list .thumbnail-container {
    overflow: hidden;
    text-align: left
}

.product_list.list .thumbnail-container .leo-pro-attr-section button::after {
    right: 20px
}

.rtl .product_list.list .thumbnail-container .leo-pro-attr-section button::after {
    left: 20px;
    right: auto
}

.product_list.list .thumbnail-container .button-container {
    max-width: inherit;
    opacity: 1
}

.product_list.list .thumbnail-container .leo-pro-attr-section,
.product_list.list .thumbnail-container .leo_cart_quantity {
    position: relative;
    opacity: 1;
    top: 0;
    margin: 15px 0
}

.product_list.list .thumbnail-container .functional-buttons {
    position: static;
    opacity: 1;
    margin: 20px 0
}

.product_list.list .thumbnail-container .functional-buttons > div:first-child {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.product_list.list .thumbnail-container .functional-buttons > div:nth-child(2) {
    z-index: 2;
    position: relative
}

.product_list.list .thumbnail-container .functional-buttons > div:last-child {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.rtl .product_list.list .thumbnail-container {
    text-align: right
}

.product_list.list .thumbnail-container:hover .leo-pro-attr-section,
.product_list.list .thumbnail-container:hover .leo_cart_quantity {
    position: relative;
    opacity: 1;
    top: 0;
    margin: 15px 0
}

.product_list.list .thumbnail-container:hover .product-image {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.product_list.list .thumbnail-container:hover .product-image::before {
    content: none
}

.product_list.list .thumbnail-container:hover .product-description > * {
    opacity: 1;
    visibility: visible
}

.product_list.list .thumbnail-container .product-title a {
    font-size: 16px
}

.product_list.list .thumbnail-container .leo-list-product-reviews {
    text-align: left
}

.rtl .product_list.list .thumbnail-container .leo-list-product-reviews {
    text-align: right
}

.product_list.list .thumbnail-container .star_content {
    float: left
}

.rtl .product_list.list .thumbnail-container .star_content {
    float: right
}

.product_list.list .thumbnail-container .nb-revews {
    margin-left: 20px
}

.rtl .product_list.list .thumbnail-container .nb-revews {
    margin-right: 20px;
    margin-left: inherit
}

.product_list.list .thumbnail-container .product-image {
    float: left;
    float: left;
    width: 33.33333%;
    text-align: center
}

.rtl .product_list.list .thumbnail-container .product-image {
    float: right
}

.product_list.list .thumbnail-container .product-meta {
    float: left;
    width: 66.66667%;
    padding-left: 30px;
    text-align: left
}

.rtl .product_list.list .thumbnail-container .product-meta {
    padding-right: 30px;
    padding-left: inherit
}

.rtl .product_list.list .thumbnail-container .product-meta {
    text-align: right
}

.product_list.list .thumbnail-container .product-description-short {
    display: inline-block;
    border: none
}

@media (max-width:1200px) {
    .product_list.list .thumbnail-container .product-title {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .product_list.list .thumbnail-container .functional-buttons {
        padding: 0
    }

    .product_list.list .thumbnail-container .compare {
        margin-left: 0
    }

    .rtl .product_list.list .thumbnail-container .compare {
        margin-right: 0;
        margin-left: inherit
    }
}

@media (min-width:992px) {
    .product_list.grid .ajax_block_product.first-in-line {
        clear: both
    }
}

@media (max-width:991px) and (min-width:576px) {
    .product_list.grid .ajax_block_product.first-item-of-tablet-line {
        clear: both
    }
}

@media (max-width:575px) and (min-width:480px) {
    .product_list.grid .ajax_block_product.first-item-of-mobile-line {
        clear: both
    }
}

.wishlist i {
    font-size: 20px;
    color: #000;
    font-weight: 600
}

.compare {
    margin: 0 0 20px;
    display: inline-block
}

.compare i {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.compare .leo-compare-button {
    background: transparent;
    border: 1px solid #ccc;
    color: #000;
    min-width: 132px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.compare:hover i {
    color: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.compare:hover .leo-compare-button {
    border: 1px solid #414141;
    color: #414141
}

.compare:hover .leo-compare-button.added {
    border: 1px solid #2FB5D2;
    color: #fff
}

button.add-to-cart {
    color: #fff;
    margin-top: 0;
    background: #000
}

button.add-to-cart::before {
    border-bottom: 1px solid #fff
}

.thumbnail-container {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px
}

.thumbnail-container .leo-bt-select-attr {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 9px 33px 9px 15px
}

.rtl .thumbnail-container .leo-bt-select-attr {
    padding: 9px 15px 9px 33px
}

.thumbnail-container button.add-to-cart {
    background: transparent;
    color: #414141;
    font-weight: 400;
    padding: 0;
    border: none;
    margin: auto;
    margin-top: 5px;
    letter-spacing: inherit
}

.thumbnail-container button.add-to-cart:focus * {
    outline: none
}

.thumbnail-container button.add-to-cart.active:focus {
    background-color: transparent
}

.thumbnail-container button.add-to-cart.active .cssload-speeding-wheel {
    border: 2px solid #414141;
    border-left-color: transparent;
    border-right-color: transparent;
    margin: 10px auto
}

.thumbnail-container button.add-to-cart i {
    color: #414141
}

.thumbnail-container .compare,
.thumbnail-container .quickview,
.thumbnail-container .wishlist {
    display: inline-block;
    margin: 0;
    padding: 0 4px
}

.thumbnail-container .compare .btn-product,
.thumbnail-container .quickview .btn-product,
.thumbnail-container .wishlist .btn-product {
    display: inline-block;
    min-width: 42px;
    min-height: 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(0, 0, 0, .7);
    border-radius: 100%;
    padding: 0;
    overflow: hidden;
    border: none
}

.thumbnail-container .compare .btn-product i,
.thumbnail-container .quickview .btn-product i,
.thumbnail-container .wishlist .btn-product i {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    display: inline-block;
    margin: 0
}

.thumbnail-container .compare .btn-product.added,
.thumbnail-container .quickview .btn-product.added,
.thumbnail-container .wishlist .btn-product.added {
    background: #2FB5D2;
    border: none
}

.thumbnail-container .functional-buttons {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: -67px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

@media (min-width:992px) {
    .thumbnail-container .functional-buttons > div:first-child {
        -webkit-transform: translate(53px);
        -moz-transform: translate(53px);
        -ms-transform: translate(53px);
        -o-transform: translate(53px);
        transform: translate(53px);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }

    .thumbnail-container .functional-buttons > div:nth-child(2) {
        z-index: 2;
        position: relative
    }

    .thumbnail-container .functional-buttons > div:last-child {
        -webkit-transform: translate(-53px);
        -moz-transform: translate(-53px);
        -ms-transform: translate(-53px);
        -o-transform: translate(-53px);
        transform: translate(-53px);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }
}

@media (max-width:991px) {
    .thumbnail-container .functional-buttons {
        opacity: 1
    }
}

.thumbnail-container:hover .functional-buttons {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.thumbnail-container:hover .functional-buttons > div:first-child {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.thumbnail-container:hover .functional-buttons > div:last-child {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.thumbnail-container:hover .product-additional {
    visibility: visible;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    bottom: 0;
    max-width: 100%
}

.thumbnail-container:hover .button-container {
    opacity: 1;
    max-width: 200px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

.thumbnail-container .highlighted-informations {
    margin: 10px 0
}

.thumbnail-container div.leo-dropdown-attr {
    max-height: 104px;
    top: inherit;
    bottom: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    box-shadow: 0 -3px 30px rgba(0, 0, 0, .2)
}

.thumbnail-container div.leo-dropdown-attr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5
}

.thumbnail-container div.leo-dropdown-attr::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.thumbnail-container div.leo-dropdown-attr::-webkit-scrollbar-thumb {
    background-color: #000;
    opacity: .6;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.thumbnail-container div.leo-dropdown-attr .dropdown-item {
    font-size: 12px;
    padding: 8px 15px;
    line-height: 18px;
    white-space: normal;
    border-bottom: 1px solid #eee;
    text-align: left
}

.rtl .thumbnail-container div.leo-dropdown-attr .dropdown-item {
    text-align: right
}

.thumbnail-container .aeuc_unit_price_label {
    font-size: 14px
}

.thumbnail-container .product-meta {
    position: relative;
    min-height: 110px;
    height: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-top: 10px
}

.thumbnail-container .product_desc {
    font-size: 14px;
    margin-bottom: 10px
}

.thumbnail-container img {
    width: 100%
}

.thumbnail-container .product-flags .product-flag {
    margin: 10px 0;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px
}

.thumbnail-container .product-image {
    position: relative;
    padding: 1px;
    display: block;
    border: 1px solid #e5e5e5
}

.thumbnail-container .leo-pro-attr-section {
    width: 100%
}

.thumbnail-container .hidden {
    display: none
}

.thumbnail-container .product-title {
    margin-top: 10px;
    text-transform: initial;
    margin-bottom: 0
}

.thumbnail-container .product-title a {
    color: #444;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: -.25px;
    text-decoration: none;
    -webkit-transition: all 0.01s ease 0s;
    -o-transition: all 0.01s ease 0s;
    transition: all 0.01s ease 0s
}

.thumbnail-container .product-title a:hover {
    color: #414141;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.thumbnail-container .button-container {
    position: relative;
    opacity: 0;
    overflow: hidden;
    max-width: 20px;
    margin: auto;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

@media (max-width:991px) {
    .thumbnail-container .button-container {
        opacity: 1;
        max-width: inherit
    }
}

.thumbnail-container .button-container .leo-bt-select-attr,
.thumbnail-container .button-container .qty_product {
    font-size: .75rem;
    border-radius: 0;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumbnail-container .button-container .leo-bt-select-attr:after {
    position: absolute;
    top: 15px;
    right: 25px
}

.rtl .thumbnail-container .button-container .leo-bt-select-attr:after {
    left: 25px;
    right: auto
}

.thumbnail-container .button-container .leo-pro-attr-section,
.thumbnail-container .button-container .qty_product {
    position: absolute;
    left: 25px;
    right: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(.44, .13, .48, .87);
    -o-transition: all 0.4s cubic-bezier(.44, .13, .48, .87);
    transition: all 0.4s cubic-bezier(.44, .13, .48, .87);
    text-align: center
}

.thumbnail-container .button-container .leo-pro-attr-section {
    width: 100%;
    top: -80px
}

.thumbnail-container .button-container .leo-pro-attr-section button {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.thumbnail-container .button-container .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin: 0;
    font-size: .75rem;
    border-radius: 0;
    border: 0
}

.thumbnail-container .button-container .dropdown-menu .dropdown-item {
    display: block;
    padding: .75rem 25px
}

.thumbnail-container .button-container .qty_product {
    top: -40px
}

.thumbnail-container .product-price-and-shipping {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

.thumbnail-container .product-price-and-shipping .price {
    line-height: 30px;
    color: #414141;
    margin: 0 5px;
    font-size: 14px;
    left: -.25px;
    font-weight: 500
}

.thumbnail-container .product-price-and-shipping .regular-price {
    color: #414141;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px
}

.thumbnail-container .product-price-and-shipping .discount-percentage {
    background: #414141;
    color: #FFF;
    font-size: .75rem;
    padding: 2px 3px;
    margin: 0 8px;
    font-weight: 400;
    display: inline-block
}

.thumbnail-container .product-additional {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    visibility: hidden;
    left: 0;
    bottom: 200px;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.thumbnail-container .comments_note {
    color: #999
}

.thumbnail-container .variant-links {
    width: 100%;
    padding-top: .1875rem;
    min-height: 2.5rem;
    margin-top: 10px
}

.thumbnail-container .variant-links .color {
    position: relative;
    border-radius: 100%;
    margin: 0 10px
}

.thumbnail-container .variant-links .color:hover {
    border: none
}

.thumbnail-container .variant-links .color::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #f94c4c;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thumbnail-container .product-description-short {
    display: none;
    line-height: 20px
}

@media (max-width:767px) {
    .thumbnail-container .button-container {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .thumbnail-container .button-container .product-meta {
        min-height: 50px
    }

    .thumbnail-container .compare {
        width: 50px
    }

    .thumbnail-container .compare .leo-compare-button {
        width: 100%
    }
}

.product_block.last_item .thumbnail-container .leo-more-info {
    right: auto;
    left: 0
}

.product_block.last_item .thumbnail-container:hover .leo-more-info {
    right: auto;
    left: -5.625rem
}

.leo-productscompare-item .thumbnail-container,
.leo-wishlist-product .thumbnail-container {
    margin: 0;
    text-align: center
}

.leo-productscompare-item .thumbnail-container .button-container,
.leo-wishlist-product .thumbnail-container .button-container {
    text-align: center;
    padding: 25px 0
}

.leo-productscompare-item .thumbnail-container .product-price-and-shipping .discount-percentage,
.leo-wishlist-product .thumbnail-container .product-price-and-shipping .discount-percentage {
    background: #414141;
    color: #fff;
    position: static
}

.leo-productscompare-item .thumbnail-container .product-flags,
.leo-wishlist-product .thumbnail-container .product-flags {
    padding: 0
}

.leo-productscompare-item .thumbnail-container .product-thumbnail img,
.leo-wishlist-product .thumbnail-container .product-thumbnail img {
    max-width: 100%
}

.leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
.leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
    position: absolute;
    top: 10px
}

@media (max-width:991px) {

    .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
    .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
        right: 5px
    }

    .rtl .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
    .rtl .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
        left: 5px;
        right: auto
    }
}

.leo-productscompare-item .thumbnail-container .product-title a,
.leo-wishlist-product .thumbnail-container .product-title a {
    font-family: "museo_sans500"
}

.leo-productscompare-item .thumbnail-container .leo-pro-attr-section,
.leo-productscompare-item .thumbnail-container .qty_product,
.leo-wishlist-product .thumbnail-container .leo-pro-attr-section,
.leo-wishlist-product .thumbnail-container .qty_product {
    margin: 1px 0;
    text-align: center
}

.leo-productscompare-item .thumbnail-container .product-flags li,
.leo-wishlist-product .thumbnail-container .product-flags li {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    background: #414141;
    color: #fff;
    line-height: 25px;
    font-size: .75rem
}

.leo-productscompare-item .thumbnail-container .product-flags li.new,
.leo-wishlist-product .thumbnail-container .product-flags li.new {
    background: #414141;
    float: right;
    position: absolute;
    left: 0
}

.rtl .leo-productscompare-item .thumbnail-container .product-flags li.new,
.rtl .leo-wishlist-product .thumbnail-container .product-flags li.new {
    float: left
}

.rtl .leo-productscompare-item .thumbnail-container .product-flags li.new,
.rtl .leo-wishlist-product .thumbnail-container .product-flags li.new {
    right: 0;
    left: auto
}

.leo-productscompare-item .thumbnail-container .product-flags li.discount,
.leo-wishlist-product .thumbnail-container .product-flags li.discount {
    left: 0
}

.rtl .leo-productscompare-item .thumbnail-container .product-flags li.discount,
.rtl .leo-wishlist-product .thumbnail-container .product-flags li.discount {
    right: 0;
    left: auto
}

.leo-productscompare-item .thumbnail-container .product-flags li.new {
    position: relative;
    float: none
}

.leo-wishlist-product {
    display: block !important
}

.leo-wishlist-product .thumbnail-container {
    max-width: 100%
}

.leo-wishlist-product .leo-wishlistproduct-item {
    padding: 0 15px;
    width: 25%;
    float: left
}

.rtl .leo-wishlist-product .leo-wishlistproduct-item {
    float: right
}

@media (min-width:992px) {
    .leo-wishlist-product .leo-wishlistproduct-item:nth-child(4n+1) {
        clear: both
    }
}

@media (max-width:991px) and (min-width:768px) {
    .leo-wishlist-product .leo-wishlistproduct-item {
        width: 33.33%
    }

    .leo-wishlist-product .leo-wishlistproduct-item:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width:767px) and (min-width:481px) {
    .leo-wishlist-product .leo-wishlistproduct-item {
        width: 50%
    }

    .leo-wishlist-product .leo-wishlistproduct-item:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width:480px) {
    .leo-wishlist-product .leo-wishlistproduct-item {
        width: 100%
    }
}

.zoomWindow {
    border: 2px solid #414141 !important
}

#category .thumbnail-container .product-description-short {
    padding-bottom: 0;
    margin-bottom: 0
}

.modal-content .slick-slide {
    padding-bottom: 10px
}

.dropdown {
    color: #999
}

.dropdown:hover .expand-more {
    color: #3387f2
}

.dropdown .expand-more {
    color: #414141;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible
}

.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #414141;
    background: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #414141
}

.dropdown-menu {
    box-shadow: 0 15px 20px rgba(31, 31, 31, .17);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.ui-menu.ui-widget {
    padding: 10px 15px;
    border: 1px solid #ccc
}

@media (min-width:992px) {
    .ui-menu.ui-widget {
        position: absolute !important
    }
}

.ui-menu.ui-widget .ui-menu-item a.ui-state-focus {
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #dadada;
    font-weight: 400
}

.ui-menu.ui-widget .ui-corner-all {
    border: 1px solid transparent;
    color: #999;
    font-size: 16px
}

.ui-menu.ui-widget .ui-corner-all:hover {
    border: 1px solid transparent
}

.header-top .widget-search {
    padding: 42.5px 0
}

.widget-search {
    cursor: pointer;
    float: right;
    z-index: 1
}

.rtl .widget-search {
    float: left
}

@media (max-width:767px) {
    .widget-search {
        padding-bottom: 25px
    }
}

.widget-search .dropdown-menu {
    display: block !important;
    box-shadow: none
}

.widget-search #search_widget {
    cursor: pointer
}

.widget-search .dropdown {
    position: inherit
}

.widget-search .dropdown-toggle::after {
    content: none
}

.widget-search form.popup-content {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    right: 0 !important;
    left: 0 !important
}

.widget-search .open button[type=submit] {
    visibility: visible;
    opacity: 1
}

.widget-search .open input[type=text] {
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

.widget-search .open form.popup-content {
    pointer-events: inherit;
    visibility: visible;
    opacity: 1;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .13)
}

.widget-search .open > a {
    pointer-events: none;
    cursor: default
}

.widget-search .open > a i {
    pointer-events: none;
    cursor: default
}

.widget-search form input[type=text] {
    border: none;
    padding: 34.5px 140px 34.5px 50px;
    width: 10%;
    font-size: 24px;
    background: #fff;
    opacity: 0;
    color: #999;
    font-weight: 300;
    letter-spacing: .25px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s
}

.rtl .widget-search form input[type=text] {
    padding: 34.5px 50px 34.5px 140px
}

.widget-search form input[type=text]:focus {
    outline: none;
    color: #414141;
    background: #fff
}

.widget-search form input[type=text]::-webkit-input-placeholder {
    color: #999
}

.widget-search form input[type=text]::-moz-placeholder {
    color: #999
}

.widget-search form input[type=text]:-moz-placeholder {
    color: #999
}

.widget-search form input[type=text]:-ms-input-placeholder {
    color: #999
}

.widget-search form button[type=submit] {
    cursor: pointer;
    position: absolute;
    border: none;
    bottom: .1875rem;
    color: #fff;
    padding: 0;
    font-size: 1.1875rem;
    background: transparent;
    right: 50px;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rtl .widget-search form button[type=submit] {
    left: 50px;
    right: auto
}

.widget-search form button[type=submit] i {
    color: #999;
    font-size: 48px
}

.widget-search form button[type=submit]:hover i {
    color: #414141
}

.widget-search .popup-content {
    background: none;
    border: none;
    min-width: inherit;
    padding: 0;
    z-index: 991
}

@media (max-width:1199px) {
    .widget-search form input[type=text] {
        padding: 30px 80px 30px 20px
    }

    .rtl .widget-search form input[type=text] {
        padding: 30px 20px 30px 80px
    }

    .widget-search form button[type=submit] {
        right: 30px
    }

    .rtl .widget-search form button[type=submit] {
        left: 30px;
        right: auto
    }

    .widget-search form button[type=submit] i {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .widget-search .open form input[type=text] {
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }
}

@media (max-width:567px) {
    .widget-search .popup-title i {
        top: 95px;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .widget-search form input[type=text] {
        width: 1%
    }
}

#checkout #search_widget {
    display: none
}

#pagenotfound .page-content #search_widget {
    width: 100%
}

@media (min-width:576px) {
    .search-widget .popup-content {
        display: block
    }
}

@media (max-width:575px) {
    .search-widget {
        float: none;
        margin-bottom: 0
    }

    .search-widget form input[type="text"] {
        min-width: 100%
    }
}

.top-menu[data-depth="1"] {
    margin: .625rem
}

.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: .625rem;
    color: #999;
    font-weight: 400
}

.top-menu a.dropdown-submenu {
    color: #414141;
    text-transform: uppercase;
    font-weight: 600
}

.top-menu a[data-depth="0"] {
    font-weight: 600;
    padding: .1875rem 25px .375rem
}

#header .top-menu a[data-depth="0"]:hover {
    color: #3387f2;
    text-decoration: none
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0 .625rem .625rem 0
}

.top-menu .collapse {
    display: inherit
}

.top-menu .sub-menu {
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
    border: none;
    margin-left: .9375rem;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    z-index: 18;
    display: none
}

.top-menu .sub-menu.collapse {
    display: none
}

.top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 1.25rem
}

.top-menu .sub-menu a:hover {
    color: #3387f2
}

.top-menu .popover {
    max-width: inherit;
    border-radius: 0
}

.popover.bs-tether-element-attached-top {
    margin-top: 0
}

#mobile_top_menu_wrapper {
    margin-top: .625rem;
    padding-bottom: .625rem;
    background: #fff
}

#mobile_top_menu_wrapper #top-menu {
    margin-bottom: .625rem
}

#mobile_top_menu_wrapper .top-menu {
    color: #414141
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
    display: none
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: .625rem;
    border-bottom: 1px solid #f6f6f6
}

#mobile_top_menu_wrapper .top-menu .collapse {
    display: none
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    background: #f6f6f6
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
    border-bottom: 1px solid #999
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
    text-transform: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    padding: .625rem;
    border-bottom: 1px solid #fff;
    font-weight: 700
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 1.25rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 2.5rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 3.75rem
}

#mobile_top_menu_wrapper .top-menu .popover {
    border-radius: 0
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #999
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
    display: inline
}

#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    padding: .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    padding: .625rem 0;
    display: block;
    width: 100%
}

body#checkout {
    color: #414141
}

body#checkout .card-block .cart-summary-subtotals .value {
    color: #414141;
    font-size: 20px;
    font-weight: 600
}

body#checkout .card-block .media {
    border-bottom: 1px solid #392c0f
}

body#checkout .card-block .product-name {
    max-width: 210px;
    display: inline-block
}

body#checkout .card-block .product-price {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px
}

body#checkout .card-block h5 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    margin-bottom: 30px
}

body#checkout .card-block .btn:hover {
    color: #414141
}

body#checkout [data-action="show-password"] {
    background: transparent
}

body#checkout .custom-checkbox {
    display: inline-block
}

body#checkout .custom-checkbox i {
    color: #414141;
    margin-top: 1px
}

body#checkout .custom-checkbox span {
    margin-top: 1px;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 15px
}

.rtl body#checkout .custom-checkbox span {
    float: right
}

.rtl body#checkout .custom-checkbox span {
    margin-left: 15px;
    margin-right: inherit
}

body#checkout .custom-checkbox label {
    overflow: hidden;
    zoom: 1
}

body#checkout .custom-checkbox em {
    width: 500px;
    display: block
}

@media (max-width:1199px) {
    body#checkout .custom-checkbox em {
        width: 300px
    }
}

@media (max-width:780px) {
    body#checkout .custom-checkbox em {
        width: 240px
    }
}

body#checkout a:hover {
    color: #414141
}

body#checkout section#content {
    margin-bottom: 1.5625rem
}

body#checkout .container {
    min-height: 100%
}

body#checkout section.checkout-step {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: .9375rem
}

body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 26px
}

@media (max-width:440px) {
    body#checkout section.checkout-step .step-title {
        font-size: 14px
    }
}

body#checkout section.checkout-step .content {
    padding: 0 2.3125rem
}

body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: 400
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 16px
}

body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: .5;
    filter: alpha(opacity=50)
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none
}

body#checkout section.checkout-step.-current .content {
    display: block
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: .125rem;
    color: #999
}

.rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: left
}

.rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    margin-left: .125rem;
    margin-right: inherit
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none
}

body#checkout section.checkout-step small {
    color: #999
}

body#checkout section.checkout-step .default-input {
    min-width: 40%
}

body#checkout section.checkout-step .default-input[name=address1],
body#checkout section.checkout-step .default-input[name=address2] {
    min-width: 60%
}

body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem
}

body#checkout section.checkout-step .radio-field label {
    display: inline
}

body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem
}

body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0
}

body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: .625rem 3.125rem
}

body#checkout section.checkout-step .form-footer {
    text-align: center
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem
}

body#checkout section.checkout-step .payment-options label {
    display: table-cell
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 1.25rem
}

.rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 1.25rem;
    margin-right: inherit
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: .5rem
}

body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: .625rem
}

body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body#checkout section.checkout-step .address-item {
    background: #f6f6f6;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 25px
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #3387f2 3px solid
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: .625rem
}

body#checkout section.checkout-step .address {
    margin-left: 1.5625rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif
}

.rtl body#checkout section.checkout-step .address {
    margin-right: 1.5625rem;
    margin-left: inherit
}

body#checkout section.checkout-step .radio-block {
    padding: .9375rem;
    text-align: left
}

.rtl body#checkout section.checkout-step .radio-block {
    text-align: right
}

body#checkout section.checkout-step .custom-radio {
    margin-right: 0
}

.rtl body#checkout section.checkout-step .custom-radio {
    margin-left: 0;
    margin-right: inherit
}

body#checkout section.checkout-step .custom-radio input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    color: #999;
    display: inline-block;
    margin: 0 .3125rem
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 16px
}

body#checkout section.checkout-step hr {
    margin: 0
}

body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: .625rem
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem
}

body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem
}

body#checkout section.checkout-step .add-address a {
    color: #414141
}

body#checkout section.checkout-step .add-address a i {
    font-size: .875rem
}

body#checkout section.checkout-step .delivery-option {
    background: #f6f6f6;
    padding: .9375rem 0;
    margin-bottom: .9375rem
}

body#checkout section.checkout-step .delivery-option label {
    text-align: inherit
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left
}

.rtl body#checkout section.checkout-step .carrier-delay,
.rtl body#checkout section.checkout-step .carrier-name {
    text-align: right
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-left: .3125rem;
    margin-top: 1.563rem
}

body#checkout section.checkout-step #customer-form .form-control-valign label,
body#checkout section.checkout-step #delivery-address .form-control-valign label,
body#checkout section.checkout-step #invoice-address .form-control-valign label,
body#checkout section.checkout-step #login-form .form-control-valign label {
    display: inline-block;
    margin-left: 18px
}

.rtl body#checkout section.checkout-step #customer-form .form-control-valign label,
.rtl body#checkout section.checkout-step #delivery-address .form-control-valign label,
.rtl body#checkout section.checkout-step #invoice-address .form-control-valign label,
.rtl body#checkout section.checkout-step #login-form .form-control-valign label {
    margin-right: 18px;
    margin-left: inherit
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left
}

.rtl body#checkout section.checkout-step #customer-form .form-control-label,
.rtl body#checkout section.checkout-step #delivery-address .form-control-label,
.rtl body#checkout section.checkout-step #invoice-address .form-control-label,
.rtl body#checkout section.checkout-step #login-form .form-control-label {
    text-align: right
}

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0
}

body#checkout section.checkout-step .sign-in {
    font-size: .8125rem
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 14.38rem
}

body#checkout .additional-information {
    font-size: .8125rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem
}

@media (max-width:767px) {
    body#checkout .additional-information {
        margin-left: 0
    }

    .rtl body#checkout .additional-information {
        margin-right: 0;
        margin-left: inherit
    }
}

body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: .625rem
}

body#checkout .condition-label label {
    text-align: inherit
}

body#checkout .cancel-address {
    margin: .625rem;
    display: block;
    color: #878787;
    text-decoration: underline
}

body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #ebebeb
}

body#checkout #cart-summary-product-list {
    font-size: 16px
}

body#checkout #cart-summary-product-list img {
    border: #ebebeb 1px solid;
    width: 3.125rem
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle
}

body#checkout #cart-summary-product-list .media-list li {
    padding: .625rem 0
}

body#checkout #order-summary-content {
    padding-top: .9375rem
}

body#checkout #order-summary-content h4.h4 {
    margin-top: .625rem;
    margin-bottom: 1.25rem;
    font-weight: 400;
    color: #414141
}

body#checkout #order-summary-content h4.black {
    color: #000
}

body#checkout #order-summary-content h4.addresshead {
    margin-top: .1875rem;
    font-weight: 400
}

body#checkout #order-summary-content .noshadow {
    box-shadow: none
}

body#checkout #order-summary-content #order-items {
    border-right: 0
}

.rtl body#checkout #order-summary-content #order-items {
    border-left: 0;
    border-right: inherit
}

body#checkout #order-summary-content #order-items h3.h3 {
    color: #414141;
    margin-top: 1.25rem
}

body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0
}

body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #999
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer
}

body#checkout #order-summary-content a .step-edit {
    color: #999
}

body#checkout #gift_message,
body#checkout #delivery {
    max-width: 100%;
    border-color: #414141
}

body#checkout #gift_message textarea,
body#checkout #delivery textarea {
    max-width: 100%;
    margin-bottom: 10px
}

#order-details {
    padding-left: 1.875rem
}

#order-details > .card-title {
    margin-bottom: 1.875rem
}

#order-details ul {
    margin-bottom: 1.25rem
}

#order-details ul li {
    margin-bottom: 25px
}

#order-items hr {
    border-top-color: #414141
}

#order-items table {
    width: 100%
}

#order-items table tr {
    height: 1.875rem
}

#order-items table tr td:last-child {
    text-align: right
}

.rtl #order-items table tr td:last-child {
    text-align: left
}

#order-items .order-line {
    margin-top: 1rem
}

#order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 1rem
}

#order-items .details {
    margin-bottom: 1rem
}

#order-items .details .customizations {
    margin-top: .625rem
}

#order-items .qty {
    margin-bottom: 1rem
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem
}

#order-confirmation #content-hook-order-confirmation-footer {
    margin-top: 60px
}

@media (min-width:992px) {
    #order-confirmation #content-hook-order-confirmation-footer .ajax_block_product:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width:991px) {
    .done {
        margin: 0;
        padding: 0
    }

    body#checkout section.checkout-step .address-item {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1
    }

    body#checkout section.checkout-step .delivery-option-2 {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .delivery-option {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: auto
    }

    .delivery-option .custom-radio {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left
    }

    .rtl .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: right
    }

    #order-confirmation #registration-form {
        width: 100%
    }
}

@media (max-width:767px) {
    body#checkout .form-group {
        margin-bottom: .5rem
    }

    body#checkout #header .header-nav {
        max-height: none;
        padding: 0
    }

    body#checkout section.checkout-step #customer-form .form-control-valign label:first-child {
        margin-left: 0
    }

    .rtl body#checkout section.checkout-step #customer-form .form-control-valign label:first-child {
        margin-right: 0;
        margin-left: inherit
    }

    body#checkout section.checkout-step .content {
        padding: .9375rem
    }

    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: .25rem;
        margin-left: 1.25rem
    }

    #order-items {
        border-right: 0;
        margin-bottom: 2.5rem
    }

    .rtl #order-items {
        border-left: 0;
        border-right: inherit
    }

    #order-items .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }

    #order-items hr {
        border-top-color: #ebebeb
    }

    .bold {
        font-weight: 700
    }

    #order-details {
        padding-left: .9375rem
    }

    #order-details .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width:575px) {
    body#checkout section.checkout-step .content {
        padding: .9375rem 0
    }

    #payment-confirmation button {
        font-size: .875rem
    }

    #payment-confirmation button.btn {
        white-space: normal
    }
}

.js-payment-binary {
    display: none
}

.js-payment-binary .accept-cgv {
    display: none
}

.js-payment-binary.disabled {
    opacity: .6;
    cursor: not-allowed
}

.js-payment-binary.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.js-payment-binary.disabled .accept-cgv {
    display: block
}

.table-labeled th {
    vertical-align: middle
}

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

.table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: .25rem .375rem;
    margin: .125rem;
    color: #fff;
    white-space: nowrap
}

.page-order .table {
    margin-bottom: 0
}

.page-order table th {
    padding: .5rem
}

.page-order table td {
    padding: .5rem
}

.page-order table thead th {
    text-align: center
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0
}

#authentication .custom-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

#authentication .custom-checkbox i {
    color: #414141
}

#authentication .custom-checkbox span {
    flex: 0 0 12px;
    margin-top: 4px
}

#authentication .custom-checkbox label {
    padding: 0 0 0 .625rem;
    display: inline-table
}

.rtl #authentication .custom-checkbox label {
    padding: 0 .625rem 0 0
}

#authentication [data-action="show-password"] {
    background: #878787
}

#identity .radio-inline,
#authentication .radio-inline {
    padding: 0;
    display: inline-block;
    margin-left: 15px
}

.rtl #identity .radio-inline,
.rtl #authentication .radio-inline {
    margin-right: 15px;
    margin-left: inherit
}

#identity .radio-inline .custom-radio,
#authentication .radio-inline .custom-radio {
    margin-right: 0
}

.page-customer-account button[type="submit"] {
    padding: 12px 25px
}

.page-customer-account #content {
    border: 1px solid #ccc;
    background: #fff;
    padding: 2rem;
    font-size: .8125rem;
    color: #878787;
    margin-bottom: 4.5625rem
}

.page-customer-account #content .order-actions a {
    padding: 0 .125rem
}

.page-customer-account #content a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-customer-account #content a:hover {
    color: #414141
}

.page-customer-account #content .forgot-password {
    text-align: center;
    font-size: .8125rem;
    margin-top: 1rem;
    padding-bottom: .9375rem
}

.page-customer-account #content .no-account {
    text-align: center;
    font-size: 16px;
    margin-top: 30px
}

.page-authentication #content {
    border: 1px solid #ccc;
    background: #fff;
    padding: 2rem;
    max-width: 640px;
    margin: 3.5625rem auto
}

.page-authentication .radio-inline {
    display: inline-block;
    margin-left: 15px
}

.rtl .page-authentication .radio-inline {
    margin-right: 15px;
    margin-left: inherit
}

.page-addresses .address {
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: #fff;
    margin-bottom: 1.875rem;
    font-size: .8125rem;
    color: #414141
}

.page-addresses .address .address-body {
    padding: 1rem
}

.page-addresses .address .address-body h4 {
    font-size: 16px;
    font-weight: 700
}

.page-addresses .address .address-body address {
    min-height: 9rem
}

.page-addresses .address .address-footer {
    border-top: 1px solid #999;
    padding: .5rem 1rem
}

.page-addresses .address .address-footer a {
    color: #878787;
    margin-right: .5rem
}

.page-addresses .address .address-footer a:hover {
    color: #414141
}

.page-addresses .address .address-footer a i {
    font-size: 16px
}

.page-addresses .address .address-footer a span {
    font-size: .875rem;
    vertical-align: middle
}

.page-addresses .addresses-footer {
    margin: 0 .9375rem
}

.page-addresses .addresses-footer a {
    color: #414141
}

.page-addresses .addresses-footer a:hover {
    color: #414141
}

.page-addresses .addresses-footer a i {
    font-size: 16px
}

.page-addresses .addresses-footer a span {
    font-size: 16px;
    vertical-align: middle;
    margin-top: 25px
}

.page-order-detail {
    font-size: .875rem;
    color: #878787
}

.page-order-detail .box {
    border: 1px solid #ccc;
    background: #fff;
    padding: 2rem;
    margin-bottom: 1rem
}

.page-order-detail h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 1rem
}

.page-order-detail #order-infos ul {
    margin: 0
}

.page-order-detail #order-history .history-lines .history-line {
    padding: .5rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0
}

.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem .375rem;
    color: #fff;
    border-radius: 3px
}

.page-order-detail .addresses {
    margin: 0 -.9375rem
}

.page-order-detail .addresses h4 {
    font-size: 16px;
    font-weight: 700
}

.page-order-detail #order-products.return {
    margin-bottom: 1rem
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px
}

.page-order-detail #order-products.return td {
    padding: 1.375rem .75rem
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px
}

.page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: .5rem
}

.page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -.625rem 0;
    padding-left: .25rem
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center
}

.page-order-detail .order-items {
    padding: 0 !important
}

.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .desc .name {
    font-weight: 700
}

.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .qty .q {
    margin-bottom: .25rem
}

.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: .25rem
}

.page-order-detail .messages .message {
    margin-top: .5rem;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .messages .message:last-child {
    border-bottom: 0
}

.page-order-detail .messages .message > div {
    margin-bottom: .5rem
}

.page-order-detail .customization {
    margin-top: .75rem
}

#order-return-infos .thead-default th {
    color: #414141
}

#order-return-infos .customization {
    margin-top: .75rem
}

.page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #878787;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2rem;
    margin: 5px
}

.page-my-account #content .links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #414141;
    padding-bottom: 3.4rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-my-account #content .links a:hover {
    color: #414141
}

.page-my-account #content .links a:hover i {
    color: #414141
}

#history .orders {
    margin: 0 -1rem
}

#history .orders .order {
    padding: .75rem 1rem;
    border-bottom: 1px solid #f6f6f6
}

#history .orders .order a h3 {
    color: #878787
}

#history .orders .order .label {
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem .375rem;
    color: #fff;
    border-radius: 3px
}

#history .orders .order:last-child {
    border-bottom: 0
}

.page-footer .account-link {
    margin-right: 1rem;
    background: #414141;
    display: inline-block;
    padding: 14px 14px;
    border: 1px solid transparent;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-footer .account-link i {
    font-size: 16px;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-footer .account-link span {
    font-size: .8125rem;
    vertical-align: middle
}

.page-footer .account-link:hover {
    border: 1px solid #414141;
    background: #FFF;
    color: #414141
}

.page-footer .account-link:hover i {
    color: #414141
}

.login-form {
    margin-top: .9375rem;
    margin-bottom: 35px
}

.forgotten-password {
    padding: 4px
}

.forgotten-password .form-fields .center-email-fields {
    display: flex;
    justify-content: center
}

@media (max-width:767px) {
    .forgotten-password .form-fields .center-email-fields {
        flex-direction: column
    }

    .forgotten-password .form-fields .center-email-fields button {
        margin: 10px;
        width: calc(100% - 20px)
    }
}

.forgotten-password .form-fields .center-email-fields button {
    height: 45px
}

.forgotten-password .form-fields .email {
    padding-left: 0;
    padding-right: 0;
    width: 430px
}

@media (max-width:767px) {
    .forgotten-password .form-fields .email {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%
    }
}

.forgotten-password .form-fields .email input {
    height: 45px
}

.forgotten-password .form-fields label.required {
    width: 130px
}

.send-renew-password-link {
    padding-left: 10px;
    text-align: center;
    padding-right: 10px
}

.renew-password {
    margin-left: 10px
}

.renew-password .email {
    padding-bottom: 30px
}

.renew-password [type=submit] {
    margin-left: 50px
}

.homeslider .carousel {
    -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    margin-bottom: 1.5rem
}

.homeslider .carousel .direction {
    z-index: auto
}

.homeslider .carousel .carousel-inner {
    height: 340px
}

@media (max-width:767px) {
    .homeslider .carousel .carousel-inner {
        height: auto
    }
}

.homeslider .carousel .carousel-item {
    height: 100%
}

@media (max-width:767px) {
    .homeslider .carousel .carousel-item img {
        max-width: 100%;
        height: auto
    }
}

@media (min-width:768px) {
    .homeslider .carousel .carousel-item img {
        width: 100%;
        margin-left: 0
    }
}

.homeslider .carousel .carousel-item .caption {
    position: absolute;
    color: #fff;
    max-width: 340px
}

@media (min-width:768px) {
    .homeslider .carousel .carousel-item .caption {
        bottom: 28px;
        left: 90px
    }
}

@media (max-width:767px) {
    .homeslider .carousel .carousel-item .caption {
        bottom: 5px;
        left: 40px
    }
}

.homeslider .carousel .carousel-item .caption .caption-description p {
    color: #fff
}

@media (max-width:767px) {
    .homeslider .carousel .carousel-item figure {
        margin: 0
    }
}

.homeslider .carousel .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100)
}

.homeslider .carousel .carousel-control .icon-next::before,
.homeslider .carousel .carousel-control .icon-prev::before {
    content: ""
}

.homeslider .carousel .carousel-control .icon-next i,
.homeslider .carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: #fff
}

.homeslider .carousel .carousel-control .icon-next:hover i,
.homeslider .carousel .carousel-control .icon-prev:hover i {
    color: #3387f2
}

.homeslider .carousel .carousel-control .icon-prev {
    left: 1rem
}

.homeslider .carousel .carousel-control .icon-next {
    right: 2rem
}

.homeslider .carousel .carousel-control.left,
.homeslider .carousel .carousel-control.right {
    background: none
}

#custom-text {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 3.125rem 3.125rem;
    text-align: center
}

#custom-text h3 {
    text-transform: uppercase;
    color: #414141;
    font-size: 1.563rem;
    font-weight: 700
}

#custom-text p {
    color: #414141;
    font-weight: 400;
    font-size: 1.1em
}

#custom-text p .dark {
    color: #999;
    font-weight: 400
}

.page-content.page-cms {
    background: #fff;
    padding: 1.25rem;
    text-align: justify
}

.page-content.page-cms h3.page-subheading {
    font-family: "Roboto", sans-serif;
    margin-bottom: 25px
}

.page-content.page-cms .cms-box img {
    max-width: 100%
}

@media (max-width:991px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem
    }
}

#products .products-select {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: #999;
    text-transform: inherit;
    margin-bottom: 1rem;
    margin-right: 25px
}

.rtl #products .up .btn-secondary,
.rtl #products .up .btn-tertiary {
    margin-left: 25px;
    margin-right: inherit
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
    margin-right: 0
}

.rtl #products .up .btn-secondary .material-icons,
.rtl #products .up .btn-tertiary .material-icons {
    margin-left: 0;
    margin-right: inherit
}

.block-category #category-description {
    margin: 1.25rem 0
}

.block-category #category-description p,
.block-category #category-description strong {
    font-weight: 400;
    color: #272727
}

.block-category #category-description p {
    color: #272727;
    margin-bottom: 0;
    line-height: 1.25rem
}

.block-category #category-description p:first-child {
    margin-bottom: 10px
}

.products-selection .fa-th,
.products-selection .fa-list-ul {
    font-size: 22px
}

.products-selection p {
    margin: 0;
    font-size: 14px;
    padding: 2px 0 5px;
    color: #666
}

.products-selection .sort-by-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

@media (max-width:499px) {
    .products-selection .sort-by-row {
        display: block
    }
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    color: #666
}

.products-selection .showing {
    padding-top: 25px
}

@media (max-width:767px) {
    .products-selection .showing {
        padding: 30px 30px 20px
    }
}

.products-selection h1 {
    padding-top: 25px
}

.products-selection .products-counter {
    float: right;
    color: #272727;
    margin: 3px 0 0
}

.rtl .products-selection .products-counter {
    float: left
}

.products-selection .display > div {
    float: left;
    margin-right: 10px
}

.rtl .products-selection .display > div {
    float: right
}

.rtl .products-selection .display > div {
    margin-left: 10px;
    margin-right: inherit
}

.products-selection .display > div:last-child {
    margin-right: 30px
}

.rtl .products-selection .display > div:last-child {
    margin-left: 30px;
    margin-right: inherit
}

.products-selection .display > div a {
    cursor: pointer;
    text-align: center;
    color: #999;
    display: inline-block
}

.products-selection .display > div a:hover {
    color: #414141
}

.products-selection .display > div.selected a {
    color: #414141
}

.text-right {
    text-align: right
}

.rtl .text-right {
    text-align: left
}

.products-sort-order {
    color: #272727;
    text-align: left
}

.rtl .products-sort-order {
    text-align: right
}

@media (min-width:500px) and (max-width:767px) {
    .products-sort-order.dropdown {
        width: 66.66667%
    }
}

.products-sort-order i {
    font-size: 12px;
    color: #666
}

.products-sort-order .select-title {
    display: inline-block;
    color: #666;
    padding: 2px 0 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700
}

@media (max-width:767px) {
    .products-sort-order .select-title {
        border: 1px solid #F1F1F1
    }
}

.products-sort-order .select-list {
    display: block;
    color: #1f1f1f;
    padding: 15px 25px;
    text-align: left
}

.rtl .products-sort-order .select-list {
    text-align: right
}

.products-sort-order .select-list:hover {
    background: #414141;
    color: #FFF;
    text-decoration: none
}

.products-sort-order .dropdown-menu {
    left: auto;
    right: 0;
    background: #FFF;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: -2px -1px 15px rgba(0, 0, 0, .1);
    margin: 0;
    padding: 15px 0;
    top: 30px;
    width: 215px
}

.rtl .products-sort-order .dropdown-menu {
    left: 0;
    right: auto
}

@media (max-width:767px) {
    .products-sort-order .dropdown-menu {
        top: 40px
    }
}

@media (max-width:499px) {
    .products-sort-order .dropdown-menu {
        width: 100%
    }
}

.facet-dropdown {
    color: #878787;
    padding-left: 0;
    padding-right: 0;
    background: #ebebeb;
    border: 3px solid transparent;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #ebebeb
}

.facet-dropdown.open {
    border: 0
}

.facet-dropdown.open > .select-title {
    border: 3px solid #3387f2;
    background: #f6f6f6
}

.facet-dropdown .select-title {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
    color: #414141;
    background: #ebebeb;
    padding: 25px 25px 25px 1.25rem;
    cursor: pointer
}

.facet-dropdown .select-title > i {
    margin-left: auto
}

.facet-dropdown .select-list {
    display: block;
    color: #414141;
    background: #f6f6f6;
    padding: 25px 1.25rem
}

.facet-dropdown .select-list:hover {
    background: #3387f2;
    color: #fff;
    text-decoration: none
}

.facet-dropdown .dropdown-menu {
    padding: 0;
    margin-top: 3px;
    left: auto;
    width: 100%;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #ebebeb
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    display: block;
    overflow: hidden;
    margin-bottom: 35px
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 36px;
    font-size: 16px;
    letter-spacing: .25px
}

#search_filters .facet .facet-label,
#search_filters .facet .custom-checkbox,
#search_filters_brands .facet .facet-label,
#search_filters_brands .facet .custom-checkbox,
#search_filters_suppliers .facet .facet-label,
#search_filters_suppliers .facet .custom-checkbox {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

#search_filters .facet .facet-label a,
#search_filters .facet .custom-checkbox a,
#search_filters_brands .facet .facet-label a,
#search_filters_brands .facet .custom-checkbox a,
#search_filters_suppliers .facet .facet-label a,
#search_filters_suppliers .facet .custom-checkbox a {
    margin: 5px 0;
    margin-left: 10px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.rtl #search_filters .facet .facet-label a,
.rtl #search_filters .facet .custom-checkbox a,
.rtl #search_filters_brands .facet .facet-label a,
.rtl #search_filters_brands .facet .custom-checkbox a,
.rtl #search_filters_suppliers .facet .facet-label a,
.rtl #search_filters_suppliers .facet .custom-checkbox a {
    margin-right: 10px;
    margin-left: inherit
}

.rtl #search_filters .facet .facet-label a,
.rtl #search_filters .facet .custom-checkbox a,
.rtl #search_filters_brands .facet .facet-label a,
.rtl #search_filters_brands .facet .custom-checkbox a,
.rtl #search_filters_suppliers .facet .facet-label a,
.rtl #search_filters_suppliers .facet .custom-checkbox a {
    text-align: right
}

#search_filters .facet .facet-label a:hover,
#search_filters .facet .custom-checkbox a:hover,
#search_filters_brands .facet .facet-label a:hover,
#search_filters_brands .facet .custom-checkbox a:hover,
#search_filters_suppliers .facet .facet-label a:hover,
#search_filters_suppliers .facet .custom-checkbox a:hover {
    color: #414141
}

#search_filters .clear-all-wrapper,
#search_filters_brands .clear-all-wrapper,
#search_filters_suppliers .clear-all-wrapper {
    margin-top: 20px
}

#search_filters .clear-all-wrapper .js-search-filters-clear-all,
#search_filters_brands .clear-all-wrapper .js-search-filters-clear-all,
#search_filters_suppliers .clear-all-wrapper .js-search-filters-clear-all {
    padding: 0;
    font-size: 14px;
    text-transform: none;
    color: inherit;
    border: none;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none
}

#search_filters .clear-all-wrapper .js-search-filters-clear-all i,
#search_filters_brands .clear-all-wrapper .js-search-filters-clear-all i,
#search_filters_suppliers .clear-all-wrapper .js-search-filters-clear-all i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#search_filters .clear-all-wrapper .js-search-filters-clear-all:hover,
#search_filters_brands .clear-all-wrapper .js-search-filters-clear-all:hover,
#search_filters_suppliers .clear-all-wrapper .js-search-filters-clear-all:hover {
    color: #414141
}

#search_filters .clear-all-wrapper .js-search-filters-clear-all:hover i,
#search_filters_brands .clear-all-wrapper .js-search-filters-clear-all:hover i,
#search_filters_suppliers .clear-all-wrapper .js-search-filters-clear-all:hover i {
    color: #414141
}

#search_filters li,
#search_filters_brands li,
#search_filters_suppliers li {
    margin-right: 30px
}

.rtl #search_filters li,
.rtl #search_filters_brands li,
.rtl #search_filters_suppliers li {
    margin-left: 30px;
    margin-right: inherit
}

#search_filters .attr-color li,
#search_filters_brands .attr-color li,
#search_filters_suppliers .attr-color li {
    margin: 0 0 20px 7px
}

.rtl #search_filters .attr-color li,
.rtl #search_filters_brands .attr-color li,
.rtl #search_filters_suppliers .attr-color li {
    margin: 0 7px 20px 0
}

#search_filters input:checked + span,
#search_filters_brands input:checked + span,
#search_filters_suppliers input:checked + span {
    border: none
}

#search_filters input:checked + span i,
#search_filters_brands input:checked + span i,
#search_filters_suppliers input:checked + span i {
    color: #414141
}

.attr-color .custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #ccc;
    position: relative;
    border-radius: 100%
}

.attr-color .custom-checkbox input[type="checkbox"] + span::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #f94c4c;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0
}

#search_filters_brands .facet h1.facet-label a,
#search_filters_suppliers .facet h1.facet-label a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 36px;
    font-size: 16px
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    padding: 0;
    background: initial
}

.pagination {
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #f1f1f1
}

.pagination .showing-pagination {
    width: 50%
}

@media (max-width:600px) {
    .pagination .showing-pagination {
        width: 100%
    }
}

.pagination .showing-pagination span {
    color: #414141
}

.pagination .list-pagination {
    width: 50%
}

@media (max-width:600px) {
    .pagination .list-pagination {
        width: 100%
    }
}

.pagination > div:first-child {
    line-height: 28px
}

.pagination .page-list {
    margin-bottom: 0
}

.pagination .page-list li {
    display: inline;
    padding: 0 2px
}

.pagination .page-list li span {
    display: none
}

.pagination a {
    color: #000;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    line-height: 28px
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: .125rem
}

.pagination a:hover,
.pagination a:focus {
    color: #414141;
    text-decoration: none
}

.pagination .disabled {
    color: #656d73;
    cursor: no-drop
}

.pagination .disabled:hover {
    color: #656d73
}

.pagination .current a {
    color: #414141;
    text-decoration: none;
    background: #fff
}

.active_filters {
    background: #efefef;
    padding: 15px 30px 5px;
    margin: 30px 0 10px
}

.active_filters .active-filter-title {
    display: inline;
    font-weight: 700;
    font-size: 18px;
    margin-right: 25px;
    font-family: "Roboto", sans-serif
}

.rtl .active_filters .active-filter-title {
    margin-left: 25px;
    margin-right: inherit
}

.active_filters ul {
    display: inline
}

.active_filters .filter-block {
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    color: #FFF;
    background: #414141;
    padding: 8px 35px 8px 17px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative
}

.rtl .active_filters .filter-block {
    padding: 8px 17px 8px 35px
}

.rtl .active_filters .filter-block {
    margin-left: 10px;
    margin-right: inherit
}

.active_filters .filter-block a {
    position: absolute;
    bottom: 11px;
    right: 7px
}

.rtl .active_filters .filter-block a {
    left: 7px;
    right: auto
}

.active_filters .filter-block .close {
    color: #fff;
    font-size: .875rem;
    margin-top: .1875rem;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: .3125rem
}

.rtl .active_filters .filter-block .close {
    margin-right: .3125rem;
    margin-left: inherit
}

.block-categories {
    background: #000;
    padding-top: 10px
}

.block-categories .category-top-menu {
    padding-left: 15px
}

.rtl .block-categories .category-top-menu {
    padding-right: 15px;
    padding-left: inherit
}

.block-categories.block .block_content {
    padding: 0
}

.block-categories .category-sub-menu {
    margin: 0
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 14px
}

.block-categories .category-sub-menu li {
    position: relative;
    padding-left: 10px
}

.rtl .block-categories .category-sub-menu li {
    padding-right: 10px;
    padding-left: inherit
}

.block-categories .category-sub-menu li > a {
    display: inline-block;
    margin: 0;
    line-height: 36px;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.block-categories .category-sub-menu li > a:hover {
    color: #414141
}

.block-categories .category-sub-menu li > a:hover + div i {
    color: #414141
}

.block-categories .category-sub-menu li[data-depth="0"] {
    padding-left: 0
}

.rtl .block-categories .category-sub-menu li[data-depth="0"] {
    padding-right: 0;
    padding-left: inherit
}

.block-categories .collapse-icons {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    top: initial;
    width: initial;
    height: initial;
    margin-left: 15px;
    color: #666;
    display: inline-block
}

.rtl .block-categories .collapse-icons {
    margin-right: 15px;
    margin-left: inherit
}

.block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none
}

.block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: block
}

.block-categories .collapse-icons .add,
.block-categories .collapse-icons .remove {
    color: #656d73
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #414141
}

.block-categories .collapse-icons .remove {
    display: none
}

.block-categories .arrows {
    position: absolute;
    top: 12px;
    padding: 0;
    cursor: pointer;
    width: 10px;
    height: 10px;
    right: 10px
}

.rtl .block-categories .arrows {
    left: 10px;
    right: auto
}

.block-categories .arrows .arrow-right,
.block-categories .arrows .arrow-down {
    font-size: .8125rem;
    cursor: pointer;
    margin-left: 2px
}

.rtl .block-categories .arrows .arrow-right,
.rtl .block-categories .arrows .arrow-down {
    margin-right: 2px;
    margin-left: inherit
}

.block-categories .arrows .arrow-right:hover,
.block-categories .arrows .arrow-down:hover {
    color: #414141
}

.block-categories .arrows .arrow-down {
    display: none
}

.block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none
}

.block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block
}

.facets-title {
    color: #272727
}

.products-selection .filter-button {
    padding-right: 0
}

@media (max-width:499px) {
    .products-selection .filter-button {
        padding: 0 !important;
        margin: 10px auto;
        float: none
    }
}

.rtl .products-selection .filter-button {
    padding-left: 0;
    padding-right: inherit
}

.products-selection .filter-button .btn-primary {
    padding: .4375rem .5rem .4375rem
}

@media (max-width:580px) {

    .showing-pagination,
    .list-pagination {
        width: 100%
    }

    .pagination ul {
        margin-top: 15px
    }
}

@media (min-width:576px) {
    .pagination {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    #category .sidebar .block {
        display: none
    }

    #category .sidebar #search_filter_controls {
        text-align: center;
        margin-bottom: 1rem
    }

    #category .sidebar #search_filter_controls .material-icons {
        font-size: 18px;
        color: #FFF
    }

    #category .sidebar #search_filter_controls button {
        margin: 0 .5rem
    }

    #category .sidebar #search_filters {
        margin-bottom: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        padding: 0;
        display: block
    }

    #category .sidebar #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f1f1f1
    }

    #category .sidebar #search_filters .facet .title {
        cursor: pointer;
        position: relative
    }

    #category .sidebar #search_filters .facet .title .collapse-icons .remove {
        display: none
    }

    #category .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none
    }

    #category .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: block
    }

    #category .sidebar #search_filters .facet .facet-title {
        color: #414141;
        text-transform: uppercase
    }

    #category .sidebar #search_filters .facet .h6 {
        margin-bottom: 0;
        padding: .625rem;
        display: inline-block
    }

    #category .sidebar #search_filters .facet .navbar-toggler {
        display: inline-block;
        cursor: pointer;
        margin-right: 25px;
        left: inherit;
        right: 0
    }

    .rtl #category .sidebar #search_filters .facet .navbar-toggler {
        margin-left: 25px;
        margin-right: inherit
    }

    #category .sidebar #search_filters .facet .collapse {
        display: none
    }

    #category .sidebar #search_filters .facet .collapse.in {
        display: block
    }

    #category .sidebar #search_filters .facet .facet-label a {
        margin-top: 0
    }

    #category .sidebar #search_filters .facet ul {
        margin-bottom: 0
    }

    #category .sidebar #search_filters .facet ul li {
        border-top: 1px solid #f1f1f1;
        padding: .625rem
    }

    #category #search_filter_toggler {
        width: 100%
    }

    .products-sort-order .select-title {
        margin-left: 0;
        width: 100%;
        height: initial;
        font-size: 14px;
        text-align: left;
        padding: 10px 20px
    }

    .rtl .products-sort-order .select-title {
        margin-right: 0;
        margin-left: inherit
    }

    .rtl .products-sort-order .select-title {
        text-align: right
    }

    .products-sort-order .select-title i {
        float: right
    }

    .rtl .products-sort-order .select-title i {
        float: left
    }

    .products-selection h1 {
        padding-top: 0;
        text-align: center;
        margin-bottom: 1rem
    }
}

@media (max-width:575px) {
    #category #left-column #search_filters_wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
}

.modal {
    z-index: 9999
}

#category .title_block::after {
    content: none
}

.product-detail-name {
    text-transform: none;
    font-size: 30px;
    line-height: 36px;
    color: #1f1f1f;
    font-weight: 400;
    font-family: "hobo", serif;
    margin-bottom: 15px;
    margin-top: 0
}

.product-price {
    color: #414141;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px
}

.product-home2 .title_block {
    margin-bottom: 40px
}

#product-description-short {
    color: #666
}

#product-description-short-1 {
    margin: 20px 0;
    line-height: 24px
}

.product-information {
    font-size: .875rem;
    color: #666
}

.product-manufacturer {
    margin-bottom: 25px
}

.product-manufacturer .manufacturer-logo {
    height: 35px
}

.input-color {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
    left: 0
}

.rtl .input-color {
    right: 0;
    left: auto
}

.input-color[type="radio"] + span {
    border-radius: 100%
}

.input-color[type="radio"]:checked + span,
.input-color[type="radio"]:hover + span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.input-color[type="radio"]:checked + span::before,
.input-color[type="radio"]:hover + span::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #f94c4c;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%
}

.input-container {
    position: relative
}

.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    left: 0
}

.rtl .input-radio {
    right: 0;
    left: auto
}

.radio-label {
    display: inline-block;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.product-quantity.clearfix {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

@media (max-width:767px) {
    .product-quantity.clearfix {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

.product-quantity .qty {
    float: left;
    width: 100px;
    margin-bottom: .5rem
}

.rtl .product-quantity .qty {
    float: right
}

.product-quantity .add {
    float: left;
    margin-bottom: .5rem
}

.rtl .product-quantity .add {
    float: right
}

.product-quantity #quantity_wanted {
    color: #272727;
    background-color: #fff;
    z-index: 0;
    height: 2.75rem;
    float: left;
    padding: .175rem .5rem;
    width: 3rem;
    text-align: center
}

.rtl .product-quantity #quantity_wanted {
    float: right
}

.product-quantity .input-group-btn-vertical {
    width: 1.25rem;
    float: left
}

.rtl .product-quantity .input-group-btn-vertical {
    float: right
}

.product-quantity .input-group-btn-vertical .btn {
    padding: .5rem .6875rem
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: .125rem;
    left: .1875rem
}

.product-quantity .btn-touchspin {
    height: 1.4375rem
}

.product-discounts {
    margin-bottom: 1.5rem
}

.product-discounts > .product-discounts-title {
    font-weight: 400;
    font-size: .8125rem
}

.product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: 25px 1.25rem;
    background: #fff;
    border: .3125rem #ebebeb solid;
    text-align: center
}

.product-discounts > .table-product-discounts tbody tr {
    background: #f6f6f6
}

.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
    background: #fff
}

.product-discounts > .table-product-discounts tbody tr td {
    padding: 25px 1.25rem;
    text-align: center;
    border: .3125rem #ebebeb solid
}

.product-prices {
    margin-top: 1.25rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px
}

.product-prices .tax-shipping-delivery-label {
    font-size: .8125rem;
    color: #878787
}

.product-prices .current-price > * {
    float: left
}

.rtl .product-prices .current-price > * {
    float: right
}

.product-prices .current-price .aeuc_before_label {
    font-size: 16px;
    font-weight: 400;
    color: #666
}

.page-product .product-variants > .product-variants-item li.input-container {
    border: 1px solid #ccc;
    padding: 0 10px
}

.page-product .product-variants > .product-variants-item li.input-container span {
    font-weight: 600;
    color: #999
}

.page-product .product-variants > .product-variants-item li.input-container:hover {
    border: 1px solid #000
}

.page-product .product-variants > .product-variants-item li.input-container:hover span {
    color: #000
}

.page-product .product-variants > .product-variants-item:nth-child(2) li.input-container {
    border: none;
    margin: 0;
    padding: 0 6px
}

.product-discount {
    line-height: 24px;
    margin: 0
}

.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 400;
    color: #454545;
    font-size: 16px;
    display: inline-block
}

.has-discount.product-price,
.has-discount p {
    color: #414141
}

.has-discount .discount {
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    font-size: 14px;
    margin-left: 25px;
    font-family: "Roboto", sans-serif;
    display: inline-block
}

.product-unit-price {
    font-size: .75rem;
    margin-bottom: 0
}

.product-tabs.tabs {
    margin-top: 40px;
    margin-bottom: 2rem
}

.product-tabs.tabs .tab-pane {
    padding-top: 1.25rem
}

.product-tabs.tabs .nav-tabs {
    border: none;
    border-bottom: #f1f1f1 1px solid;
    padding-bottom: 20px
}

@media (min-width:700px) and (max-width:767px) {
    .product-tabs.tabs .nav-tabs {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

@media (max-width:400px) {
    .product-tabs.tabs .nav-tabs {
        border-bottom: none
    }
}

.product-tabs.tabs .nav-tabs .nav-link {
    color: #999;
    border: 0 solid transparent;
    text-transform: capitalize;
    padding: 20px 0 0;
    font-size: 30px;
    font-weight: 400;
    font-family: "hobo", serif;
    line-height: 26px;
    margin-right: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.rtl .product-tabs.tabs .nav-tabs .nav-link {
    margin-left: 30px;
    margin-right: inherit
}

.product-tabs.tabs .nav-tabs .nav-link.active {
    color: #1f1f1f;
    background: transparent
}

.product-tabs.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -.125rem
}

.rtl .product-tabs.tabs .nav-tabs .nav-item {
    float: right
}

.product-tabs.tabs .nav-tabs .nav-item:last-child .nav-link {
    margin: 0
}

.product-cover {
    position: relative
}

.product-cover .layer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(255, 255, 255, .7);
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.product-cover .layer:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-cover .layer .zoom-in {
    font-size: 6.25rem;
    color: #414141
}

#product-modal .fa-angle-down {
    margin-top: 10px;
    display: inline-block
}

#product-modal .js-modal-product-cover {
    max-width: 400px
}

#product-modal #product-description-short p {
    margin: 0
}

#product-modal figure {
    margin: 0
}

#product-modal .modal-dialog {
    max-width: 578px
}

#product-modal .product-images > li.thumb-container > .thumb {
    margin-bottom: 15px
}

#product-modal .modal-content {
    background: transparent;
    border: none;
    padding: 0
}

@media (max-width:650px) {
    #product-modal .modal-content img {
        width: 100%
    }
}

#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    background: #fff
}

#product-modal .modal-content .modal-body .image-caption {
    background: #fff;
    padding: 25px 0 0;
    max-width: 378px
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
    max-height: 502px
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 530px;
    z-index: 1
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 30px
}

.rtl #product-modal .modal-content .modal-body .product-images {
    margin-right: 30px;
    margin-left: inherit
}

#product-modal .modal-content .modal-body .product-images img {
    width: 110px;
    cursor: pointer;
    background: #fff
}

@media (max-width:650px) {
    #product-modal .modal-content .modal-body .product-images img {
        width: 100%
    }
}

#product-modal .modal-content .modal-body .arrows {
    height: 60px;
    width: 30px;
    text-align: center;
    position: absolute;
    color: #ccc;
    right: -30px;
    opacity: 1 !important;
    display: none;
    cursor: pointer;
    overflow: hidden;
    transform: translateY(-50%);
    top: 50%
}

.rtl #product-modal .modal-content .modal-body .arrows {
    left: -30px;
    right: auto
}

#product-modal .modal-content .modal-body .arrows.scroll {
    display: block
}

#product-modal .modal-content .modal-body .arrows i {
    font-size: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#product-modal .modal-content .modal-body .arrows i:hover {
    color: #414141
}

.modal-body .product-info {
    text-align: center
}

.modal-footer .leo-modal-review-loading.cssload-speeding-wheel {
    margin: 0;
    height: 18px
}

#blockcart-modal {
    color: #1f1f1f
}

#blockcart-modal strong {
    font-weight: 600
}

#blockcart-modal .modal-header {
    background: #4cbb6c
}

#blockcart-modal .modal-body {
    background: #FFF;
    padding: 30px
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 25px
}

#blockcart-modal p {
    color: #1f1f1f
}

#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%
}

#blockcart-modal .product-image {
    width: 100%
}

#blockcart-modal .modal-title {
    font-weight: 600;
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
    color: #FFF
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 10px;
    color: #FFF
}

.rtl #blockcart-modal .modal-title i.material-icons {
    margin-left: 10px;
    margin-right: inherit
}

#blockcart-modal .product-name {
    color: #414141;
    font-size: 1.125rem;
    margin-bottom: 25px;
    font-family: "Roboto", sans-serif
}

#blockcart-modal .cart-products-count {
    font-size: 1.125rem
}

#blockcart-modal .cart-content {
    padding-left: 2.5rem
}

.rtl #blockcart-modal .cart-content {
    padding-right: 2.5rem;
    padding-left: inherit
}

@media (max-width:767px) {
    #blockcart-modal .cart-content .cart-content-btn {
        text-align: center
    }
}

#blockcart-modal .cart-content .cart-content-btn button {
    margin: 0 10px
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit
}

@media (max-width:850px) {
    #blockcart-modal .cart-content .cart-content-btn .btn {
        margin-top: 15px
    }
}

#blockcart-modal .divide-right {
    border-right: #999 1px solid
}

.rtl #blockcart-modal .divide-right {
    border-left: #999 1px solid;
    border-right: inherit
}

#blockcart-modal .btn {
    color: #FFF;
    padding: 15px;
    border: 1px solid transparent;
    font-weight: 600
}

#blockcart-modal .btn i {
    color: #FFF;
    margin-right: 5px
}

.rtl #blockcart-modal .btn i {
    margin-left: 5px;
    margin-right: inherit
}

#blockcart-modal .btn:hover {
    color: #414141;
    border: 1px solid #414141
}

#blockcart-modal .btn:hover i {
    color: #414141
}

.product-images > li.thumb-container > .thumb {
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: 90px
}

@media (max-width:400px) {
    .product-images > li.thumb-container > .thumb {
        margin-bottom: 5px
    }
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
    border: 1px solid #414141
}

@media (max-width:600px) {
    #main .images-container {
        margin: auto
    }
}

#main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
    margin-left: 10px;
    float: left;
    max-height: 465px
}

.rtl #main .images-container .js-qv-mask {
    margin-right: 10px;
    margin-left: inherit
}

.rtl #main .images-container .js-qv-mask {
    float: right
}

#main .images-container .js-qv-mask li {
    display: block
}

.scroll-box-arrows {
    display: none
}

.scroll-box-arrows.scroll {
    display: block
}

.scroll-box-arrows i {
    position: absolute;
    cursor: pointer;
    text-align: center;
    width: 90px;
    height: 20px;
    border: 1px solid #f1f1f1;
    color: #414141;
    background: #fff;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.rtl .scroll-box-arrows i {
    left: 0;
    right: auto
}

.scroll-box-arrows i:hover {
    background: #414141;
    color: #fff
}

.scroll-box-arrows i.left {
    bottom: 20px
}

.scroll-box-arrows i.right {
    bottom: 0
}

#product-availability {
    display: inline-block;
    font-weight: 600;
    margin-top: 15px;
    color: #99cd4e
}

#product-availability .material-icons {
    line-height: inherit
}

#product-availability .product-available {
    color: #4cbb6c
}

#product-availability .product-unavailable {
    color: #ff9a52
}

#product-availability .product-last-items {
    color: #ff9a52
}

#product-details .label {
    font-size: 1rem;
    color: #272727;
    font-weight: 700
}

.product-features {
    margin-top: 1.25rem
}

.product-features h3,
.product-features .h6 {
    font-family: "Roboto", sans-serif
}

.product-features:after {
    content: "";
    display: table;
    clear: both
}

.product-features > dl.data-sheet:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:400px) {
    .product-features > dl.data-sheet dt.name {
        clear: both
    }
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
    width: 49%;
    float: left;
    font-weight: 400;
    background: #ebebeb;
    padding: 20px;
    margin-right: 1%;
    min-height: 2.5rem;
    word-break: break-word
}

.rtl .product-features > dl.data-sheet dd.value,
.rtl .product-features > dl.data-sheet dt.name {
    float: right
}

.rtl .product-features > dl.data-sheet dd.value,
.rtl .product-features > dl.data-sheet dt.name {
    margin-left: 1%;
    margin-right: inherit
}

.product-features > dl.data-sheet dd.value:nth-of-type(even),
.product-features > dl.data-sheet dt.name:nth-of-type(even) {
    background: #f6f6f6
}

@media (max-width:400px) {

    .product-features > dl.data-sheet dd.value,
    .product-features > dl.data-sheet dt.name {
        padding: 10px
    }
}

.product-features > dl.data-sheet dt.name {
    text-transform: capitalize
}

.product-add-to-cart {
    margin-top: 25px
}

.product-add-to-cart .cssload-speeding-wheel {
    border: 2px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 20px;
    height: 20px;
    margin: 9px auto
}

.product-add-to-cart .compare .cssload-speeding-wheel {
    margin: auto
}

.product-add-to-cart .add,
.product-add-to-cart .wishlist {
    display: inline-block
}

.product-actions .leo-compare-wishlist-button {
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.product-actions .leo-compare-wishlist-button:hover {
    background: #414141
}

.product-actions .leo-compare-wishlist-button:hover i {
    color: #fff
}

.product-actions .leo-compare-wishlist-button .wishlist {
    position: inherit;
    visibility: visible;
    opacity: 1
}

.product-actions ul {
    margin: 0
}

.product-actions .control-label {
    display: inline-block;
    min-width: 100px;
    color: #1f1f1f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.product-variants label {
    margin: 0
}

.product-variants > .product-variants-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .product-variants > .product-variants-item {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

.product-variants > .product-variants-item select {
    border: 1px solid #f1f1f1;
    height: 2.5rem;
    width: 3.75rem;
    outline: none;
    padding: 0 15px;
    margin-left: 25px
}

.rtl .product-variants > .product-variants-item select {
    margin-right: 25px;
    margin-left: inherit
}

.product-variants > .product-variants-item li {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid transparent;
    line-height: 30px
}

.rtl .product-variants > .product-variants-item li {
    margin-left: 20px;
    margin-right: inherit
}

.product-variants > .product-variants-item li:hover .radio-label {
    color: #414141
}

.product-variants > .product-variants-item li.float-xs-left {
    width: inherit
}

.product-variants > .product-variants-item .color {
    margin-left: 0;
    margin-top: 0
}

.product-customization {
    margin: 2.5rem 0
}

.product-customization .product-customization-item {
    margin: 1.25rem 0
}

.product-customization .product-message {
    background: #f8f8f8;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: 25px
}

.product-customization .product-message::-webkit-input-placeholder {
    color: #999
}

.product-customization .product-message::-moz-placeholder {
    color: #999
}

.product-customization .product-message:-moz-placeholder {
    color: #999
}

.product-customization .product-message:-ms-input-placeholder {
    color: #999
}

.product-customization .file-input {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute
}

.product-customization .customization-message {
    margin-top: 20px
}

.product-customization .custom-file {
    position: relative;
    background: #ebebeb;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    display: block;
    color: #999;
    margin-top: 1.25rem
}

.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0
}

.product-customization small {
    color: #999
}

.product-pack {
    margin-top: 2.5rem
}

.product-pack .pack-product-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute
}

.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: .875rem;
    color: #999
}

.product-pack .pack-product-container .pack-product-quantity {
    border-left: #ebebeb 2px solid;
    padding-left: 25px
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.product-refresh {
    margin-top: 1.25rem
}

.social-sharing {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 15px 0
}

@media (max-width:767px) {
    .social-sharing {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

.social-sharing span {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    min-width: 100px
}

.social-sharing ul {
    margin-bottom: 0
}

.social-sharing li {
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.rtl .social-sharing li {
    margin-right: 10px;
    margin-left: inherit
}

.social-sharing li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

.social-sharing li a:hover {
    color: transparent
}

.social-sharing li:before {
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    color: #999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.social-sharing li:hover::before {
    color: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.social-sharing li.facebook:before {
    content: "\f343"
}

.social-sharing li.twitter:before {
    content: "\f360"
}

.social-sharing li.rss:before {
    content: "\f09e"
}

.social-sharing li.youtube:before {
    content: "\f16a"
}

.social-sharing li.googleplus:before {
    content: "\f34d"
}

.social-sharing li.pinterest:before {
    content: "\f3fc"
}

.social-sharing li.vimeo:before {
    content: "\f27d"
}

.social-sharing li.instagram:before {
    content: "\f34f"
}

.products-selection {
    margin-bottom: 10px;
    padding: 8px 15px 5px;
    border: 1px solid #f1f1f1
}

@media (max-width:800px) {
    .products-selection {
        border: none;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .products-selection {
        border-bottom: 1px solid #f1f1f1;
        border-top: none
    }
}

.products-selection .title {
    color: #878787
}

.category-products,
.product-accessories,
.viewed-products {
    margin-bottom: 2rem
}

.products-section-title {
    font-size: 45px;
    position: relative;
    font-weight: 400;
    text-align: center;
    padding-bottom: .9375rem;
    z-index: 1;
    color: #fff;
    line-height: 30px;
    text-transform: capitalize
}

@media (max-width:600px) {
    .products-section-title {
        font-size: 30px
    }
}

.products-section-title + p {
    color: #999;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px;
    display: none
}

.products-section-title.add-fix-safari {
    padding: 75px 0;
    margin: 60px 0
}

.category-products .products-section-title::after {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin-left: -100%;
    margin-right: -100%
}

#category-products {
    margin-bottom: 30px;
    padding-bottom: 30px
}

.flags-and-availability {
    margin-top: 10px
}

.flags-and-availability * {
    line-height: 30px;
    font-size: 12px
}

.flags-and-availability .product-flags {
    margin: 0
}

@media (min-width:768px) {
    .flags-and-availability .product-flags {
        float: left
    }

    .rtl .flags-and-availability .product-flags {
        float: right
    }
}

.flags-and-availability .product-flags > * {
    margin-right: 15px;
    display: inline-block
}

.rtl .flags-and-availability .product-flags > * {
    margin-left: 15px;
    margin-right: inherit
}

.flags-and-availability .text-in-flag {
    float: left;
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase
}

.rtl .flags-and-availability .text-in-flag {
    float: right
}

@media (min-width:768px) {
    .flags-and-availability li {
        float: left
    }

    .rtl .flags-and-availability li {
        float: right
    }
}

.flags-and-availability li.new {
    color: red
}

.flags-and-availability #product-availability {
    margin-top: 0
}

@media (max-width:767px) {
    .img-detail {
        text-align: center
    }
}

.more-info-product {
    margin-top: 2rem;
    background: #FFF
}

.more-info-product .title-info-product {
    color: #000;
    text-transform: uppercase;
    padding: .9375rem 0rem;
    margin-bottom: .9375rem;
    font-size: 1rem;
    position: relative;
    margin-right: 2.1875rem
}

.rtl .more-info-product .title-info-product {
    margin-left: 2.1875rem;
    margin-right: inherit
}

.more-info-product .title-info-product:before {
    content: "";
    background: #414141;
    bottom: 0;
    position: absolute;
    display: inline-block;
    width: 1.875rem;
    height: .125rem
}

.products-accordion {
    margin-top: 2rem
}

.products-accordion .card {
    margin: 0;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.products-accordion .card:last-child {
    border-bottom: 1px solid #f1f1f1
}

.products-accordion .card-header {
    background: none;
    padding: 1.25rem;
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.products-accordion .card-header h5 {
    margin: 0
}

.products-accordion .card-header a {
    font-family: "Roboto", sans-serif;
    position: relative;
    width: 100%;
    font-size: 24px;
    color: #1f1f1f;
    display: inline-block
}

@media (max-width:500px) {
    .products-accordion .card-header a {
        font-size: 18px
    }
}

.products-accordion .card-header a:after {
    content: "\f068";
    font-size: 1rem;
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 400;
    top: 0;
    color: #000;
    right: 25px
}

.rtl .products-accordion .card-header a:after {
    left: 25px;
    right: auto
}

@media (max-width:500px) {
    .products-accordion .card-header a:after {
        right: 15px
    }

    .rtl .products-accordion .card-header a:after {
        left: 15px;
        right: auto
    }
}

.products-accordion .card-header a.collapsed:after {
    content: "\f067"
}

.products-accordion .card-header a:hover:after {
    color: #414141
}

@media (min-width:768px) and (max-width:1199px) {
    .product-cover img {
        max-width: 345px
    }
}

@media (max-width:1199px) {
    #main .images-container .js-qv-mask {
        max-height: 344px
    }

    .product-price {
        font-size: 38px
    }
}

@media (max-width:1199px) and (max-width:400px) {
    .product-price {
        font-size: 32px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #main .images-container .js-qv-mask {
        max-height: 228px
    }
}

@media (max-width:767px) {
    #main .images-container .js-qv-mask {
        max-height: 347px
    }
}

@media (max-width:699px) {
    .product-tabs.tabs .nav-tabs .nav-item {
        float: none
    }

    .product-tabs.tabs .nav-tabs .nav-link {
        margin: 0
    }
}

@media (max-width:480px) {
    .product-add-to-cart > * {
        margin-right: 10px
    }

    .rtl .product-add-to-cart > * {
        margin-left: 10px;
        margin-right: inherit
    }

    .product-actions .add-to-cart {
        width: initial
    }

    #main .images-container .js-qv-mask {
        max-height: 228px
    }
}

@media (max-width:400px) {
    .product-tabs .star_content {
        text-align: center;
        margin: auto;
        display: block;
        max-width: 110px
    }

    .product-tabs #product_reviews_block_tab {
        text-align: center
    }

    .product-tabs.tabs .nav-tabs {
        margin-bottom: 0
    }

    .product-tabs.tabs .nav-tabs .nav-item {
        margin-bottom: 0;
        border-bottom: 3px solid transparent;
        float: none
    }

    .product-tabs.tabs .nav-tabs .nav-link {
        float: none;
        border-bottom: 3px solid transparent;
        margin: 0;
        text-align: center
    }

    .product-tabs.tabs .nav-tabs .nav-link:hover {
        border-bottom: 3px solid #414141
    }

    #main .images-container .js-qv-mask {
        max-height: 220px
    }

    .product-cover img {
        max-width: 210px
    }
}

@media (max-width:991px) {
    .product-cover img {
        width: 100%
    }

    #product-modal .modal-content .modal-body {
        margin-left: 0
    }

    #product-modal .modal-content .modal-body .arrows {
        display: none
    }

    #product-modal .modal-content .modal-body .image-caption {
        width: 100%
    }

    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px)
    }

    #blockcart-modal .modal-body {
        padding: 1.875rem
    }
}

@media (max-width:767px) {
    #blockcart-modal .divide-right {
        border-right: none
    }

    .rtl #blockcart-modal .divide-right {
        border-left: none;
        border-right: inherit
    }

    #blockcart-modal .modal-body {
        padding: 1rem
    }
}

.scroll-box-arrows i::selection,
.arrows i::selection {
    background: none;
    color: inherit
}

@media (max-width:486px) {
    #main .images-container .js-qv-mask {
        max-height: 110px
    }
}

.product-thumb-images {
    display: none
}

.product-thumb-images .thumb {
    max-width: 100%;
    border: 1px solid #f1f1f1;
    cursor: pointer
}

.product-thumb-images .thumb.selected,
.product-thumb-images .thumb:hover {
    opacity: .4;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease
}

.product-thumb-images .thumb {
    max-width: 100%
}

.product-thumb-images .slick-arrows {
    width: auto;
    position: static
}

.product-thumb-images .slick-arrows .slick-arrow {
    width: 30px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    border-width: 1px
}

.product-thumb-images .slick-arrows .slick-arrow:before {
    font-size: 14px;
    font-family: "FontAwesome"
}

.product-thumb-images .slick-arrows .slick-arrow.slick-prev {
    left: -25px
}

.product-thumb-images .slick-arrows .slick-arrow.slick-prev:before {
    content: "\f104"
}

.product-thumb-images .slick-arrows .slick-arrow.slick-next {
    right: -25px
}

.product-thumb-images .slick-arrows .slick-arrow.slick-next:before {
    content: "\f105"
}

@media (max-width:767px) {
    .product-detail {
        text-align: center
    }
}

.product-detail .arrows-product-fake {
    display: none
}

.product-detail .arrows-product-fake .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    z-index: 9;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 50%
}

.product-detail .arrows-product-fake .slick-arrow:hover {
    color: #FFF;
    background: #414141
}

.product-detail .arrows-product-fake .slick-arrow.slick-next {
    right: 10px
}

.product-detail .arrows-product-fake .slick-arrow.slick-prev {
    left: 10px
}

.product-detail.product-thumbs-bottom #zoom_product {
    display: block;
    margin: auto;
    margin-bottom: 10px
}

.product-detail.product-thumbs-bottom .product-thumb-images {
    padding-left: 20px;
    padding-right: 20px
}

.product-detail.product-thumbs-bottom .product-thumb-images .slick-list {
    margin-left: -5px;
    margin-right: -5px
}

.product-detail.product-thumbs-bottom .product-thumb-images .slick-list .slick-slide {
    padding-right: 5px;
    padding-left: 5px
}

.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrows button::before,
.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrows button::after {
    font-size: 24px
}

.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next {
    right: -5px
}

.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {
    left: -5px
}

@media (min-width:1200px) {

    .product-detail.product-thumbs-left > .row > .col-md-6:nth-child(2),
    .product-detail.product-thumbs-right > .row > .col-md-6:nth-child(2) {
        padding-left: 115px
    }

    .rtl .product-detail.product-thumbs-left > .row > .col-md-6:nth-child(2),
    .rtl .product-detail.product-thumbs-right > .row > .col-md-6:nth-child(2) {
        padding-right: 115px;
        padding-left: inherit
    }
}

.product-detail.product-thumbs-left .images-container,
.product-detail.product-thumbs-right .images-container {
    position: relative
}

.product-detail.product-thumbs-left .images-container .product-cover .product-flags,
.product-detail.product-thumbs-right .images-container .product-cover .product-flags {
    left: 10px;
    right: auto
}

.product-detail.product-thumbs-left .images-container .product-thumb-images,
.product-detail.product-thumbs-right .images-container .product-thumb-images {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 88px
}

.product-detail.product-thumbs-left .images-container .product-thumb-images.has-arrows,
.product-detail.product-thumbs-right .images-container .product-thumb-images.has-arrows {
    top: 20px
}

.product-detail.product-thumbs-left .product-thumb-images .slick-list,
.product-detail.product-thumbs-right .product-thumb-images .slick-list {
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 0;
    margin-right: 0
}

.product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,
.product-detail.product-thumbs-right .product-thumb-images .slick-list .slick-slide {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 0
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow,
.product-detail.product-thumbs-right .product-thumb-images .slick-arrow {
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    color: #fff;
    background: #000
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow:hover,
.product-detail.product-thumbs-right .product-thumb-images .slick-arrow:hover {
    color: #FFF;
    background: #000
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next,
.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next {
    top: -10px;
    bottom: auto
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next:before,
.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next:before {
    content: "\e682";
    font-family: 'Pe-icon-7-stroke';
    font-size: 40px
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev,
.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev {
    top: auto;
    bottom: -30px
}

.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev:before,
.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev:before {
    content: "\e688";
    font-family: 'Pe-icon-7-stroke';
    font-size: 40px
}

.product-detail.product-thumbs-left .images-container {
    position: relative
}

.product-detail.product-thumbs-left .images-container .product-cover {
    padding-left: 100px
}

.rtl .product-detail.product-thumbs-left .images-container .product-cover {
    padding-right: 100px;
    padding-left: inherit
}

.product-detail.product-thumbs-left .images-container .product-cover .product-flags {
    right: 10px;
    left: auto
}

.product-detail.product-thumbs-left .images-container .product-thumb-images {
    left: 0
}

.rtl .product-detail.product-thumbs-left .images-container .product-thumb-images {
    right: 0;
    left: auto
}

.product-detail.product-thumbs-right .images-container {
    position: relative
}

.product-detail.product-thumbs-right .images-container .product-cover {
    padding-right: 100px
}

.rtl .product-detail.product-thumbs-right .images-container .product-cover {
    padding-left: 100px;
    padding-right: inherit
}

.product-detail.product-thumbs-right .images-container .product-cover .layer {
    display: none
}

.product-detail.product-thumbs-right .images-container .product-thumb-images {
    right: 0
}

.rtl .product-detail.product-thumbs-right .images-container .product-thumb-images {
    left: 0;
    right: auto
}

.product-detail.no-thumbs .images-container {
    position: relative;
    display: inline-block
}

.product-detail.no-thumbs .product-thumb-images .slick-arrows,
.product-detail.no-thumbs .product-thumb-images .slick-list {
    display: none
}

.product-detail.no-thumbs .arrows-product-fake {
    display: block
}

.product-detail.product-image-gallery .product-cover {
    display: none
}

.product-detail.product-image-gallery .product-thumb-images {
    display: block;
    margin-left: -15px;
    margin-right: -15px
}

.product-detail.product-image-gallery .product-thumb-images::after {
    content: "";
    display: table;
    clear: both
}

.product-detail.product-image-gallery .product-thumb-images .thumb-container {
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    float: left
}

.rtl .product-detail.product-image-gallery .product-thumb-images .thumb-container {
    float: right
}

@media (min-width:576px) {
    .product-detail.product-image-gallery .product-thumb-images .thumb-container {
        width: 50%
    }
}

@media (max-width:575px) {
    .product-detail.product-image-gallery .product-thumb-images .thumb-container {
        width: 100%
    }
}

@media (min-width:576px) {
    .product-detail.product-image-gallery .product-thumb-images .thumb-container:nth-child(2n+1) {
        clear: both
    }
}

.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags,
.rtl .product-detail.product-thumbs-right .images-container .product-cover .product-flags {
    left: auto;
    right: 10px
}

.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
    left: 10px;
    right: auto
}

.rtl .product-detail.product-thumbs-left .images-container .product-cover .layer {
    left: 20px;
    right: auto
}

.rtl .product-detail.product-thumbs-right .images-container .product-cover .layer {
    left: auto;
    right: 20px
}

.product-image-no-thumbs .product-cover img {
    max-width: 100%
}

@media (min-width:1200px) {
    .product-image-no-thumbs .product-cover img {
        max-width: 470px
    }
}

.Product-image-no-thumbs-center .product-actions .control-label {
    min-width: 58px
}

@media (max-width:991px) {
    .Product-image-no-thumbs-center .product-quantity.clearfix {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

@media (max-width:991px) {
    .Product-image-no-thumbs-center #leo_product_reviews_block_extra {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

@media (max-width:500px) {
    .Product-image-no-thumbs-center #leo_product_reviews_block_extra .reviews_note {
        margin-right: 30px
    }

    .rtl .Product-image-no-thumbs-center #leo_product_reviews_block_extra .reviews_note {
        margin-left: 30px;
        margin-right: inherit
    }
}

.Product-image-no-thumbs-center .product-add-to-cart > * {
    float: none;
    margin: 10px 0
}

.Product-image-no-thumbs-center .product-add-to-cart .leo-wishlist-button {
    margin-right: 10px
}

.rtl .Product-image-no-thumbs-center .product-add-to-cart .leo-wishlist-button {
    margin-left: 10px;
    margin-right: inherit
}

@media (max-width:991px) {

    .Product-image-no-thumbs-center .product-detail-name,
    .Product-image-no-thumbs-center .product-prices,
    .Product-image-no-thumbs-center #add-to-cart-or-refresh,
    .Product-image-no-thumbs-center .page-content#content,
    .Product-image-no-thumbs-center div[itemprop="description"] {
        text-align: center
    }

    .Product-image-no-thumbs-center .product-cover img {
        max-width: 470px !important
    }

    .Product-image-no-thumbs-center .social-sharing,
    .Product-image-no-thumbs-center .product-variants > .product-variants-item {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .Product-image-no-thumbs-center .flags-and-availability {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .Product-image-no-thumbs-center .product-tabs.tabs .nav-tabs {
        text-align: center
    }

    .Product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item {
        float: none
    }

    .Product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-link {
        margin: 0
    }
}

.product-image-no-thumbs-fullwidth {
    text-align: center
}

.product-image-no-thumbs-fullwidth .product-quantity.clearfix {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.product-image-no-thumbs-fullwidth .product-quantity {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.product-image-no-thumbs-fullwidth #leo_product_reviews_block_extra {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media (max-width:500px) {
    .product-image-no-thumbs-fullwidth #leo_product_reviews_block_extra .reviews_note {
        margin-right: 10px
    }

    .rtl .product-image-no-thumbs-fullwidth #leo_product_reviews_block_extra .reviews_note {
        margin-left: 10px;
        margin-right: inherit
    }
}

.product-image-no-thumbs-fullwidth .product-add-to-cart > * {
    float: none;
    margin: 10px 0
}

.product-image-no-thumbs-fullwidth .product-add-to-cart .leo-wishlist-button {
    margin-right: 10px
}

.rtl .product-image-no-thumbs-fullwidth .product-add-to-cart .leo-wishlist-button {
    margin-left: 10px;
    margin-right: inherit
}

.product-image-no-thumbs-fullwidth #content {
    display: inline-block
}

.product-image-no-thumbs-fullwidth .product-detail-name,
.product-image-no-thumbs-fullwidth .product-prices,
.product-image-no-thumbs-fullwidth #add-to-cart-or-refresh,
.product-image-no-thumbs-fullwidth .page-content#content,
.product-image-no-thumbs-fullwidth div[itemprop="description"] {
    text-align: center
}

.product-image-no-thumbs-fullwidth .product-cover img {
    max-width: 600px !important
}

.product-image-no-thumbs-fullwidth .social-sharing,
.product-image-no-thumbs-fullwidth .product-variants > .product-variants-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.product-image-no-thumbs-fullwidth .flags-and-availability {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs {
    text-align: center
}

.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item {
    float: none
}

.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-link {
    margin: 0
}

div[data-target="#product-modal"] {
    display: none !important
}

div[itemprop="description"] {
    margin-top: 10px
}

#product .regular-price {
    margin-left: 10px
}

.rtl #product .regular-price {
    margin-right: 10px;
    margin-left: inherit
}

#product .product-quantity .btn-touchspin {
    height: inherit
}

#product .product-quantity #quantity_wanted {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    height: inherit;
    border: none;
    padding: 0
}

#product .bootstrap-touchspin {
    width: inherit
}

#product .bootstrap-touchspin .input-group-btn-vertical {
    position: static
}

#product .bootstrap-touchspin .input-group-btn-vertical button {
    position: absolute;
    display: inline-block;
    width: inherit;
    padding: 0;
    margin: 0;
    top: -3px
}

#product .bootstrap-touchspin .input-group-btn-vertical button:hover {
    background: transparent
}

#product .bootstrap-touchspin .input-group-btn-vertical button i {
    position: static
}

#product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    right: 11px;
    border: none
}

.rtl #product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    left: 11px;
    right: auto
}

#product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border: none;
    left: -7px
}

.rtl #product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    right: -7px;
    left: auto
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "+";
    font-size: 16px;
    font-weight: 600
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "-";
    font-size: 16px;
    font-weight: 600
}

.col-md-6 #block-reassurance .block-reassurance-item {
    margin: 10px 0;
    padding: 20px
}

.col-md-6 #block-reassurance li {
    height: inherit;
    line-height: 26px
}

.col-md-6 #block-reassurance .col-md-4 {
    width: 100%
}

.cart-grid {
    margin-bottom: 1rem
}

.cart-items {
    margin-bottom: 0
}

.cart-item {
    padding: 20px 0 10px;
    border-bottom: 1px solid #f1f1f1
}

.cart-item:last-child {
    border-bottom: 0
}

.cart-summary-line {
    margin-bottom: 25px;
    clear: both
}

.cart-summary-line::after {
    content: "";
    display: table;
    clear: both
}

.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    white-space: inherit
}

.rtl .cart-summary-line .label {
    padding-right: 0;
    padding-left: inherit
}

.cart-summary-line .value {
    color: #414141;
    float: right
}

.rtl .cart-summary-line .value {
    float: left
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 400
}

.cart-grid-body {
    margin-bottom: .75rem
}

.cart-grid-body > a.label {
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 20px;
    display: inline-block;
    background: #414141;
    border: 1px solid transparent;
    padding: 15px 20px
}

.cart-grid-body > a.label:hover {
    background: #FFF;
    border: 1px solid #414141;
    color: #414141
}

.cart-grid-body > a.label:hover i {
    color: #414141
}

.cart-grid-body > a i {
    margin-right: 10px;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.rtl .cart-grid-body > a i {
    margin-left: 10px;
    margin-right: inherit
}

.cart-grid-body a.label:hover {
    color: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.cart-grid-body a.label:hover i {
    color: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.cart-grid-body .card-block {
    padding: 1rem
}

.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif
}

.cart-grid-body hr {
    margin: 0
}

.cart-grid-body .cart-overview {
    padding: 1rem;
    border-bottom: 1px solid #f1f1f1
}

.cart-grid-right .cart-item:last-child {
    border-bottom: none
}

.cart-grid-right hr {
    margin: 0
}

.cart-grid-right .promo-discounts {
    margin-bottom: 0
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #878787
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration: underline;
    cursor: pointer
}

.block-promo .promo-code {
    padding: 1.6rem;
    background: #ebebeb
}

.block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: #fff;
    display: none
}

.block-promo .promo-code .alert-danger::after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff4c4c;
    border-width: 10px;
    margin-left: -10px
}

.block-promo .promo-input {
    color: #414141;
    border: #999 1px solid;
    height: 2.5rem;
    width: 60%
}

.block-promo .promo-input + button {
    margin-top: -4px;
    text-transform: capitalize
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    color: #ff9a52;
    font-weight: 600
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    font-weight: 400;
    color: #414141;
    display: inline-block
}

.block-promo .promo-code-button {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
    display: inline-block
}

.block-promo.promo-highlighted {
    padding: 1.25rem;
    padding-bottom: 0;
    margin-bottom: 0
}

.product-line-grid-left img {
    max-width: 100%
}

.product-line-grid-body .product-price {
    font-size: 16px
}

.product-line-grid-body > .product-line-info {
    margin-bottom: 8px
}

.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    white-space: inherit;
    font-weight: 600;
    text-align: left
}

.rtl .product-line-grid-body > .product-line-info > .label {
    text-align: right
}

.product-line-grid-body > .product-line-info > a.label {
    font-size: .9375rem
}

.product-line-grid-body > .product-line-info > .out-of-stock {
    color: red
}

.product-line-grid-body > .product-line-info > .available {
    color: #4cbb6c
}

.product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-left: .3125rem;
    font-size: .875rem;
    color: #878787
}

.rtl .product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-right: .3125rem;
    padding-left: inherit
}

.product-line-grid-right input {
    text-align: center
}

.product-line-grid-right .bootstrap-touchspin {
    width: 4.25rem;
    float: left;
    -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15)
}

.rtl .product-line-grid-right .bootstrap-touchspin {
    float: right
}

.product-line-grid-right .bootstrap-touchspin input {
    float: left
}

.rtl .product-line-grid-right .bootstrap-touchspin input {
    float: right
}

.product-line-grid-right .bootstrap-touchspin > .form-control,
.product-line-grid-right .bootstrap-touchspin > .input-group {
    color: #414141;
    background-color: #fff;
    height: 2.5rem;
    padding: .175rem .5rem;
    width: 3rem
}

.product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    width: 1.25rem;
    margin-left: -1px
}

.rtl .product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    margin-right: -1px;
    margin-left: inherit
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    line-height: 36px;
    font-size: 26px
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart i,
.product-line-grid-right .product-price .remove-from-cart i {
    color: #414141;
    opacity: .6;
    display: inline-block;
    margin-top: .3125rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart i:hover,
.product-line-grid-right .product-price .remove-from-cart i:hover {
    opacity: 1
}

@media (max-width:1199px) {
    .product-line-grid-right .product-price {
        font-size: 24px
    }
}

@media (max-width:575px) {
    .page-cart .cart-grid-body .cart-overview {
        padding: 1rem
    }
}

@media (max-width:767px) {
    .product-line-grid-body {
        margin-bottom: 1rem
    }
}

@media (max-width:575px) {
    .cart-items {
        padding: 1rem 0
    }

    .cart-grid-body .cart-overview {
        padding: 0
    }

    .cart-grid-body .no-items {
        padding: 1rem;
        display: inline-block
    }

    .product-line-grid-left {
        padding-right: 0 !important
    }
}

#cart #block-reassurance .block-reassurance-item {
    margin: 10px 0;
    padding: 20px
}

#cart #block-reassurance li {
    height: inherit;
    line-height: 26px
}

#cart #block-reassurance .col-md-4 {
    width: 100%
}

#block-reassurance {
    clear: both;
    padding-top: 20px
}

#block-reassurance img {
    width: 1.563rem;
    opacity: 0;
    display: none;
    margin-right: .625rem
}

.rtl #block-reassurance img {
    margin-left: .625rem;
    margin-right: inherit
}

@media (max-width:992px) {
    #block-reassurance img {
        width: 20px
    }
}

#block-reassurance li {
    float: left;
    text-align: center;
    line-height: 70px
}

.rtl #block-reassurance li {
    float: right
}

#block-reassurance li:nth-child(1) .block-reassurance-item .h6 {
    position: relative;
    padding-left: 20px
}

.rtl #block-reassurance li:nth-child(1) .block-reassurance-item .h6 {
    padding-right: 20px;
    padding-left: inherit
}

#block-reassurance li:nth-child(1) .block-reassurance-item .h6::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -15px;
    background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAYAAAA2Lt7lAAABQ0lEQVRIx9WWbW3DMBCGL0MQDIVQDINQaQw6BuYQCAmDaRCCIWUQDB6DZz960VzHdnxZ+qMnWYpi3/P663zXAFJprYhc9XsQkZ8qL2CrnYAO8PyZ13+nLf9S5zvQs229jq0WuAJjBTi2UX2TAi3ggHkHOLZZWe0i4KL9Pco84Bqov0Z77O2Z8JcSGLSt7YDD7INruYqb/65gEJHP4oiDZp6cPdrxNHhJYCIffNXwRSAGTdzD/JzoM8EBL6wftvBlDEWscIBRuL/rD6oKDkW6HXCAToBLammRyB44wGVxSh1oSsQC9wT5oCsMWkQscJZtDfNu7lp64NsI98p8SJnOCCmZI5OTpwPgE4WkX9oq09bkBOLgssJXVztXE1lFsnFTKrxa6uqjUceaK7uwEEvVSzOJQituDfVVy1lEPvT7S0RuNU6/YiHyoKHW87kAAAAASUVORK5CYII=) no-repeat;
    width: 25px;
    height: 30px
}

.rtl #block-reassurance li:nth-child(1) .block-reassurance-item .h6::before {
    right: -15px;
    left: auto
}

#block-reassurance li:nth-child(2) .block-reassurance-item .h6 {
    position: relative;
    padding-left: 20px
}

.rtl #block-reassurance li:nth-child(2) .block-reassurance-item .h6 {
    padding-right: 20px;
    padding-left: inherit
}

#block-reassurance li:nth-child(2) .block-reassurance-item .h6::before {
    position: absolute;
    content: '';
    top: -1px;
    left: -15px;
    background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAWCAYAAADXYyzPAAABBElEQVRIx+2V4Y2CQBCFPwwFEEuwBK4F7EBL0BKwhivBEi5YgiWoHWgJSgfPP4O3ToguicAfXzIBhnnMDjtvNpEEsAaWfA4b4PQqIAV+gfKDSQGm7wImVu3gmADZWIlHQdrTd3P3fDF7IJG1dc+4AD9A3XfiE3C1+6n9gR2hZNUPCkkEVpm/bHxDJc4kHe1dLmmwrq6BlV0rIBuquTzmo+n4m7hBDexx06YD3vNbpHBrWt5pMBYx/CK1lcH/hDnwfIj/AQur4vCiyi78ayjywlZzduIvzb91fm+d+J58tqBK0iIgtU2jNovme2Jue+SxjkjaiZ+0DK6Z7cncurIK+iAGUfw7ZtWzl6bFb2cAAAAASUVORK5CYII=) no-repeat;
    width: 30px;
    height: 30px
}

.rtl #block-reassurance li:nth-child(2) .block-reassurance-item .h6::before {
    right: -15px;
    left: auto
}

#block-reassurance li:nth-child(3) .block-reassurance-item .h6 {
    position: relative;
    padding-left: 20px
}

.rtl #block-reassurance li:nth-child(3) .block-reassurance-item .h6 {
    padding-right: 20px;
    padding-left: inherit
}

#block-reassurance li:nth-child(3) .block-reassurance-item .h6::before {
    position: absolute;
    content: '';
    top: -1px;
    left: -15px;
    background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAzElEQVQ4y7WV0Q2DMAxEHxUDoI6COkJmaUboDB0hXYUdGKViA/cjRbhpADcNJ+UjVvD5zk5oRIRK6IApDZ5qZQcuQDiSAOCaktQm+CJpjR/1wNlwRpMA+MbY5AFwBWoeR1j0AasCq0V3XT3gEZHc6lbiW8vJgjDHcxYF4kyXIlb+RkoQWCbg7+QAWmJQEl2BRVlb53uQVt4bqn0Co9pP2VNJ5b9gsCg7/B60qinaolsif82ifVRs8q5Fnjhm1S3S8EVZNrD2FmV/fyV4AQCDV7puyXs1AAAAAElFTkSuQmCC) no-repeat;
    width: 25px;
    height: 30px
}

.rtl #block-reassurance li:nth-child(3) .block-reassurance-item .h6::before {
    right: -15px;
    left: auto
}

@media (max-width:992px) {
    #block-reassurance li {
        margin-bottom: 10px
    }
}

#block-reassurance li .block-reassurance-item {
    background: #000;
    line-height: 26px;
    padding: 20px
}

#block-reassurance li .block-reassurance-item span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .25px;
    margin: 0;
    color: #FFF;
    font-family: "Roboto", sans-serif
}

.main-quick-view {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.quickview .add-to-cart {
    padding: 10px 20px
}

.quickview .js-qv-product-cover {
    max-width: 100%
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
}

.quickview .arrows-product-fake {
    display: none
}

.quickview h1 {
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.quickview .modal-content {
    min-height: 31.25rem
}

.quickview .modal-header {
    border: none;
    padding: 10px 20px 0
}

.quickview .modal-body {
    min-height: 28.88rem
}

.quickview .modal-footer {
    border-top: 1px solid rgba(153, 153, 153, .3)
}

.quickview .layer {
    display: none
}

.quickview .product-cover {
    height: 100%
}

.quickview .images-container {
    position: relative;
    z-index: 1;
    text-align: center
}

.quickview .images-container .product-images > li.thumb-container {
    margin-bottom: 15px
}

.quickview .images-container .product-images > li.thumb-container > .thumb {
    margin-bottom: 0;
    background: #fff;
    margin-right: 0;
    max-width: 100%
}

.rtl .quickview .images-container .product-images > li.thumb-container > .thumb {
    margin-left: 0;
    margin-right: inherit
}

@media (max-width:910px) {
    .quickview .images-container .product-images > li.thumb-container > .thumb {
        width: 76px
    }
}

.quickview .images-container .product-cover {
    padding-right: 90px
}

.rtl .quickview .images-container .product-cover {
    padding-left: 90px;
    padding-right: inherit
}

.quickview .images-container .product-thumb-images {
    position: absolute;
    top: 20px;
    width: 80px;
    z-index: 9;
    right: 0
}

.rtl .quickview .images-container .product-thumb-images {
    left: 0;
    right: auto
}

.quickview .mask {
    height: 385px;
    margin-left: 15px;
    overflow: hidden;
    float: left
}

.rtl .quickview .mask {
    margin-right: 15px;
    margin-left: inherit
}

.rtl .quickview .mask {
    float: right
}

@media (max-width:1100px) {
    .quickview .mask {
        height: 354px
    }
}

@media (max-width:991px) {
    .quickview .mask {
        height: 315px
    }
}

@media (max-width:910px) {
    .quickview .mask {
        height: 290px
    }
}

.quickview .arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92px;
    height: 40px
}

.rtl .quickview .arrows {
    left: 0;
    right: auto
}

@media (max-width:910px) {
    .quickview .arrows {
        width: 74px
    }
}

.quickview .arrows i {
    display: block;
    height: 20px;
    border: 1px solid #414141;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #414141;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #FFF
}

.quickview .arrows i:hover {
    background: #414141;
    color: #fff
}

.quickview .product-thumb-images {
    position: relative
}

.quickview .product-thumb-images .thumb {
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.quickview .product-thumb-images .thumb.selected,
.quickview .product-thumb-images .thumb:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.quickview .product-thumb-images .slick-list {
    margin-left: 0;
    margin-right: 0
}

.quickview .product-thumb-images .slick-list .slick-slide {
    padding-left: 0;
    padding-right: 0
}

.quickview .slick-arrows .slick-arrow {
    width: 100%;
    margin: auto;
    color: #FFF;
    background: #414141
}

.quickview .slick-arrows .slick-arrow:hover {
    color: #FFF;
    background: #000;
    font-family: "FontAwesome"
}

.quickview .slick-arrows .slick-arrow.slick-next {
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto
}

.quickview .slick-arrows .slick-arrow.slick-next:before {
    content: "\f077"
}

.quickview .slick-arrows .slick-arrow.slick-prev {
    top: auto;
    left: 0;
    right: 0;
    bottom: -30px
}

.quickview .slick-arrows .slick-arrow.slick-prev:before {
    content: "\f078"
}

#stores .page-stores {
    width: 85%;
    margin: 0 auto
}

#stores .page-stores .store-item {
    padding-left: .75rem;
    padding-right: .75rem
}

#stores .page-stores .store-picture img {
    max-width: 100%
}

#stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1.875rem 0
}

#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: .875rem
}

#stores .page-stores .store-item-container .divide-left {
    border-left: #ebebeb 1px solid
}

.rtl #stores .page-stores .store-item-container .divide-left {
    border-right: #ebebeb 1px solid;
    border-left: inherit
}

#stores .page-stores .store-item-container .divide-left tr {
    height: 1.563rem
}

#stores .page-stores .store-item-container .divide-left td {
    padding-left: .375rem
}

#stores .page-stores .store-item-container .divide-left th {
    text-align: right
}

#stores .page-stores .store-item-container .store-description {
    font-size: 16px
}

#stores .page-stores .store-item-footer {
    margin-top: .5rem;
    padding-top: .5rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute
}

#stores .page-stores .store-item-footer.divide-top {
    border-top: #ebebeb 1px solid
}

#stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 65%;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

#stores .page-stores .store-item-footer i.material-icons {
    margin-right: 25px;
    color: #999;
    font-size: 16px
}

#stores .page-stores .store-item-footer li {
    margin-bottom: 25px
}

@media (max-width:767px) {
    #stores .page-stores {
        width: 100%
    }

    #stores .page-stores .store-item-container {
        padding: 1rem 0
    }
}

@media (max-width:575px) {
    #stores .page-stores .store-item-container {
        display: block
    }

    #stores .page-stores .store-item-container .divide-left {
        border-left: none
    }

    .rtl #stores .page-stores .store-item-container .divide-left {
        border-right: none;
        border-left: inherit
    }

    #stores .page-stores .store-item-container .store-description a {
        margin-bottom: .5rem
    }

    #stores .page-stores .store-item-container .store-description address {
        margin-bottom: .5rem
    }

    #stores .page-stores .store-item-footer {
        display: block
    }

    #stores .page-stores .store-item-footer.divide-top {
        border-top: #ebebeb 1px solid
    }

    #stores .page-stores .store-item-footer li {
        margin-bottom: 25px
    }

    #stores .page-stores .store-item-footer .card-block {
        padding: .75rem .75rem 0
    }
}

.footer-container {
    padding-top: 100px;
    background: #222428;
    position: relative
}

@media (max-width:991px) {
    .footer-container {
        padding-bottom: 70px
    }
}

@media (min-width:768px) {
    .footer-container .title_block::after {
        content: '...';
        position: absolute;
        font-size: 14px;
        color: #fff;
        bottom: -24px;
        letter-spacing: 4px;
        left: 0
    }

    .rtl .footer-container .title_block::after {
        right: 0;
        left: auto
    }
}

.footer-container .widget-gmap {
    margin-top: 105px;
    margin-bottom: 0 !important
}

@media (max-width:767px) {
    .footer-container .widget-gmap {
        margin-top: 60px
    }
}

.footer-container .ApInstagram {
    margin-bottom: 0 !important
}

.footer-container #language-selector-label ul,
.footer-container #currency-selector-label ul {
    top: inherit;
    bottom: 100%
}

.footer-container .ApHtml * {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    color: #fff
}

.footer-container .panelbutton .fa-cog {
    color: #FFF;
    font-size: 18px
}

.footer-container .block-social .navbar-toggler {
    position: static;
    margin-top: 13px !important
}

.footer-container .block-social .navbar-toggler i {
    color: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

.footer-container .block-social .title_block {
    display: none
}

.footer-container .block-social li {
    float: right;
    margin-right: 10px
}

.rtl .footer-container .block-social li {
    float: left
}

.rtl .footer-container .block-social li {
    margin-left: 10px;
    margin-right: inherit
}

.footer-container .block-social li a {
    font-size: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 0;
    text-align: center;
    position: relative;
    background: #323236;
    border-radius: 50%
}

.footer-container .block-social li a:hover {
    background: #FFF
}

.footer-container .block-social li a:hover::before {
    color: #414141
}

.footer-container .block-social li a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-container .block-social.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

.footer-container .alert-success,
.footer-container .alert-danger {
    color: #000
}

.footer-container i {
    font-size: 14px;
    margin-right: 5px;
    color: #999
}

.rtl .footer-container i {
    margin-left: 5px;
    margin-right: inherit
}

.footer-container .contact-setup {
    color: #999
}

.footer-container .title_block {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px
}

.rtl .footer-container .title_block {
    text-align: right
}

.footer-container .add-bottom {
    text-align: center
}

.footer-container .add-bottom > div {
    margin: 0;
    letter-spacing: .25px;
    padding: 26px
}

.footer-container .block-toggler .title {
    cursor: initial
}

.footer-container .ApColumn .post-logo,
.footer-container .ApColumn .ApImage {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.footer-container .ApColumn .post-logo img,
.footer-container .ApColumn .ApImage img {
    margin-bottom: 35px;
    margin-top: 5px
}

.footer-container .ApColumn .block.ApImage img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0
}

.footer-container .ApColumn .block.ApImage img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.footer-container .ApColumn .ApImage {
    margin: 0;
    text-align: left
}

.rtl .footer-container .ApColumn .ApImage {
    text-align: right
}

.footer-container .ApBlockLink a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.03s;
    -moz-transition-delay: 0.03s;
    transition-delay: 0.03s
}

.footer-container .ApBlockLink a:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #414141;
    -webkit-transition-delay: 0.03s;
    -moz-transition-delay: 0.03s;
    transition-delay: 0.03s
}

.footer-container p {
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    margin-bottom: 10px
}

.footer-container li {
    margin-bottom: 10px
}

.footer-container li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    color: #fff
}

.footer-container .links .collapse {
    display: inherit
}

@media (max-width:991px) {
    .footer-container .main-text-newsletter {
        text-align: center
    }
}

.footer-container .main-text-newsletter h3 {
    font-size: 45px;
    display: block
}

.footer-container .collapse {
    margin-top: 45px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .footer-container .collapse {
        margin-top: 0
    }
}

.footer-bottom {
    font-weight: 400;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid #27292d
}

@media (max-width:767px) {
    .footer-bottom .row > div {
        text-align: center
    }

    .footer-bottom .row > div:first-child {
        margin-bottom: 20px
    }
}

.footer-bottom .block_content {
    font-size: 16px;
    color: #454545;
    line-height: 30px
}

.footer-bottom span {
    color: #454545
}

.footer-bottom ul {
    overflow: hidden
}

@media (max-width:767px) {
    .footer-bottom ul {
        margin-bottom: 80px;
        margin: 10px 0
    }
}

.footer-bottom .ApColumn:nth-child(2) {
    text-align: right
}

.rtl .footer-bottom .ApColumn:nth-child(2) {
    text-align: left
}

@media (max-width:767px) {
    .footer-bottom .ApColumn:nth-child(2) {
        margin: 10px 0 20px
    }
}

.footer-bottom strong {
    font-weight: 700
}

.footer-bottom .ApHtml {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase
}

.footer-bottom .ApHtml * {
    text-align: center
}

.footer-bottom .ApHtml .title_block {
    display: none
}

.footer-bottom .ApColumn .block {
    margin-bottom: 0
}

@media (max-width:767px) {
    .footer-bottom .ApColumn .block {
        text-align: center
    }
}

.block_newsletter {
    margin-bottom: 25px
}

.block_newsletter input::-webkit-input-placeholder {
    color: #414141 !important;
    font-weight: 400;
    opacity: 1
}

.block_newsletter input::-moz-placeholder {
    color: #414141 !important;
    font-weight: 400;
    opacity: 1
}

.block_newsletter input:-ms-input-placeholder {
    color: #414141 !important;
    font-weight: 400;
    opacity: 1
}

.block_newsletter input:-moz-placeholder {
    color: #414141 !important;
    font-weight: 400;
    opacity: 1
}

.block_newsletter .btn {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 0;
    right: 0;
    background: #414141;
    letter-spacing: 1px;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    width: 150px;
    height: 50px
}

.rtl .block_newsletter .btn {
    left: 0;
    right: auto
}

.rtl .block_newsletter .btn {
    -moz-border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px
}

.block_newsletter .btn:hover {
    background: #FFF
}

@media (max-width:630px) {
    .block_newsletter .btn {
        width: inherit;
        height: 50px;
        padding: 0 20px
    }
}

.block_newsletter .btn .btn-border {
    margin: 0
}

.block_newsletter .block_content {
    margin-top: 15px
}

.block_newsletter .title_block {
    text-align: left
}

.rtl .block_newsletter .title_block {
    text-align: right
}

@media (max-width:991px) {
    .block_newsletter .title_block * {
        font-size: 28px
    }
}

@media (max-width:767px) {
    .block_newsletter .main-text-newsletter * {
        text-align: center
    }
}

.block_newsletter .input-wrapper {
    position: relative
}

.block_newsletter .sub-title-widget::before {
    content: none !important
}

.block_newsletter.block {
    padding: 51px 0 50px;
    position: relative;
    margin: auto;
    margin-bottom: 0 !important
}

.block_newsletter.block .block_content > form {
    width: 100%;
    display: inline-block;
    float: right
}

.rtl .block_newsletter.block .block_content > form {
    float: left
}

@media (max-width:991px) {
    .block_newsletter.block .block_content > form {
        float: none !important;
        display: block;
        margin: 15px auto
    }
}

.block_newsletter p {
    line-height: 30px;
    color: #454545;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    font-weight: 400;
    margin-bottom: 40px
}

.block_newsletter .sub-title-widget {
    max-width: 520px;
    margin: auto;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    color: #09592d;
    font-size: 12px;
    position: relative
}

@media (max-width:767px) {
    .block_newsletter .sub-title-widget {
        display: block
    }
}

.block_newsletter form .input-wrapper {
    overflow: hidden
}

.block_newsletter form input[type=email] {
    padding: 10px 167px 10px 20px;
    color: #414141;
    font-size: 14px;
    border: none;
    width: 100%;
    letter-spacing: .25px;
    background: #fff;
    font-weight: 300;
    border-radius: 100px
}

.rtl .block_newsletter form input[type=email] {
    padding: 10px 20px 10px 167px
}

.block_newsletter form input[type=email]::-moz-placeholder {
    color: #999 !important;
    opacity: 1
}

.block_newsletter form input[type=email]:-ms-input-placeholder {
    color: #999 !important
}

.block_newsletter form input[type=email]::-webkit-input-placeholder {
    color: #999 !important
}

.block_newsletter form input[type=email]:focus {
    outline: 0
}

@media (max-width:568px) {
    .block_newsletter form input[type=email] {
        padding: 15px 120px 10px 15px
    }

    .rtl .block_newsletter form input[type=email] {
        padding: 15px 15px 10px 120px
    }
}

.block_newsletter form input {
    height: 50px
}

.block-contact ul li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.625rem
}

.block-contact .fa {
    color: #fff;
    font-size: 1rem;
    width: 2.5rem;
    margin-top: .25rem
}

@media (max-width:767px) {
    .block-social .title_block {
        margin-bottom: 10px
    }
}

.block-social ul {
    margin-bottom: 0
}

.block-social li {
    display: block
}

.block-social li a {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 20px
}

.block-social li a:hover {
    color: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.block-social li a:hover::before {
    color: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.block-social li a:before {
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    font-size: 16px;
    color: #454545;
    left: 0
}

.block-social li a.facebook:before {
    content: "\f343";
    color: #217beb
}

.block-social li a.twitter:before {
    content: "\f360";
    color: #00d1fe
}

.block-social li a.rss:before {
    content: "\f09e"
}

.block-social li a.youtube:before {
    content: "\f408";
    color: #FF0202
}

.block-social li a.googleplus:before {
    content: "\f34d";
    font-size: 20px
}

.block-social li a.pinterest:before {
    content: "\f3fc";
    color: #B7081A
}

.block-social li a.vimeo:before {
    content: "\f27d"
}

.block-social li a.instagram:before {
    content: "\f34f";
    color: #d6ae0f
}

@media (max-width:575px) {
    .footer-bottom .ApHtml {
        text-align: center
    }
}

@media (max-width:767px) {
    .footer-container .accordion_small_screen .navbar-toggler {
        top: 4px;
        position: absolute;
        right: 0;
        left: inherit
    }

    .rtl .footer-container .accordion_small_screen .navbar-toggler {
        left: 0;
        right: auto
    }

    .footer-container .accordion_small_screen .navbar-toggler i {
        color: #fff
    }

    .footer-container .ApColumn .block-toggler .title_block {
        margin-bottom: 10px
    }

    .footer-container .ApColumn .block {
        margin-bottom: 0;
        position: relative
    }

    .footer-container .ApColumn .links .h3,
    .footer-container .ApColumn .links .title_block,
    .footer-container .ApColumn .block-toggler .h3,
    .footer-container .ApColumn .block-toggler .title_block {
        line-height: 1.5;
        margin-top: 15px;
        display: inline-block
    }

    .footer-container .ApColumn .links .navbar-toggler,
    .footer-container .ApColumn .block-toggler .navbar-toggler {
        margin-top: .9375rem
    }

    .footer-container .ApColumn .links ul,
    .footer-container .ApColumn .block-toggler ul {
        margin-bottom: 0
    }

    .block_newsletter .conditions {
        margin-bottom: 1.25rem
    }
}

@media (max-width:767px) {
    .footer-center .ApColumn:nth-child(2n+1) {
        clear: both
    }
}

.contact-rich {
    color: #878787;
    margin-bottom: 2rem;
    word-wrap: break-word
}

.contact-rich h4 {
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 2rem
}

.contact-rich .block {
    height: auto;
    overflow: hidden
}

.contact-rich .block a {
    color: #999
}

.contact-rich .block a:hover {
    color: #414141
}

.contact-rich .block .icon {
    float: left;
    width: 3.5rem
}

.rtl .contact-rich .block .icon {
    float: right
}

.contact-rich .block .icon i {
    font-size: 2rem;
    color: #666
}

.contact-rich .block .data {
    color: #999;
    width: auto;
    overflow: hidden
}

.contact-rich .block .data.email {
    padding-top: .375rem
}

.contact-rich .block:last-child .icon {
    height: 90px
}

.contact-form {
    padding: 1rem;
    color: #878787;
    width: 100%
}

.contact-form .input-group .input-group-btn {
    padding: 0
}

.contact-form .input-group .input-group-btn:hover {
    background: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.contact-form .input-group .input-group-btn:hover span {
    color: #FFF
}

.contact-form .input-group .input-group-btn > .btn {
    padding: 10.5px 1rem;
    background: transparent
}

.contact-form .input-group .input-group-btn > .btn:hover {
    color: #FFF
}

.contact-form h3 {
    text-transform: uppercase;
    color: #1f1f1f;
    font-family: "Roboto", sans-serif
}

.contact-form .btn {
    padding: 12px 40px;
    font-weight: 500
}

#products #main .page-header,
#pagenotfound #main .page-header {
    margin: 2rem 0 3rem
}

#products #main .page-content,
#pagenotfound #main .page-content {
    margin-bottom: 10rem
}

#products .page-not-found,
#pagenotfound .page-not-found {
    background: #fff;
    border: 1px solid #392c0f;
    padding: 2rem;
    font-size: .8125rem;
    color: #878787;
    max-width: 600px;
    margin: 0 auto
}

#products .page-not-found .widget-search,
#pagenotfound .page-not-found .widget-search {
    overflow: hidden;
    position: relative;
    z-index: 0
}

#products .page-not-found .widget-search input[type=text],
#pagenotfound .page-not-found .widget-search input[type=text] {
    opacity: 1
}

#products .page-not-found .widget-search form,
#pagenotfound .page-not-found .widget-search form {
    width: 100%
}

#products .page-not-found .widget-search form input[type=text],
#pagenotfound .page-not-found .widget-search form input[type=text] {
    border: 1px solid #392c0f;
    padding: 10px 20px;
    padding: 10px 50px 10px 20px;
    font-size: 20px
}

.rtl #products .page-not-found .widget-search form input[type=text],
.rtl #pagenotfound .page-not-found .widget-search form input[type=text] {
    padding: 10px 20px 10px 50px
}

#products .page-not-found .widget-search form button[type=submit],
#pagenotfound .page-not-found .widget-search form button[type=submit] {
    right: 20px;
    right: 20px;
    font-size: 20px;
    opacity: 1;
    visibility: visible
}

#products .page-not-found .widget-search form button[type=submit] i,
#pagenotfound .page-not-found .widget-search form button[type=submit] i {
    font-size: 20px
}

.rtl #products .page-not-found .widget-search form button[type=submit],
.rtl #pagenotfound .page-not-found .widget-search form button[type=submit] {
    left: 20px;
    right: auto
}

#products .page-not-found .widget-search form.popup-content,
#pagenotfound .page-not-found .widget-search form.popup-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: initial
}

#products .page-not-found .widget-search .search-widget,
#pagenotfound .page-not-found .widget-search .search-widget {
    float: none
}

#products .page-not-found .widget-search .search-widget input,
#pagenotfound .page-not-found .widget-search .search-widget input {
    width: 100%
}

#products .page-not-found .widget-search .search-widget > a,
#pagenotfound .page-not-found .widget-search .search-widget > a {
    display: none
}

#products .page-not-found .widget-search .search-widget form,
#pagenotfound .page-not-found .widget-search .search-widget form {
    display: inline-block
}

#products .page-not-found > h4,
#pagenotfound .page-not-found > h4 {
    font-family: "Roboto", sans-serif;
    font-size: 22px
}

.customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid #f6f6f6
}

.customization-modal .modal-content .modal-body {
    padding-top: 0
}

.customization-modal .modal-content .modal-body .product-customization-line {
    padding-bottom: .9375rem;
    padding-top: .9375rem;
    border-bottom: 1px solid #f6f6f6
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 700;
    text-align: right
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.sitemap-title {
    text-transform: capitalize
}

.sitemap {
    margin-top: .9375rem
}

.sitemap h2 {
    color: #414141;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #acaaa6;
    margin-left: -15px;
    width: 100%;
    height: 35px
}

.sitemap ul {
    margin-left: -15px;
    margin-top: 20px
}

.sitemap ul.nested {
    margin-left: 20px
}

.sitemap ul li {
    font-size: .9rem;
    margin-bottom: 1rem
}

@media (max-width:575px) {
    .sitemap {
        margin-top: 0
    }
}

body.layout-boxed-md {
    background: #FFF
}

body.layout-boxed-md #page {
    max-width: 960px;
    -moz-box-shadow: 0 0 5px #c1c1c1;
    -webkit-box-shadow: 0 0 5px #c1c1c1;
    -o-box-shadow: 0 0 5px #c1c1c1;
    -ms-box-shadow: 0 0 5px #c1c1c1;
    box-shadow: 0 0 5px #c1c1c1;
    margin: 0 auto;
    background: #FFF
}

body.layout-boxed-md #page .container {
    max-width: 940px
}

body.layout-boxed-lg {
    background: #FFF
}

body.layout-boxed-lg #page {
    max-width: 1220px;
    -moz-box-shadow: 0 0 5px #c1c1c1;
    -webkit-box-shadow: 0 0 5px #c1c1c1;
    -o-box-shadow: 0 0 5px #c1c1c1;
    -ms-box-shadow: 0 0 5px #c1c1c1;
    box-shadow: 0 0 5px #c1c1c1;
    margin: 0 auto;
    background: #FFF
}

body.layout-boxed-lg #page .container {
    max-width: 1200px
}

@media (min-width:992px) {
    #currency-selector-label:hover .dropdown-menu {
        display: block
    }
}

#currency-selector-label ul {
    padding-bottom: 15px;
    margin: 0;
    z-index: 9999;
    border: none
}

#currency-selector-label li {
    text-align: left
}

.rtl #currency-selector-label li {
    text-align: right
}

#currency-selector-label li a {
    line-height: 24px;
    padding: 0
}

#currency-selector-label li.current a {
    color: #414141
}

.page-order .page-footer a,
.page-password .page-footer a,
.page-identity .page-footer a {
    margin-top: 15px
}

.page-order #wrapper,
.page-password #wrapper,
.page-identity #wrapper {
    margin: 80px 0
}

.page-address #wrapper,
.page-category #wrapper,
.page-order-confirmation #wrapper {
    margin-bottom: 60px
}

.page-address .all-product-link i,
.page-category .all-product-link i,
.page-order-confirmation .all-product-link i {
    color: #FFF
}

.page-address .all-product-link:hover i,
.page-category .all-product-link:hover i,
.page-order-confirmation .all-product-link:hover i {
    color: #414141
}

#my-account #wrapper .breadcrumb {
    margin: 0 !important
}

#my-account #main {
    margin-bottom: 120px
}

#my-account .page-footer a {
    padding: 10px 30px;
    background: #414141;
    color: #FFF;
    border: 1px solid #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#my-account .page-footer a:hover {
    background: #FFF;
    color: #414141
}

.page-productscompare .footer_link {
    margin-top: 60px
}

.page-productscompare #content-wrapper {
    margin: 80px 0
}

.page-new-products #wrapper {
    margin-top: 120px
}

.header-nav #language-selector-label ul,
.header-nav .currency-selector ul {
    padding: 20px
}

.header-nav #language-selector-label ul li,
.header-nav .currency-selector ul li {
    margin-bottom: 5px
}

.header-nav .text-center {
    text-align: center
}

.header-nav .text-center .block {
    margin: 0
}

.header-nav .text-center p {
    color: #000;
    line-height: 24px;
    padding: 12px 15px;
    margin: 0
}

.mini-navbar .header-top {
    box-shadow: 0 -3px 32px rgba(31, 31, 31, .17)
}

.header-top {
    min-height: 95px;
    background: #fff;
    position: relative;
    z-index: 99
}

@media (max-width:767px) {
    .header-top {
        padding-top: 60px
    }
}

.header-top .container {
    background: transparent;
    color: #000
}

.header_logo {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.add-text-show-nav,
.txt-account,
.add-text-show-account {
    display: none
}

.popover {
    font-family: inherit
}

#page {
    overflow: hidden
}

#index .breadcrumb[data-depth="1"] {
    display: none
}

#wrapper .name-breadcrumb {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    letter-spacing: 12px
}

#wrapper .banner {
    margin-bottom: 1.5rem;
    display: block
}

#wrapper .banner img {
    -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15)
}

#wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    position: relative;
    margin-bottom: 100px
}

#wrapper .breadcrumb h1 {
    font-size: 48px;
    color: #1f1f1f;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize
}

#wrapper .breadcrumb > .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

#wrapper .breadcrumb[data-depth="1"] a {
    display: none
}

#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center
}

#wrapper .breadcrumb li {
    display: inline
}

#wrapper .breadcrumb li::after {
    content: "/";
    color: #121314;
    margin: .3125rem
}

#wrapper .breadcrumb li:last-child {
    content: "/";
    color: #ccc;
    margin: .3125rem
}

#wrapper .breadcrumb li:last-child::after {
    content: ""
}

#wrapper .breadcrumb li a {
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#wrapper .breadcrumb li a:hover {
    color: #414141
}

#main .page-header {
    margin: 3.5625rem 0;
    text-align: center
}

#main .page-header h1 {
    font-family: "Roboto", sans-serif
}

#main .page-heading {
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 40px
}

#main .page-content {
    margin-bottom: 1.5625rem;
    overflow: hidden
}

#main .page-content h6 {
    margin-bottom: 1.125rem
}

#main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px
}

#notifications ul {
    margin-bottom: 0
}

.sitemap ul.tree li {
    line-height: 20px;
    padding: .3125rem 0
}

.sitemap ul.tree li a.parent-page {
    text-transform: uppercase;
    font-weight: 700
}

.sitemap ul.tree li ul {
    padding-left: 25px
}

.rtl .sitemap ul.tree li ul {
    padding-right: 25px;
    padding-left: inherit
}

.list-brands {
    margin: 1.25rem 0 25px;
    background: #FFF
}

.brand {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.brand > div {
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.footer-top {
    background: #FFF
}

.footer-top .container {
    background: transparent;
    color: #ccc
}

.footer-center .container {
    background: transparent;
    color: #ccc
}

.footer-center .ApBlockLink a:hover {
    margin-left: 3px
}

.rtl .footer-center .ApBlockLink a:hover {
    margin-right: 3px;
    margin-left: inherit
}

.footer-bottom .container {
    background: transparent;
    color: #ccc
}

#back-top {
    text-align: center;
    position: fixed;
    cursor: pointer;
    right: 18px;
    bottom: 20px;
    z-index: 99
}

.rtl #back-top {
    left: 18px;
    right: auto
}

#back-top a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 40px
}

#back-top a:hover {
    opacity: .6
}

.keep-header .ui-autocomplete {
    z-index: 1000
}

@media (min-width:992px) {
    .ui-autocomplete {
        position: fixed !important
    }
}

.post-logo {
    display: inline-block;
    left: 50%
}

@media (max-width:991px) {
    .post-logo {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute
    }
}

@media (max-width:767px) {
    .post-logo {
        top: -65%
    }
}

.post-logo a {
    padding: 25px 0;
    display: inline-block
}

@media (min-width:992px) {
    .headertop-flex > [class*="col-"] {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center
    }

    .headertop-flex .center-headertop {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .headertop-flex .right-headertop {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse
    }
}

@media (max-width:991px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .sub-menu {
        left: 0;
        min-width: 100%
    }

    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 250px;
        margin: 0 auto .9375rem
    }

    #blockcart-modal .cart-content {
        padding-left: 0
    }

    .rtl #blockcart-modal .cart-content {
        padding-right: 0;
        padding-left: inherit
    }

    #blockcart-modal .product-name,
    #product-availability {
        margin-top: 25px
    }

    #search_filters .facet .facet-label {
        text-align: left
    }

    .block-category .category-cover {
        position: relative;
        text-align: center
    }

    .block-category {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    #checkout-cart-summary {
        float: none;
        width: 100%;
        margin-top: 1rem
    }

    section.checkout-step {
        width: 100%
    }

    .default-input {
        min-width: 100%
    }

    .menu {
        padding-left: 0
    }
}

#header .ApColumn .block.ApImage::before,
#footer .ApColumn .block.ApImage::before {
    opacity: 0 !important
}

#header .ApColumn .block.ApImage::after,
#footer .ApColumn .block.ApImage::after {
    opacity: 0 !important
}

#header .ApColumn .block.ApImage img,
#footer .ApColumn .block.ApImage img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

#header .ApColumn .block.ApImage img:hover,
#footer .ApColumn .block.ApImage img:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (min-width:992px) {
    .keep-header .ui-autocomplete {
        position: fixed !important
    }
}

#header {
    z-index: 999
}

.product-sidebar .leo-pro-attr-section,
.product-sidebar .leo_cart_quantity,
.product-sidebar .all-product-link {
    display: none
}

#module-leofeature-mywishlist .leo-wishlist-button {
    background: #414141
}

.icon-search {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABNVBMVEUAAAAxMTEyNDIzNTMzMzMzNDMyNDIzMzM0NDQzMzMzNDMyNDIwODAAAAA0NDQzNDMzNTMzNTM0NDQyNDIzNDMzNDMyNjIzNTMzNDMzMzMyNTI1NTU2NjZVVVU1NTUzNDMzMzMzMzMzNDMzNTMzNDMvOS8zMzMzNTMzMzMxNTEzNTMrKyszMzMAAAAzNDM0NDQuLi4zNDM0NDRAQEAzNDMzNDMyMjI0NDQzNDMzNDMzMzMxMTE0NDQyNDI0NDQ0NDQyNDIzNDMzNTMyNTIzNDMzMzMzNDMzNDM2NjY0NDQzNDM0NDQ0NDQzMzMzMzMzNTMzMzMyMjIzNDMzNTMyNDIzNDMzMzMzNTMzNDMxNjE0NDQxNzEzNDMzNDMzNTM0NDQ5OTkyNTIyNDI0NDQ0NDQzNDMAAABxk6MDAAAAZXRSTlMAFWug1fDAi05V6rsgAaP3uINnmNPzUWrJKGUdIQMruV8tupvvG3eWckOIDFoC7XsL/FQE5rAzLL6N2hpPokqytvGCUuiBtecTU+NiNqlQvRkp++5//WnM2DmPKuD+s3YJTcpxgBdHCksAAAABYktHRACIBR1IAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4goBCzYlqxnFPgAAAQVJREFUKM+VkddSAkEQRVsQRUmrsooBMQfMGFFE0RXMYsAcMJz//wU3w1Ly4K2auT3n1lRPEKmpxedvDbS1B6VBHZ1YCoXrcSQKMaWruycOam9d0AeJfrMaUAkMunxIRUnqPpwakdEYY24wzsSk4VMwHZmBWSeIkzZ9LgXzC4ss2Xx5hYxVra6xLoo+LG3Apl2m2ZIs2/ZqB3LOMXbzsse+06PAgdUje6jPGkdOUKR0bPgJpyJnkHeCc7gwd6QvJVwgkXQvcgXFslkFNWLXLs/c6K936/fl7kJQuffwh4r9uo9PHv4sL9HXN7T3j2oDN1Qt139FjXv1X/7ZhMtXEy7fpZ8/+S/ZITyMYQJezQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0xMC0wMVQxMTo1NDozNyswMjowMNExFjUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMTAtMDFUMTE6NTQ6MzcrMDI6MDCgbK6JAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==) no-repeat;
    background-size: 16px;
    height: 20px;
    width: 20px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.icon-cart {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABBVBMVEUAAAAzNDMzNDMyNDI0NDQzNDMzNDMzMzM0NDQzMzM1NTUzNDMzNDMzNDM5OTk0NDQyNDIzMzM0NDQyMjIzMzMzNDMzMzMyNTIyNDIzMzMzNTMzMzMzMzMzNDMzMzMzNDM1NTUyNDI3NzcyMjI0NDQzNTM0NDQyNDIyNTIyMjIzMzM3NzczNDMzMzNVVVUzNDMzNDMAAAA0NDQzNTM0NDQrKyszNDMwMDAzMzMyNDIwODA0NDQ0NDQxMTEzNDM0NDQyNTIyNTI1NTUzNDMyNTIzNDMzNDMzMzMyNDJAQEA1NTUzNTM0NDQzNDMzMzMzNDM1NTUyNTIzNDMzNTMrKyszNDMAAACmKqwfAAAAVXRSTlMAq+iYqODxLWNzHbrW9wlJcDyPRwX15EiOUJafCvjVwzC7HDPBdGKiUi6pF/nfA+btAoCgNgb0EFqJIGyUFf4nVlxE6mD6yRTFBCuCrftouTphz4wMblKU5AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiCgEMDBWtJj1uAAAA10lEQVQoz2NgwAUYmZiYmLFJsLCysoWyY9fEEcqJXYIrlBuHPTy8fECSXwAJCIIlhEKFGRhEREORgBhYQjxUAkiyS8KBVKg0WEJGVg7VbPlQBQhDMVQJWVw5VAXKUg1VQ5ZQD9WAsjRDtZDEtXV09WBsfQNDhIQRkoeNQ03gbFMmM3M4xyLU0goGrENtELpt7ZA8Z2ePZKEDCwI4MhABDE2ROHwIphOrswucY+Pq5g5je4SGMnlC2V5A671hEj6hofBgtPINDfWDcewZ/QPgRgUGBYfgcQ4ASx4jGI7H6YcAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMTAtMDFUMTI6MTI6MjErMDI6MDB+RkyaAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTEwLTAxVDEyOjEyOjIxKzAyOjAwDxv0JgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=) no-repeat;
    background-size: 18px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle
}

.icon-menu {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAh1BMVEUAAAAzMzMzNDMzNDNVVVU1NTUzNDMzNDMyNDI0NDQzNDMyMjIzNTMzNDMzMzMzNDMvOS8yNTIzNDMyNDIzMzM0NDQzMzMzMzMyNTI0NDQyMjI0NDQ0NDQrKyszNTMyNDI0NDQwODA0NDQzMzMzNTMyNDIxNzExNTEAAAA0NDQzNDMzNDMAAABu1+ZRAAAAK3RSTlMAUNehAyKv2MVJ3UeW3qn6G2D+pwVPHiNINiSPWQxvmIUgxjKCyio+AmOr/IdwMAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiCgIKLR05WnPjAAAAcklEQVQoz2NgIBkwMjGzMDCwsrGjAA5OBi5tbW4GBh5tNMDLwKfNL8DAICiEJiHMICIqBjJRXAIFSJLuJnKAlLQMkJSVk0cBCooMStraygwMKuj+UMUtgdMoegBoIKoxogB1DWiwa6I7Vwt3ROGMWpIBAMBRHI6l/IJBAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTEwLTAyVDEwOjQ1OjI5KzAyOjAwl7a0fwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0xMC0wMlQxMDo0NToyOSswMjowMObrDMMAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat;
    background-size: 18px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle
}

.ApColumn .icon-menu-class {
    float: right;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px
}

.rtl .ApColumn .icon-menu-class {
    float: left
}

.rtl .ApColumn .icon-menu-class {
    margin-right: 15px;
    margin-left: inherit
}

.rtl .ApColumn .icon-menu-class {
    padding-right: 15px;
    padding-left: inherit
}

.ApColumn .icon-menu-class.block {
    margin-bottom: 0
}

.ApColumn .icon-menu-class .block_content {
    background: #ccc;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer
}

.btn-slider:hover {
    color: #414141 !important;
    background: #FFF
}

.fb_iframe_widget iframe {
    right: 0
}

.rtl .fb_iframe_widget iframe {
    left: 0;
    right: auto
}

#leo_block_top {
    padding: 49px 0
}

#leo_block_top span {
    font-size: 14px
}

#leo_block_top ul {
    border: 1px solid #f1f1f1;
    margin-top: 15px;
    padding: 5px 10px 5px
}

#leo_block_top ul li {
    margin: 0 0 5px 5px
}

#leo_block_top ul li.current {
    border-bottom: 1px solid #414141
}

#leo_block_top:hover .popup-content {
    display: block;
    right: 5px
}

.rtl #leo_block_top:hover .popup-content {
    left: 5px;
    right: auto
}

#leo_block_top .dropdown-menu {
    left: inherit;
    padding: 20px;
    padding-bottom: 12px;
    min-width: 190px;
    right: 5px
}

@media (max-width:568px) {
    #leo_block_top {
        padding: 0 0 25px
    }
}

.blogs-container .category-image img {
    padding-right: 25px;
    margin-bottom: 1.25rem
}

.rtl .blogs-container .category-image img {
    padding-left: 25px;
    padding-right: inherit
}

@media (max-width:990px) {
    .blogs-container .category-image img {
        padding-right: 0
    }

    .rtl .blogs-container .category-image img {
        padding-left: 0;
        padding-right: inherit
    }
}

.blogs-container .product-count {
    margin-bottom: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center
}

.blogs-container .pagination .material-icons {
    font-size: .9375rem
}

.blogs-container .blog-image img {
    max-width: 100%
}

@media (min-width:1200px) {
    .blogs-container .col-lg-4 .blog-image {
        max-width: 359px
    }
}

.latest-blogs {
    margin-bottom: 0;
    padding-bottom: 2.5rem;
    margin-top: 30px
}

.latest-blogs .owl-wrapper-outer {
    padding: 10px 0
}

.latest-blogs .blog-container {
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.latest-blogs .blog-container img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.latest-blogs .blog-container:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.latest-blogs .blog-container:hover img {
    opacity: .6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.latest-blogs .btn-border {
    color: #414141
}

.latest-blogs .btn-border::before {
    border-bottom: 1px solid #414141
}

.latest-blogs .blog-meta > span {
    font-size: 12px;
    line-height: 20px;
    margin-right: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #999
}

.rtl .latest-blogs .blog-meta > span {
    margin-left: 0;
    margin-right: inherit
}

.latest-blogs .author {
    float: right
}

.rtl .latest-blogs .author {
    float: left
}

.latest-blogs .text-day {
    display: block;
    border-bottom: 1px solid #FFF
}

.latest-blogs .right-block {
    position: relative;
    z-index: 9;
    margin-top: 20px;
    text-align: left
}

.rtl .latest-blogs .right-block {
    text-align: right
}

.latest-blogs .blog-image-container {
    overflow: hidden;
    position: relative
}

.latest-blogs .blog-title {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 50px
}

.latest-blogs .blog-title::after {
    content: '...';
    font-size: 12px;
    color: #8888886e;
    position: absolute;
    left: 0;
    left: 0;
    bottom: -30px;
    letter-spacing: 5px
}

.rtl .latest-blogs .blog-title::after {
    right: 0;
    left: auto
}

.latest-blogs .blog-title a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif
}

.latest-blogs .blog-title a:hover {
    color: #414141
}

.latest-blogs .blog-desc {
    text-align: justify;
    font-size: 14px;
    line-height: 26px
}

#blog-listing {
    margin-bottom: 60px
}

#blog-listing .blog-shortinfo {
    max-width: 930px
}

#blog-listing .btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 11px 20px;
    font-weight: 500;
    background: #414141
}

#blog-listing .btn:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: .6;
    color: #fff
}

#blog-listing .blog-lastest-title {
    font-size: 32px;
    max-width: inherit;
    padding: 0 15px;
    text-align: center;
    font-weight: 500
}

@media (min-width:992px) {
    .secondary-blog .col-lg-4:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width:991px) {
    .secondary-blog > div:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width:610px) {
    .secondary-blog .col-xs-6 {
        width: 100%
    }
}

.leading-blog .blog-item {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    margin-top: 25px
}

.leading-blog .blog-item .blog-image {
    margin-bottom: 25px
}

.leading-blog .blog-item .title a {
    font-size: 24px
}

.blog-meta {
    overflow: hidden
}

.blog-meta > span {
    color: #999;
    font-size: 12px;
    margin-right: 25px;
    float: left
}

.rtl .blog-meta > span {
    margin-left: 25px;
    margin-right: inherit
}

.rtl .blog-meta > span {
    float: right
}

.blog-meta > span .material-icons {
    font-size: 14px;
    color: #737373
}

.blog-meta a {
    color: #212020
}

.blog-meta a:hover {
    color: #414141
}

.blog-item {
    padding: 15px 0
}

.blog-item .blog-image-container {
    position: relative
}

.blog-item .blog-meta {
    margin-bottom: -1px
}

.blog-item .title {
    margin-bottom: 6px;
    font-weight: 500
}

.blog-item .title a {
    line-height: 1.5rem;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog-item .title a:hover {
    color: #414141
}

.blog-item .blog-image {
    margin-bottom: 10px
}

.blog-item .blog-shortinfo {
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 20px;
    line-height: 26px;
    color: #656d73
}

.blog-item .more {
    margin-top: .9375rem
}

.blog-detail {
    line-height: 24px
}

.blog-detail .blog-meta {
    position: static;
    padding-left: 0;
    padding-right: 0
}

.blog-detail h4 {
    font-family: "Roboto", sans-serif;
    font-size: 22px
}

.blog-detail .blog-title {
    font-size: 32px;
    font-family: "Roboto", sans-serif
}

.blog-detail .blog-description {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px
}

.blog-detail .product-count {
    margin-bottom: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center
}

.blog-detail .blog-meta {
    margin-bottom: 25px;
    display: inline-block
}

.blog-detail .blog-image {
    margin-bottom: 15px
}

.blog-detail .blog-tags,
.blog-detail .social-share {
    margin-top: 40px;
    display: block;
    overflow: hidden
}

@media (min-width:992px) {

    .blog-detail .blog-tags,
    .blog-detail .social-share {
        display: inline-block
    }
}

.blog-detail .blog-tags {
    margin-top: 30px;
    float: right
}

.rtl .blog-detail .blog-tags {
    float: left
}

@media (max-width:992px) {
    .blog-detail .blog-tags {
        float: left;
        margin-top: 0
    }

    .rtl .blog-detail .blog-tags {
        float: right
    }

    .blog-detail .blog-tags a {
        margin-bottom: 15px;
        display: inline-block
    }
}

@media (max-width:540px) {
    .blog-detail .blog-tags a span {
        padding: 5px 10px
    }
}

@media (max-width:767px) {
    .blog-detail input[type='text'] {
        margin-bottom: 1rem
    }
}

.blog-tags,
.extra-blogs,
.blog-comments,
.social-share,
.blog-comment-block {
    margin-bottom: 1.25rem
}

.blog-comment-block .comment-link {
    background: #F4F4F4;
    font-weight: 700;
    padding: .625rem 1.25rem;
    margin: -11px -20px -10px 0;
    border-left: 1px solid #e5e5e5;
    float: right
}

.rtl .blog-comment-block .comment-link {
    margin: -11px 0 -10px -20px
}

.rtl .blog-comment-block .comment-link {
    border-right: 1px solid #e5e5e5;
    border-left: inherit
}

.rtl .blog-comment-block .comment-link {
    float: left
}

.blog-comment-block .comment-link a {
    color: #8f8e8e
}

.blog-comment-block button {
    display: inline-block !important
}

.blog-comment-block .leoblog-cssload-container {
    display: none !important
}

.blog-tags > span {
    margin-right: 10px
}

.rtl .blog-tags > span {
    margin-left: 10px;
    margin-right: inherit
}

.blog-tags a {
    margin-right: 10px
}

.rtl .blog-tags a {
    margin-left: 10px;
    margin-right: inherit
}

.blog-tags a span {
    background: #414141;
    color: #FFF;
    line-height: 18px;
    font-size: 14px;
    padding: .3125rem 25px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog-tags a:hover span {
    background: #FFF;
    border: 1px solid #414141;
    color: #414141
}

.extra-blogs {
    clear: both;
    border-top: 1px solid #392c0f;
    padding-top: 60px
}

.extra-blogs h4 {
    margin-bottom: 25px
}

.extra-blogs ul li {
    padding: 10px 0;
    border-bottom: dotted 1px #392c0f
}

.blog-video-code .inner {
    background: #DDD;
    padding: .75rem;
    margin-bottom: .9375rem;
    text-align: center
}

.blog-video-code .inner iframe {
    max-width: 100%
}

.comment-item {
    padding: .75rem 0
}

.comment-item img {
    padding: 0 .75rem 0 0;
    float: left
}

.rtl .comment-item img {
    padding: 0 0 0 .75rem
}

.rtl .comment-item img {
    float: right
}

.comment-wrap {
    overflow: hidden;
    background: #FFF;
    border: 1px solid #f1f1f1;
    padding: 1.25rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.comment-wrap .comment-meta {
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
    margin: -20px -20px 10px;
    padding: 10px 20px;
    display: block
}

.comment-wrap .comment-infor > span {
    font-weight: 700;
    margin-right: .3125rem
}

.rtl .comment-wrap .comment-infor > span {
    margin-left: .3125rem;
    margin-right: inherit
}

.comment-wrap .comment-infor > span > span {
    font-weight: 400;
    white-space: inherit
}

.comment-link {
    display: block
}

.social-share .social-wrap > div {
    float: left;
    margin-right: 10px
}

.rtl .social-share .social-wrap > div {
    float: right
}

.rtl .social-share .social-wrap > div {
    margin-left: 10px;
    margin-right: inherit
}

.social-share .social-wrap > div b {
    font-weight: 400
}

.social-share .social-heading {
    padding-right: .75rem
}

.rtl .social-share .social-heading {
    padding-left: .75rem;
    padding-right: inherit
}

.ipts-captcha img {
    float: left;
    padding-right: 18px;
    margin-bottom: 25px
}

.rtl .ipts-captcha img {
    float: right
}

.rtl .ipts-captcha img {
    padding-left: 18px;
    padding-right: inherit
}

.ipts-captcha input {
    width: 100px
}

.blog-comment-block .fb-comments {
    margin: 0 -8px
}

#blog-localengine .btn {
    padding: 15px 60px
}

#blog-localengine > h3 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700
}

#blog-localengine > h3.text-comment {
    font-size: 22px;
    font-weight: 700
}

#blog-localengine .comments {
    margin-bottom: 1.875rem
}

#blog-localengine .form-horizontal {
    margin-bottom: 1.875rem;
    margin-top: 30px
}

#blog-localengine .form-horizontal label {
    display: block;
    margin-bottom: 0;
    padding-top: 7px
}

#blog-localengine .form-horizontal label.text-cap {
    margin-bottom: 15px
}

#blog-localengine .form-horizontal .form-group:last-child {
    margin-bottom: 0
}

.leoblog-cssload-container {
    width: 100%;
    height: 2.1875rem;
    text-align: center;
    display: none
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.blog-menu li {
    position: relative
}

.blog-menu ul {
    margin: 0
}

.blog-menu ul > li > a {
    width: 100%;
    display: inline-block;
    color: #666;
    margin: 0
}

.blog-menu ul > li > a:hover {
    color: #414141
}

.blog-menu ul > li:last-child > a {
    border-bottom: none
}

.blog-menu ul > li li a {
    font-size: 14px;
    padding: 5px 10px
}

.blog-menu .collapse-icons {
    padding: 0;
    cursor: pointer;
    width: 0;
    height: 0
}

.blog-menu .collapse-icons .material-icons {
    font-size: .9375rem;
    position: absolute;
    top: 5px;
    right: 25px
}

.rtl .blog-menu .collapse-icons .material-icons {
    left: 25px;
    right: auto
}

.blog-menu .collapse-icons[aria-expanded="true"] .add {
    display: none
}

.blog-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block
}

.blog-menu .collapse-icons .add,
.blog-menu .collapse-icons .remove {
    color: #999;
    font-size: 12px
}

.blog-menu .collapse-icons .add:hover,
.blog-menu .collapse-icons .remove:hover {
    color: #414141
}

.blog-menu .collapse-icons .remove {
    display: none
}

.blog-lastest-rss {
    float: right !important;
    position: relative;
    top: -2.1875rem
}

.blog-lastest-rss a {
    color: #f8991d
}

.blog-lastest-rss a:before {
    content: "\f09e";
    font-family: "FontAwesome";
    font-size: 1.875rem;
    margin-right: .3125rem
}

.rtl .blog-lastest-rss a:before {
    margin-left: .3125rem;
    margin-right: inherit
}

.blog-lastest-rss a:hover {
    color: #414141
}

@media (max-width:991px) {
    .sidebar .blog-menu .collapse-icons {
        left: auto;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        position: initial
    }
}

@media (min-width:576px) {
    .comment-link {
        background: #F4F4F4;
        font-weight: 700;
        padding: 25px 1.25rem;
        margin: -.6875rem -1.25rem -25px 0;
        border-left: 1px solid #E5E5E5;
        float: right
    }

    .rtl .comment-link {
        margin: -.6875rem 0 -25px -1.25rem
    }

    .rtl .comment-link {
        border-right: 1px solid #E5E5E5;
        border-left: inherit
    }

    .rtl .comment-link {
        float: left
    }

    .blogs-container .product-count,
    .blog-detail .product-count {
        text-align: right;
        margin-top: 1rem
    }

    .rtl .blogs-container .product-count,
    .rtl .blog-detail .product-count {
        text-align: left
    }
}

@media (max-width:767px) {
    #blog-localengine .form-horizontal label {
        text-align: left
    }

    .rtl #blog-localengine .form-horizontal label {
        text-align: right
    }

    .blog-detail .pagination,
    .blogs-container .pagination {
        text-align: center
    }

    .blog-detail .page-item,
    .blogs-container .page-item {
        display: inline-block
    }

    .blog-video-code iframe {
        width: 100%
    }
}

@media (max-width:575px) {
    .comment-wrap .comment-meta {
        display: inline-block
    }

    .comment-wrap .comment-meta > span {
        display: inline-block;
        margin: .3125rem 0;
        width: 100%;
        float: left
    }

    .rtl .comment-wrap .comment-meta > span {
        float: right
    }
}

.nbcomment {
    margin-left: 35px;
    position: relative
}

.rtl .nbcomment {
    margin-right: 35px;
    margin-left: inherit
}

.nbcomment::before {
    content: '';
    height: 10px;
    width: 1px;
    background: #999;
    position: absolute;
    left: -15px;
    top: 4px
}

.rtl .nbcomment::before {
    right: -15px;
    left: auto
}

.btn-read {
    color: #414141
}

@media (max-width:767px) {
    #module-leoblog-list #wrapper .breadcrumb {
        margin-bottom: 60px
    }
}

.widget-html .img-fluid {
    margin-top: 15px
}

.layerslider-wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 9
}

.rev_slider {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 940px;
    z-index: 9
}

.button-slider {
    background: #414141;
    height: 40px;
    width: 160px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    text-transform: capitalize;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 1px;
    border: 1px solid transparent
}

.button-slider:hover {
    background: #FFF;
    border: 1px solid #414141;
    color: #414141
}

.bannercontainer {
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.bannercontainer .fullwidthbanner {
    max-height: 500px !important;
    overflow: hidden !important;
    padding: 0;
    position: relative
}

.bannercontainer div.caption {
    cursor: pointer
}

.bannercontainer .tp-hide-revslider,
.bannercontainer .tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.bannercontainer .tp-caption {
    z-index: 1;
    position: absolute;
    text-shadow: none;
    border: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap
}

.bannercontainer .tp-caption.data-link {
    cursor: pointer
}

.bannercontainer .tp-caption.btn {
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 16px;
    font-weight: 700;
    padding: 0 40px
}

.bannercontainer .tp-caption.data-link {
    cursor: pointer
}

.bannercontainer .tp-caption.big_white {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 5px
}

.bannercontainer .tp-caption.big_orange {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 12px;
    background-color: #e0525c
}

.bannercontainer .tp-caption.big_black {
    color: #111;
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
    padding: 0
}

.bannercontainer .tp-caption.medium_grey {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-transform: none;
    width: 330px;
    white-space: inherit
}

.bannercontainer .tp-caption.small_text {
    color: #383938;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .25px;
    text-transform: inherit;
    line-height: 16px
}

.bannercontainer .tp-caption.small_text .caption-contain {
    text-transform: uppercase;
    font-weight: 600
}

@media (max-width:991px) {
    .bannercontainer .tp-caption.small_text .caption-contain {
        font-size: 34px
    }
}

@media (max-width:468px) {
    .bannercontainer .tp-caption.small_text .caption-contain {
        font-size: 40px;
        font-weight: 400
    }
}

.bannercontainer .tp-caption.small_text.max-width {
    max-width: 570px;
    white-space: inherit;
    text-align: center
}

.bannercontainer .tp-caption.medium_text {
    color: #09592d;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: .25px;
    text-transform: inherit
}

.bannercontainer .tp-caption.medium_text .caption-contain {
    font-family: "hobo", serif;
    font-weight: 400
}

.bannercontainer .tp-caption.large_text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px
}

.bannercontainer .tp-caption.large_text:before {
    content: "";
    position: absolute;
    left: 0;
    width: 3.125rem;
    height: 2px;
    bottom: 40px;
    background-color: #FFF
}

.bannercontainer .tp-caption.large_black_text {
    color: #000;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    text-transform: none
}

.bannercontainer .tp-caption.very_large_text {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: "hobo", serif;
    text-transform: capitalize
}

.bannercontainer .tp-caption.very_large_black_text {
    color: #000;
    font-size: 60px;
    line-height: 60px
}

.bannercontainer .tp-caption.bold_red_text {
    color: #d31e00;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px
}

.bannercontainer .tp-caption.bold_brown_text {
    color: #a04606;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px
}

.bannercontainer .tp-caption.bold_green_text {
    color: #5b9830;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px
}

.bannercontainer .tp-caption.very_big_white {
    color: #FFF;
    font-size: 4.063rem;
    font-weight: 300;
    text-transform: none;
    line-height: 65px
}

.bannercontainer .tp-caption.very_big_black {
    color: #000;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    padding: 1px 4px 0;
    background-color: #fff
}

.bannercontainer .tp-caption.cus_black {
    color: #232323;
    font-weight: 700;
    font-size: 54px;
    line-height: 54px
}

.bannercontainer .tp-caption.cus_color {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
    width: 570px;
    text-align: center;
    white-space: inherit
}

.bannercontainer .tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.bannercontainer .tp-caption.black {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 5px
}

.bannercontainer .tp-caption.black:before {
    background: #414141;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    height: 218px;
    left: 37px;
    position: absolute;
    top: -66px;
    width: 11px;
    z-index: -1
}

.bannercontainer .tp-caption.white {
    font-size: 16px;
    color: #FFF;
    letter-spacing: 5px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px
}

.bannercontainer .tp-caption.noshadow {
    text-shadow: none
}

.bannercontainer .tp-caption.btn-shopnow {
    text-align: center;
    line-height: 24px;
    min-width: 220px;
    min-height: 44px
}

.bannercontainer .tp-caption.btn-shopnow .fa {
    margin-right: 5px
}

.bannercontainer .tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.bannercontainer .tp-caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important
}

.bannercontainer .tp-caption .caption-contain {
    width: auto !important;
    line-height: 24px;
    letter-spacing: .25px
}

.bannercontainer .tp_inner_padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: none !important
}

.bannercontainer .tp-button {
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
    cursor: pointer;
    color: #fff !important;
    font-size: 15px;
    line-height: 35px !important;
    font-family: proximanova, sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase
}

.bannercontainer .button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url(../../modules/leoslideshow/views/css/images/gradient/g40.png) repeat-x top
}

.bannercontainer .purchase:hover,
.bannercontainer .button:hover,
.bannercontainer .button.big:hover {
    background-position: bottom, 15px 11px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .bannercontainer .button {
        padding: 4px 8px 3px;
        line-height: 25px !important;
        font-size: 11px !important;
        font-weight: 400
    }

    .bannercontainer a.button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media only screen and (min-width:0) and (max-width:479px) {
    .bannercontainer .button {
        padding: 2px 5px 2px;
        line-height: 20px !important;
        font-size: 10px !important
    }

    .bannercontainer a.button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.bannercontainer .button.green,
.bannercontainer .button:hover.green,
.bannercontainer .purchase.green,
.bannercontainer .purchase:hover.green {
    background-color: #21a117;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -o-box-shadow: 0 3px 0 0 #104d0b;
    -ms-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}

.bannercontainer .button.blue,
.bannercontainer .button:hover.blue,
.bannercontainer .purchase.blue,
.bannercontainer .purchase:hover.blue {
    background-color: #1d78cb;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -o-box-shadow: 0 3px 0 0 #0f3e68;
    -ms-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}

.bannercontainer .button.red,
.bannercontainer .button:hover.red,
.bannercontainer .purchase.red,
.bannercontainer .purchase:hover.red {
    background-color: #cb1d1d;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -o-box-shadow: 0 3px 0 0 #7c1212;
    -ms-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}

.bannercontainer .button.orange,
.bannercontainer .button:hover.orange,
.bannercontainer .purchase.orange,
.bannercontainer .purchase:hover.orange {
    background-color: #f70;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -o-box-shadow: 0 3px 0 0 #a34c00;
    -ms-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}

.bannercontainer .button.darkgrey,
.bannercontainer .button.grey,
.bannercontainer .button:hover.darkgrey,
.bannercontainer .button:hover.grey,
.bannercontainer .purchase.darkgrey,
.bannercontainer .purchase:hover.darkgrey {
    background-color: #555;
    -moz-box-shadow: 0 3px 0 0 #222;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -o-box-shadow: 0 3px 0 0 #222;
    -ms-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}

.bannercontainer .button.lightgrey,
.bannercontainer .button:hover.lightgrey,
.bannercontainer .purchase.lightgrey,
.bannercontainer .purchase:hover.lightgrey {
    background-color: #888;
    -moz-box-shadow: 0 3px 0 0 #555;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -o-box-shadow: 0 3px 0 0 #555;
    -ms-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}

.bannercontainer .tp-simpleresponsive .slotholder *,
.bannercontainer .tp-simpleresponsive img {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.bannercontainer .tp-simpleresponsive .caption,
.bannercontainer .tp-simpleresponsive .tp-caption {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    visibility: hidden
}

.bannercontainer .tp-simpleresponsive img {
    max-width: none
}

.bannercontainer .noFilterClass {
    filter: none !important
}

.bannercontainer .tp-bannershadow {
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bannercontainer .tp-bannershadow.tp-shadow1 {
    background: url(../../modules/leoslideshow/views/css/assets/shadow1.png) no-repeat;
    background-size: 100%;
    width: 890px;
    height: 60px;
    bottom: -30px
}

.bannercontainer .tp-bannershadow.tp-shadow2 {
    background: url(../../modules/leoslideshow/views/css/assets/shadow2.png) no-repeat;
    background-size: 100%;
    width: 890px;
    height: 110px;
    bottom: -60px
}

.bannercontainer .tp-bannershadow.tp-shadow3 {
    background: url(../../modules/leoslideshow/views/css/assets/shadow3.png) no-repeat;
    background-size: 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.bannercontainer .caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.bannercontainer .caption iframe {
    width: 100% !important;
    height: 100% !important
}

.bannercontainer .tpclear {
    clear: both
}

.bannercontainer .tp-bullets {
    z-index: 25;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.bannercontainer .tp-bullets.hidebullets {
    opacity: 0;
    filter: alpha(opacity=0)
}

.bannercontainer .tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../../modules/leoslideshow/views/css/assets/boxed_bgtile.png);
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.bannercontainer .tp-bullets.simplebullets.navbar-old {
    background: url(../../modules/leoslideshow/views/css/assets/navigdots_bgtile.png);
    height: 35px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.bannercontainer .tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/bullet.png) no-Repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0;
    float: left;
    margin-top: -10px;
    margin-left: 3px
}

.bannercontainer .tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.bannercontainer .tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/bullets.png) no-Repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: -12px
}

.bannercontainer .tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.bannercontainer .tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: -10px
}

.bannercontainer .tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.bannercontainer .tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: -10px
}

.bannercontainer .tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.bannercontainer .tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/bullet_boxed.png) no-Repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 10px
}

.bannercontainer .tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0px !important
}

.bannercontainer .tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0px !important
}

.bannercontainer .tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/navigdots.png) no-Repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px
}

.bannercontainer .tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0px !important
}

.bannercontainer .tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0px !important
}

.bannercontainer .tp-bullets.simplebullets .bullet:hover,
.bannercontainer .tp-bullets.simplebullets .bullet.selected {
    background-position: top left
}

.bannercontainer .tp-bullets.simplebullets.round .bullet:hover,
.bannercontainer .tp-bullets.simplebullets.round .bullet.selected,
.bannercontainer .tp-bullets.simplebullets.navbar .bullet:hover,
.bannercontainer .tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: bottom left
}

.bannercontainer .tparrows {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.bannercontainer .tparrows.hidearrows {
    opacity: 0;
    filter: alpha(opacity=0)
}

.bannercontainer .tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/large_left.png) no-Repeat top left;
    width: 40px;
    height: 40px
}

.bannercontainer .tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/large_right.png) no-Repeat top left;
    width: 40px;
    height: 40px
}

.bannercontainer .tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/small_left.png) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: -7px
}

.bannercontainer .tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/small_right.png) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: -7px
}

.bannercontainer .tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/arrow_left.png) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: -13px
}

.bannercontainer .tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/arrow_right.png) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: -13px
}

.bannercontainer .tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/small_left_boxed.png) no-Repeat top left;
    width: 20px;
    height: 15px !important;
    min-height: 15px !important;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}

.bannercontainer .tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/small_right_boxed.png) no-Repeat top left;
    width: 20px;
    height: 15px !important;
    min-height: 15px !important;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}

.bannercontainer .tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/arrowleft.png) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}

.bannercontainer .tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/arrowright.png) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}

.bannercontainer .tp-leftarrow.navbar-old:hover,
.bannercontainer .tp-rightarrow.navbar-old:hover {
    background-position: left -16px
}

.bannercontainer .tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.bannercontainer .tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.bannercontainer .tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: -9px
}

.bannercontainer .tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: -9px
}

.bannercontainer .tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: -9px
}

.bannercontainer .tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: -9px
}

.bannercontainer .tp-leftarrow.square-old:hover,
.bannercontainer .tp-rightarrow.square-old:hover {
    background-position: left -17px
}

.bannercontainer .tp-leftarrow.default {
    z-index: 20;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/large_left.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    left: 0
}

.bannercontainer .tp-rightarrow.default {
    z-index: 20;
    cursor: pointer;
    position: relative;
    background: url(../../modules/leoslideshow/views/css/assets/large_right.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    right: 0
}

.bannercontainer .tp-leftarrow.default:hover,
.bannercontainer .tp-rightarrow.default:hover {
    background-position: left -40px
}

.bannercontainer .tp-leftarrow:hover,
.bannercontainer .tp-rightarrow:hover {
    background-position: left -14px
}

.bannercontainer .tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 3.125rem;
    margin-top: -3.125rem
}

.bannercontainer .fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.bannercontainer .tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 3.125rem;
    overflow: hidden;
    position: relative
}

.bannercontainer .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.bannercontainer .tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 3.125rem;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.bannercontainer .tp-bullets.tp-thumbs .bullet:hover,
.bannercontainer .tp-bullets.tp-thumbs .bullet.selected {
    opacity: 1;
    filter: alpha(opacity=100)
}

.bannercontainer .tp-thumbs img {
    width: 100%
}

.bannercontainer .tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../../modules/leoslideshow/views/css/assets/timer.png) red;
    position: absolute;
    z-index: 200
}

.bannercontainer .tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .bannercontainer .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important
    }

    .bannercontainer .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important
    }

    .bannercontainer .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important
    }
}

@media only screen and (min-width:0) and (max-width:479px) {
    .bannercontainer .responsive .tp-bullets {
        display: none
    }

    .bannercontainer .responsive .tparrows {
        display: none
    }
}

.bannercontainer .tp-simpleresponsive img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bannercontainer .tp-simpleresponsive a {
    text-decoration: none
}

.bannercontainer .tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.bannercontainer .tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden
}

.bannercontainer .caption.slidelink a div,
.bannercontainer .tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
    background: url(../../modules/leoslideshow/views/css/assets/coloredbg.png) repeat
}

.bannercontainer .tp-loader {
    background: url(../../modules/leoslideshow/views/css/assets/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.bannercontainer .tp-transparentimg {
    content: "url(../../modules/leoslideshow/views/css/assets/transparent.png)"
}

.bannercontainer .tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

.btn-slider {
    color: #fff;
    background: #414141;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 45px;
    border-radius: 100px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .btn-slider {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .btn-slider {
        font-size: 26px
    }
}

@media (max-width:468px) {
    .btn-slider {
        font-size: 36px;
        font-weight: 400
    }
}

.btn-slider:hover {
    color: #fff
}

.slider-box-center .bannercontainer .tp-caption.medium_text .caption-contain::after {
    bottom: -35px
}

.slider-box-center .medium_text .caption-contain {
    white-space: normal;
    line-height: 60px;
    margin: auto;
    font-size: 54px !important;
    width: 420px !important;
    text-align: center
}

.slider-box-center .layerslider-wrapper {
    padding: 0
}

.slider1-1 .tp-caption {
    left: 904px !important;
    top: 635px !important
}

.slider1-1 .tp-caption.small_text {
    top: 415px !important
}

.slider1-1 .tp-caption.small_text div {
    letter-spacing: 10px !important
}

.slider1-1 .tp-caption.medium_text {
    top: 508px !important
}

.slider1-1.slider2-2 .tp-caption {
    left: 375px !important
}

.slider1-1.slider2-2 .tp-caption.medium_text * {
    letter-spacing: -7px
}

.slider3 .bannercontainer .tp-caption {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider3 .bannercontainer .tp-caption.small_text {
    top: 460px !important
}

.slider3 .bannercontainer .tp-caption.small_text * {
    letter-spacing: 10px
}

.slider3 .bannercontainer .tp-caption.medium_text {
    top: 360px !important
}

.slider3 .bannercontainer .tp-caption:last-child {
    top: 560px !important
}

#module-leoslideshow-preview .container {
    width: 100%
}

#module-leoslideshow-preview .content-only {
    overflow: hidden
}

#module-leoslideshow-preview #leo-paneltool {
    display: none
}

.iviewSlider {
    overflow: hidden
}

.iview-timer {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.iview-timer div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.iview-preloader {
    position: absolute;
    z-index: 1000;
    border: #000 1px solid;
    padding: 1px;
    width: 100px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.iview-preloader div {
    background: #000;
    float: left;
    width: 0;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.iview-strip,
.iview-block {
    display: block;
    position: absolute;
    z-index: 5
}

.iview-directionNav a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    background: #FFF;
    font-size: 0;
    width: 30px;
    height: 100px;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out
}

.iview-directionNav a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    left: 12px;
    line-height: 100px;
    color: #1f1f1f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.rtl .iview-directionNav a:before {
    right: 12px;
    left: auto
}

.iview-directionNav a.iview-prevNav {
    left: -50px
}

.rtl .iview-directionNav a.iview-prevNav {
    right: -50px;
    left: auto
}

.iview-directionNav a.iview-prevNav:before {
    content: "\f104"
}

.iview-directionNav a.iview-nextNav {
    right: -50px
}

.rtl .iview-directionNav a.iview-nextNav {
    left: -50px;
    right: auto
}

.iview-directionNav a.iview-nextNav:before {
    content: "\f105"
}

.iview-directionNav a:hover::before {
    color: #414141
}

@media (max-width:480px) {
    .iview-directionNav a {
        width: 20px;
        height: 80px
    }

    .iview-directionNav a::before {
        line-height: 80px
    }
}

.iview.iview-hover .iview-directionNav a.iview-prevNav {
    left: 0
}

.rtl .iview.iview-hover .iview-directionNav a.iview-prevNav {
    right: 0;
    left: auto
}

.iview.iview-hover .iview-directionNav a.iview-nextNav {
    right: 0
}

.rtl .iview.iview-hover .iview-directionNav a.iview-nextNav {
    left: 0;
    right: auto
}

.iview-controlNav div.iview-items {
    z-index: 25;
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 100%;
    bottom: 20px;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.iview-controlNav div.iview-items ul {
    margin-bottom: 0
}

.iview-controlNav div.iview-items ul li {
    display: inline-block;
    position: relative;
    height: 10px;
    padding: 0
}

.iview-controlNav div.iview-items ul li a.iview-control {
    background-color: #414141;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    box-sizing: content-box;
    position: relative;
    border-radius: 100%
}

.iview-controlNav div.iview-items ul li a.iview-control::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: -3px;
    border: 6px solid transparent;
    left: -3px;
    border-radius: 100%
}

.iview-controlNav div.iview-items ul li a.iview-control.active::after,
.iview-controlNav div.iview-items ul li a.iview-control:hover::after {
    border: 3px solid #e2e2e2
}

.iview-controlNav div.iview-items.customHtmlBullet {
    padding: 0;
    height: 96px;
    width: 100%;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    z-index: 3
}

.rtl .iview-controlNav div.iview-items.customHtmlBullet {
    right: 0;
    left: auto
}

.iview-controlNav div.iview-items.customHtmlBullet ul li {
    width: 33%;
    height: 96px;
    float: left;
    padding: 0
}

.rtl .iview-controlNav div.iview-items.customHtmlBullet ul li {
    float: right
}

.iview-controlNav div.iview-items.customHtmlBullet a.iview-control {
    padding: 20px 25px 20px 16%;
    float: left;
    width: 100%;
    height: 100%;
    color: #272727;
    background: none;
    text-transform: uppercase;
    border-left: 1px solid #DDD;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-indent: inherit;
    margin: 0
}

.rtl .iview-controlNav div.iview-items.customHtmlBullet a.iview-control {
    float: right
}

.iview-controlNav div.iview-items.customHtmlBullet a.iview-control.active,
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control:hover {
    background: #fafafa;
    cursor: pointer
}

.iview-controlNav div.iview-items.customHtmlBullet a.iview-control.active:after,
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control:hover:after {
    font-family: "FontAwesome";
    content: "\f0d8";
    position: absolute;
    top: -33px;
    right: auto;
    left: 50%;
    margin-left: -10px;
    font-size: 40px;
    color: #fafafa
}

.rtl .iview-controlNav div.iview-items.customHtmlBullet a.iview-control.active:after,
.rtl .iview-controlNav div.iview-items.customHtmlBullet a.iview-control:hover:after {
    right: 50%;
    left: auto
}

.rtl .iview-controlNav div.iview-items.customHtmlBullet a.iview-control.active:after,
.rtl .iview-controlNav div.iview-items.customHtmlBullet a.iview-control:hover:after {
    margin-right: -10px;
    margin-left: inherit
}

.iview-controlNav div.iview-items.customHtmlBullet a.iview-control.active span,
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control:hover span {
    background-color: #414141;
    color: #FFF
}

.iview-controlNav div.iview-items.customHtmlBullet a.iview-control h5 {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 20px
}

.iview-controlNav div.iview-items.customHtmlBullet a.iview-control span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    background: #eaeaea;
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #272727;
    display: inline-block;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    margin: 0 1.125rem 0 0;
    float: left
}

.rtl .iview-controlNav div.iview-items.customHtmlBullet a.iview-control span {
    float: right
}

.iview-controlNav div.iview-items.customHtmlBullet a.iview-control p {
    margin: 0;
    color: #656d73
}

.iview-controlNav.iview-thumbnail div.iview-items {
    bottom: 0
}

.iview-controlNav.iview-thumbnail div.iview-items ul li {
    width: 200px;
    height: auto;
    overflow: hidden;
    vertical-align: bottom
}

.iview-controlNav.iview-thumbnail div.iview-items ul li a {
    width: 100%;
    height: auto;
    margin: 0;
    text-indent: inherit;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.iview-controlNav.iview-thumbnail div.iview-items ul li a.active,
.iview-controlNav.iview-thumbnail div.iview-items ul li a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.iview-controlNav.iview-thumbnail div.iview-items ul li a img {
    max-width: 100%;
    height: auto
}

.iview-video-show {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 101
}

.iview-video-show .iview-video-container {
    position: relative;
    width: 100%;
    height: 100%
}

.iview-video-show .iview-video-container a.iview-video-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #222;
    color: #FFF;
    text-align: center;
    line-height: 29px;
    font-size: 1.375rem;
    font-weight: 700;
    overflow: hidden;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px
}

.iview-video-show .iview-video-container a.iview-video-close:hover {
    background: #444
}

#iview {
    display: block;
    min-width: 300px;
    position: relative;
    overflow: hidden
}

#iview .iviewSlider {
    display: block;
    overflow: hidden;
    background: transparent
}

.iview-preloader {
    border: #666 1px solid;
    width: 150px div;
    width-background: #666
}

.iview-timer {
    border-radius: 10px;
    position: absolute
}

.iview-timer div {
    border-radius: 10px
}

.iview .iview-tooltip {
    display: none;
    position: absolute;
    background: url(../../modules/leoslideshow/views/img/iView/tooltip.png) no-repeat
}

.iview .iview-tooltip div.holder {
    display: block;
    width: 124px;
    height: 84px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.iview .iview-tooltip div.holder div.container {
    display: block;
    width: 4000px
}

.iview .iview-tooltip div.holder div.container div {
    float: left;
    display: block;
    overflow: hidden;
    width: 124px;
    height: 84px;
    left: -50%;
    text-align: center
}

.rtl .iview .iview-tooltip div.holder div.container div {
    float: right
}

.iview .iview-tooltip div.holder div.container div img {
    height: 84px;
    margin: 0 auto;
    max-width: 100%
}

/**
 * 2007-2017 Leotheme
 *
 * NOTICE OF LICENSE
 *
 * Leo Quick Login And Social Login For Prestashop 1.7 
 *
 * DISCLAIMER
 *
 *  @Module Name: Leo Quick Login
 *  @author    leotheme <leotheme@gmail.com>
 *  @copyright 2007-2017 Leotheme
 *  @license   http://leotheme.com - prestashop template provider
 */
.leo-dropdown-wrapper {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 20px 20px 0 20px;
    opacity: 0;
    visibility: hidden
}

.dropdown .leo-dropdown-wrapper {
    margin-top: 50px
}

.dropup .leo-dropdown-wrapper {
    margin-bottom: 50px
}

.dropdown.open .leo-dropdown-wrapper,
.dropup.open .leo-dropdown-wrapper {
    opacity: 1;
    visibility: visible
}

.dropdown.open .leo-dropdown-wrapper {
    margin-top: 10px
}

.dropup.open .leo-dropdown-wrapper {
    margin-bottom: 10px
}

.leo-form {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.leo-quicklogin-form {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 600px
}

.leo-quicklogin-form.html {
    max-width: 100%
}

.lql-form-bt {
    width: 100%
}

.leo-form.leo-form-inactive {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0
}

.leo-login-form.leo-form-inactive {
    right: 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%));
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%)
}

.leo-register-form.leo-form-inactive {
    left: 0;
    transform: translateX(100%);
    -moz-transform: translateX(100%));
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

.leo-form.full-width {
    width: 100%
}

.leo-resetpass-form {
    display: none
}

.lql-callregister,
.lql-calllogin {
    display: none
}

.leo-form.full-width .lql-callregister,
.leo-form.full-width .lql-calllogin {
    display: block
}

.leoquicklogin-loading,
.leoquicklogin-icon {
    display: none
}

.lql-form-bt .leoquicklogin-icon {
    margin: 0
}

.leoquicklogin-cssload-speeding-wheel {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 800ms infinite linear;
    -o-animation: cssload-spin 800ms infinite linear;
    -ms-animation: cssload-spin 800ms infinite linear;
    -webkit-animation: cssload-spin 800ms infinite linear;
    -moz-animation: cssload-spin 800ms infinite linear
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.lql-form-content input {
    border: 1px solid transparent
}

.lql-form-content .leo-has-error input {
    border-color: red
}

.leo-form-chk.leo-has-error {
    border: 1px solid red
}

.lql-form-mesg {
    display: none;
    margin: 0
}

.lql-form-mesg label {
    text-align: left
}

.leo-login-title,
.leo-register-title {
    margin-bottom: 20px
}

.full-width .leo-login-title .title-both,
.leo-login-title .title-only {
    display: none
}

.full-width .leo-login-title .title-only,
.leo-login-title .title-both {
    display: block
}

body.leoquicklogin-active-slidebar {
    overflow: hidden;
    padding-right: 17px
}

body.lql_is_gen_rtl.leoquicklogin-active-slidebar {
    padding-right: 0;
    padding-left: 17px
}

body main {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.leoquicklogin-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -webkit-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -moz-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -ms-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -o-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s
}

.leoquicklogin-mask.active {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s
}

.leoquicklogin-slidebar-wrapper {
    max-width: 600px;
    margin: 0 auto
}

.leoquicklogin-slidebar {
    z-index: 999;
    position: fixed;
    background: #fff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    display: none
}

.leoquicklogin-slidebar.slidebar_left,
.leoquicklogin-slidebar.push_slidebar_left {
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%));
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%)
}

.leoquicklogin-slidebar.slidebar_right,
.leoquicklogin-slidebar.push_slidebar_right {
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

.leoquicklogin-slidebar.slidebar_left.active,
.leoquicklogin-slidebar.push_slidebar_left.active,
.leoquicklogin-slidebar.slidebar_right.active,
.leoquicklogin-slidebar.push_slidebar_right.active {
    visibility: visible;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

.leoquicklogin-slidebar.slidebar_top,
.leoquicklogin-slidebar.push_slidebar_top {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%));
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%)
}

.leoquicklogin-slidebar.slidebar_bottom,
.leoquicklogin-slidebar.push_slidebar_bottom {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%)
}

.leoquicklogin-slidebar.slidebar_top.active,
.leoquicklogin-slidebar.push_slidebar_top.active,
.leoquicklogin-slidebar.slidebar_bottom.active,
.leoquicklogin-slidebar.push_slidebar_bottom.active {
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0)
}

.leoquicklogin-slidebar-top {
    margin-bottom: 10px
}

.leoquicklogin-slidebar-top,
.leoquicklogin-slidebar-bottom {
    text-align: right;
    display: none
}

.leoquicklogin-slidebar.push_slidebar_left .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.slidebar_left .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.push_slidebar_right .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.slidebar_right .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.push_slidebar_bottom .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar.slidebar_bottom .leoquicklogin-slidebar-top {
    display: block
}

.leoquicklogin-slidebar.push_slidebar_top .leoquicklogin-slidebar-bottom,
.leoquicklogin-slidebar.slidebar_top .leoquicklogin-slidebar-bottom {
    display: block
}

.lql-social-login {
    margin-bottom: 10px
}

.lql-social-modal-mesg {
    display: none;
    text-align: center
}

.lql-social-modal-mesg.active {
    display: block
}

.lql-social-modal .modal-dialog {
    margin: 250px auto
}

.lql-social-modal-mesg.error-email i,
.lql-social-modal-mesg.error-login i {
    color: #f0ad4e
}

.lql-social-modal-mesg.success i {
    color: #5cb85c
}

.lql-social-modal .modal-content {
    border-radius: 0
}

.lql-social-modal-mesg.active span {
    display: block;
    border-top-color: #414141;
    border-bottom-color: #414141
}

.social-login-bt {
    color: #fff;
    border-color: transparent;
    margin-top: 5px
}

.facebook-login-bt,
.facebook-login-bt:hover,
.facebook-login-bt:active,
.facebook-login-bt:focus {
    background: #4C68A2
}

.google-login-bt,
.google-login-bt:hover,
.google-login-bt:active,
.google-login-bt:focus {
    background: #4285f4
}

.twitter-login-bt,
.twitter-login-bt:hover,
.twitter-login-bt:active,
.twitter-login-bt:focus {
    background: #53d1f8
}

.show-bt-txt .social-login-bt span {
    margin-right: 10px
}

.lql-action-bt {
    float: left;
    width: 50%;
    text-align: center
}

.lql-action {
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.lql-action.lql-inactive {
    display: none
}

.lql-action.lql-active {
    display: block
}

.lql-bt {
    color: #ddd;
    cursor: pointer
}

.lql-bt.lql-active {
    color: #000
}

.leo-quicklogin-nav {
    height: 48px;
    line-height: 48px
}

.leo-quicklogin-nav i {
    line-height: normal !important;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr !important
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 12px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 12px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 12px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 20px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 3px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../../../../modules/leofeature/views/css/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.leo-bt-cart.disabled:focus {
    background: #acaaa6
}

.owl-item {
    padding-left: 15px;
    padding-right: 15px
}

.usefulness_btn {
    background: #ddd;
    color: #666;
    padding: 8px 25px;
    margin: 0 5px;
    display: inline-block
}

.usefulness_btn:hover {
    background: #FFF;
    color: #414141
}

.report_btn {
    background: #fff;
    padding: 0;
    font-size: 18px;
    margin: 0;
    margin-top: 15px;
    border: none
}

.report_btn:hover {
    border: none;
    color: #414141
}

.leo-modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.leo-modal a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.leo-modal a:hover {
    color: #414141
}

.leo-modal h5 {
    font-family: "Roboto", sans-serif
}

.leo-modal .modal-header.info-mess,
.leo-modal .modal-header.warning-mess {
    background: #2FB5D2
}

.leo-modal .modal-header.block-mess {
    background: #F39D72
}

.leo-modal .modal-title .material-icons {
    margin-right: .3125rem
}

.rtl .leo-modal .modal-title .material-icons {
    margin-left: .3125rem;
    margin-right: inherit
}

.leo-modal-cart .modal-title {
    font-weight: 600;
    color: #FFF;
    font-size: 1.125rem;
    display: none
}

.leo-modal-cart .modal-header {
    border: none
}

.leo-modal-cart .modal-dialog,
.leo-modal-compare .modal-dialog,
.leo-modal-wishlist .modal-dialog {
    margin: 15.625rem auto
}

.leo-modal-cart .modal-title,
.leo-modal-compare .modal-title,
.leo-modal-wishlist .modal-title {
    font-weight: 400
}

.leo-modal-cart .modal-title a,
.leo-modal-compare .modal-title a,
.leo-modal-wishlist .modal-title a {
    font-weight: 600
}

.leo-loading,
.leo-modal-review-loading {
    display: none
}

.leo-bt-select-attr,
.leo-dropdown-attr {
    width: 100%;
    letter-spacing: 0
}

.leo-select-attr .selected,
.leo-select-attr .selected.disable,
.leo-select-attr:hover {
    background: #A0D468;
    color: #fff
}

.leo-select-attr.disable {
    background: #EBEBEB
}

.leo-pro-attr-section {
    margin: 15px 0
}

.leo-pro-attr-section.open .dropdown-toggle::after {
    color: #414141
}

.leo-pro-attr-section .dropdown-toggle::after {
    color: #FFF;
    position: absolute;
    right: 10px
}

.rtl .leo-pro-attr-section .dropdown-toggle::after {
    left: 10px;
    right: auto
}

.leo-pro-attr-section .dropdown-toggle:hover::after {
    color: #414141
}

.leo-dropdown-attr {
    padding: 0;
    z-index: 999
}

.leo-dropdown-attr.dropdown-menu {
    position: absolute;
    max-height: 92px;
    overflow-y: scroll;
    overflow-x: scroll;
    margin-top: 0;
    z-index: 99999;
    box-shadow: 2px 1px 12px rgba(0, 0, 0, .2)
}

.leo-dropdown-attr.dropdown-menu a {
    border-bottom: 1px solid #e0e1e3
}

.leo-dropdown-attr.dropdown-menu a:last-child {
    border-bottom: none
}

.leo-dropdown-attr .dropdown-item {
    white-space: initial
}

.cssload-speeding-wheel {
    margin: 12px auto 0;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 800ms infinite linear;
    -o-animation: cssload-spin 800ms infinite linear;
    -ms-animation: cssload-spin 800ms infinite linear;
    -webkit-animation: cssload-spin 800ms infinite linear;
    -moz-animation: cssload-spin 800ms infinite linear;
    display: none
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.leo-modal-send-wishlist button.btn-secondary {
    margin: 0 15px
}

.leo-modal-send-wishlist .modal-footer {
    text-align: right
}

.rtl .leo-modal-send-wishlist .modal-footer {
    text-align: left
}

.page-mywishlist .footer_links li {
    margin-top: 20px
}

.leo-modal-review .modal-title,
.leo-modal-review .leo-modal-send-wishlist .modal-title {
    text-transform: uppercase
}

.leo-modal-review .modal-dialog {
    max-width: 650px
}

.leo-modal-review .product_desc {
    margin-top: 20px;
    text-align: center
}

.leo-modal-review .btn {
    color: #FFF;
    background-color: #414141;
    border-color: #414141;
    font-size: 14px
}

.leo-modal-review .btn:hover {
    color: #FFF;
    background-color: #666;
    border-color: #666
}

@media (max-width:575px) {
    .leo-modal-review .product-info {
        text-align: center
    }

    .leo-modal-review .product-info img {
        display: block;
        margin: auto
    }
}

.cancel a {
    margin: 1px 5px 0 0;
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block
}

.rtl .cancel a {
    margin: 1px 0 0 5px
}

.cancel a:before {
    content: "\f056";
    font-family: "FontAwesome";
    color: #e34747
}

.cancel,
.star {
    overflow: hidden;
    float: left;
    margin: 0 2px;
    cursor: pointer
}

.rtl .cancel,
.rtl .star {
    float: right
}

div.star:before {
    content: "\f005";
    color: #999;
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 14px
}

.star a {
    display: block;
    position: absolute;
    text-indent: -5000px
}

div.star.star_on:before,
div.star.star_hover:before {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #1f1f1f;
    font-size: px
}

#criterions_list {
    list-style-type: none
}

@media (max-width:575px) {
    #criterions_list {
        text-align: center
    }

    #criterions_list li {
        display: inline-block
    }
}

#criterions_list .star_content {
    margin-top: 3px;
    display: inline-block
}

#criterions_list li {
    margin-bottom: 10px
}

#criterions_list label {
    display: inline;
    float: left;
    margin: 0 10px 0 0
}

.rtl #criterions_list label {
    float: right
}

.rtl #criterions_list label {
    margin: 0 0 0 10px
}

.new_review_form_content #criterions_list {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    list-style-type: none
}

.new_review_form_content .form-group.has-error input,
.new_review_form_content .form-group.has-error textarea {
    outline: 2px solid #ff4c4c
}

.open-review-form {
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.open-review-form:hover {
    color: #414141
}

.open-review-form:hover i {
    color: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.leo-modal-review .has-success,
.leo-modal-review .has-danger {
    text-align: center
}

.leo-modal-review .has-success label,
.leo-modal-review .has-danger label {
    font-weight: 600;
    font-size: 1.125rem;
    display: inline
}

.leo-list-product-reviews {
    text-align: center;
    margin-top: 10px
}

.leo-list-product-reviews .star_content,
.leo-list-product-reviews .star,
.review_author .star_content,
.review_author .star,
.product-rating .star_content,
.product-rating .star,
#leo_product_reviews_block_extra .star_content,
#leo_product_reviews_block_extra .star {
    cursor: default
}

.leo-list-product-reviews-wraper {
    display: inline-block
}

#leo_product_reviews_block_extra {
    margin-bottom: 15px
}

#leo_product_reviews_block_extra .reviews_note {
    float: left;
    margin-right: 75px
}

.rtl #leo_product_reviews_block_extra .reviews_note {
    float: right
}

.rtl #leo_product_reviews_block_extra .reviews_note {
    margin-left: 75px;
    margin-right: inherit
}

#leo_product_reviews_block_extra .reviews_note > span {
    float: left
}

.rtl #leo_product_reviews_block_extra .reviews_note > span {
    float: right
}

#leo_product_reviews_block_extra .star_content {
    float: left;
    margin-top: 5px
}

.rtl #leo_product_reviews_block_extra .star_content {
    float: right
}

.reviews_advices {
    margin: 0
}

@media (min-width:768px) {
    .reviews_advices {
        float: left
    }

    .rtl .reviews_advices {
        float: right
    }
}

.reviews_advices a {
    font-size: 16px;
    line-height: 30px;
    color: #878787;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.reviews_advices a:hover {
    color: #414141
}

.reviews_advices a span {
    margin-right: 5px
}

.rtl .reviews_advices a span {
    margin-left: 5px;
    margin-right: inherit
}

.reviews_advices li {
    display: inline-block
}

.reviews_advices li i {
    font-size: 18px
}

.reviews_advices li.last {
    position: relative;
    margin-left: 15px
}

.rtl .reviews_advices li.last {
    margin-right: 15px;
    margin-left: inherit
}

.reviews_advices li.last::before {
    content: '';
    height: 16px;
    width: 1px;
    background: #303841;
    position: absolute;
    top: 8px;
    left: -10px
}

.rtl .reviews_advices li.last::before {
    right: -10px;
    left: auto
}

#product_reviews_block_tab .title_block {
    font-family: "Roboto", sans-serif
}

#product_reviews_block_tab .title_block::before {
    content: none
}

#product_reviews_block_tab .review-info {
    margin-bottom: 30px
}

#product_reviews_block_tab .review {
    margin-bottom: 10px;
    padding-bottom: 10px
}

#product_reviews_block_tab .review_details {
    border-left: 1px solid #B5AAB0
}

.rtl #product_reviews_block_tab .review_details {
    border-right: 1px solid #B5AAB0;
    border-left: inherit
}

#product_reviews_block_tab .review_details p {
    text-align: left;
    max-width: inherit;
    font-size: 16px
}

.rtl #product_reviews_block_tab .review_details p {
    text-align: right
}

#product_reviews_block_tab .review_details p.title_block {
    font-size: 24px
}

#product_reviews_block_tab .review_details p[itemprop="reviewBody"] {
    line-height: 22px;
    margin-top: 15px
}

@media (max-width:575px) {
    #product_reviews_block_tab .review_details {
        border-left: 1px solid transparent
    }

    .rtl #product_reviews_block_tab .review_details {
        border-right: 1px solid transparent;
        border-left: inherit
    }
}

#product_reviews_block_tab .report_btn {
    padding: 0;
    color: #414141;
    font-size: 14px
}

#product_reviews_block_tab .report_btn.disabled {
    background: #fff;
    color: #acaaa6
}

.usefulness_btn.active,
.usefulness_btn.active:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.review_button .btn.active {
    display: inline-block
}

.leo-fake-button {
    display: none
}

.compare_extra_information {
    min-width: 250px
}

.comparison_infos {
    text-align: center
}

.leo-compare-button.added {
    background: #2FB5D2;
    color: #fff
}

.leo-compare-button.added i {
    color: #fff
}

.leo-compare-button.active {
    border-color: #ccc
}

.leo-compare-button.active .cssload-speeding-wheel {
    border: 2px solid #414141;
    border-left-color: transparent;
    border-right-color: transparent
}

.leo-compare-button.active.added .cssload-speeding-wheel {
    border: 2px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent
}

.leo-wishlist-button {
    color: #000;
    background: transparent;
    padding: 9px
}

.leo-wishlist-button:hover i {
    color: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.leo-wishlist-button.dropdown-toggle {
    color: #414141
}

.leo-wishlist-button.dropdown-toggle i {
    color: #414141
}

.leo-wishlist-button.added {
    background: transparent
}

.leo-wishlist-button .cssload-speeding-wheel {
    border: 2px solid #414141;
    border-left-color: transparent;
    border-right-color: transparent;
    margin: 10px auto 0
}

.product-description-short {
    margin: 10px 0 15px;
    padding-bottom: 12px
}

.product-description-short p {
    margin: 0;
    line-height: 24px;
    color: #666
}

.product-rating {
    display: inline-block
}

.leo-productscompare-item .thumbnail-container {
    height: 100%
}

.leo-productscompare-item .thumbnail-container .product-image {
    margin-bottom: 10px
}

.leo-productscompare-item .thumbnail-container .button-container:before {
    left: 0 !important;
    right: 0 !important;
    margin: auto
}

.leo-productscompare-item .thumbnail-container .button-container .leo-bt-cart-content span {
    display: inline-block
}

.leo-productscompare-item .thumbnail-container .leo-bt-cart {
    margin-bottom: 10px
}

.leo-productscompare-item .thumbnail-container:hover .product-description {
    visibility: visible
}

.leo-productscompare-item .product-description {
    margin: auto;
    position: relative;
    height: 100%
}

.leo-productscompare-item .delete-productcompare .leo-compare-button {
    float: right
}

.rtl .leo-productscompare-item .delete-productcompare .leo-compare-button {
    float: left
}

.list-wishlist {
    margin: 20px 0 0;
    overflow-x: auto
}

.list-wishlist .table th {
    font-family: "Roboto", sans-serif
}

@media (max-width:991px) {
    .list-wishlist > table {
        width: 991px
    }
}

.list-wishlist table tbody > tr:nth-child(odd) {
    background: #ebebeb
}

.list-wishlist table tbody > tr:nth-child(even) {
    background: #f6f6f6
}

.list-wishlist tr.new,
.list-wishlist tr.active,
.list-wishlist tr.show.active {
    background-color: #4880D2 !important
}

.list-wishlist tr.show {
    background-color: #d9edf7 !important
}

.leo-save-wishlist-loading {
    display: none
}

.list-wishlist tr,
.leo-wishlistproduct-item {
    -moz-transition: background-color 1.5s;
    -webkit-transition: background-color 1.5s;
    -o-transition: background-color 1.5s;
    transition: background-color 1.5s
}

.leo-wishlistproduct-item {
    text-align: center;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .leo-wishlistproduct-item:nth-child(4n+1) {
        clear: both
    }
}

@media (min-width:768px) and (max-width:991px) {
    .leo-wishlistproduct-item:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width:767px) and (min-width:576px) {
    .leo-wishlistproduct-item:nth-child(2n+1) {
        clear: both
    }
}

.leo-fake-send-wishlist-button {
    display: none
}

.wishlist-product-action {
    position: relative
}

.wishlist-product-action .leo-wishlist-product-save-button,
.wishlist-product-action .leo-wishlist-button-dropdown {
    width: auto
}

.wishlist-product-action .leo-wishlist-button-dropdown {
    position: initial
}

.wishlist-product-action .leo-wishlist-button-dropdown .dropdown-toggle:focus {
    background-color: #414141
}

.wishlist-product-action .leo-wishlist-button-dropdown .leo-list-wishlist {
    top: auto;
    bottom: 105%;
    font-size: 13px;
    right: inherit;
    max-height: 125px;
    overflow-y: auto
}

.wishlist-product-action .leo-wishlist-button-dropdown .move-wishlist-item {
    background: #414141;
    color: #FFF;
    border-radius: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.wishlist-product-action .leo-wishlist-button-dropdown .move-wishlist-item:hover {
    background: #333
}

.leo-modal-wishlist .modal-footer {
    display: none
}

.leo-modal-wishlist.enable-action .modal-footer {
    display: block
}

.leo-modal-wishlist-loading {
    display: none
}

.leo-list-wishlist {
    z-index: 999;
    padding: 0;
    margin: 0;
    border: 0
}

.leo-list-wishlist.dropdown-menu {
    width: 225px;
    left: 50%;
    -webkit-animation: inherit;
    -moz-animation: inherit;
    animation: inherit;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 10px;
    top: auto;
    bottom: 100%;
    max-height: 200px;
    overflow-y: auto;
    right: inherit
}

.leo-list-wishlist.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5
}

.leo-list-wishlist.dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.leo-list-wishlist.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #414141;
    opacity: .6;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

@media (max-width:400px) {
    .leo-list-wishlist.dropdown-menu {
        width: 100%
    }
}

.leo-list-wishlist.dropdown-menu a {
    color: #1f1f1f;
    background: transparent;
    line-height: 24px;
    white-space: inherit;
    text-align: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.rtl .leo-list-wishlist.dropdown-menu a {
    text-align: right
}

.leo-list-wishlist.dropdown-menu a.added {
    color: #414141
}

.leo-list-wishlist.dropdown-menu a:hover {
    color: #414141
}

.leo-wishlist-button.dropdown-toggle::after {
    display: none
}

.leo-wishlist-button-dropdown {
    display: inline-block;
    width: 100%
}

.wishlist-item .added,
.wishlist-item .added:hover {
    background-color: #2fb5d2;
    color: #fff
}

.wishlist-item:hover,
.move-wishlist-item:hover {
    background-color: #f7f7f9
}

.view-wishlist-product {
    float: left
}

.rtl .view-wishlist-product {
    float: right
}

.view-wishlist-product i {
    line-height: 21px;
    margin-right: 5px
}

.rtl .view-wishlist-product i {
    margin-left: 5px;
    margin-right: inherit
}

.leo-view-wishlist-product-loading {
    display: none;
    float: right
}

.rtl .leo-view-wishlist-product-loading {
    float: left
}

.leo-wishlist-product {
    margin-bottom: 20px
}

.leo-wishlist-product .button-container {
    position: relative
}

.delete-wishlist-product {
    position: absolute;
    top: 10px;
    z-index: 9;
    right: 10px
}

.rtl .delete-wishlist-product {
    left: 10px;
    right: auto
}

.delete-wishlist-product .leo-wishlist-button {
    float: right
}

.rtl .delete-wishlist-product .leo-wishlist-button {
    float: left
}

.delete-wishlist-product i {
    color: #414141;
    opacity: .6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.delete-wishlist-product:hover i {
    opacity: 1
}

.send-wishlist {
    display: none;
    margin-bottom: 20px
}

.send-wishlist i {
    color: #FFF
}

.send-wishlist .leo-send-wishlist-button:hover i {
    color: #414141
}

.wishlist-product-info .form-control {
    background: #ebebeb;
    border-radius: 0
}

.wishlist-product-info .form-group label {
    text-align: center
}

.wishlist-product-info label {
    text-align: center
}

.wishlist_email_status_loading {
    border: 2px solid #414141;
    border-left-color: transparent;
    border-right-color: transparent
}

.wishlist_email_status_loading,
.send_wishlist_msg,
.leo-modal-send-wishlist-loading {
    display: none
}

.leo-modal-reset-send-wishlist-bt {
    float: left
}

.rtl .leo-modal-reset-send-wishlist-bt {
    float: right
}

.send_wishlist_success {
    color: #5cb85c
}

.send_wishlist_error {
    color: #f0ad4e
}

.send_wishlist_form_content .has-success input,
.send_wishlist_form_content .has-warning input {
    pointer-events: none
}

.leo-wishlist-button-delete {
    float: right
}

.rtl .leo-wishlist-button-delete {
    float: left
}

#module-leofeature-mywishlist #mywishlist .btn.focus,
#module-leofeature-mywishlist #mywishlist .btn:focus {
    background: #414141;
    color: #fff
}

#mywishlist {
    margin-bottom: 60px
}

#mywishlist .show-list {
    padding: 9px;
    color: #fff
}

#mywishlist .thumbnail-container .product-description > * {
    opacity: 1;
    visibility: visible
}

#mywishlist .btn {
    border-color: #414141
}

#mywishlist .btn.focus,
#mywishlist .btn:focus {
    background-color: #FFF;
    color: #414141
}

#mywishlist .leo-wishlist-button-delete {
    background: none;
    border: none;
    padding: 0
}

#mywishlist .leo-wishlist-button-delete:hover {
    background: none
}

#mywishlist .delete-wishlist i {
    color: #414141;
    opacity: .6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#mywishlist .delete-wishlist i:hover {
    opacity: 1
}

#mywishlist h2 {
    font-family: "Roboto", sans-serif
}

#mywishlist a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#mywishlist a:hover {
    color: #414141
}

#mywishlist .footer_links li {
    display: inline-block;
    margin-right: 18px
}

.rtl #mywishlist .footer_links li {
    margin-left: 18px;
    margin-right: inherit
}

#mywishlist .footer_links i {
    color: #FFF;
    margin-right: 10px
}

.rtl #mywishlist .footer_links i {
    margin-left: 10px;
    margin-right: inherit
}

#mywishlist .footer_links a {
    font-weight: 600
}

#mywishlist .footer_links a:hover i {
    color: #414141
}

@media (max-width:500px) {
    .icon-menu-class + #cart-block .leo-dropdown-cart.defaultcart {
        right: -90px
    }

    .rtl .icon-menu-class + #cart-block .leo-dropdown-cart.defaultcart {
        left: -90px;
        right: auto
    }
}

.leo-dropdown-cart {
    position: absolute
}

.leo-dropdown-cart.dropup .leo-dropdown-bottom,
.leo-dropdown-cart.dropdown .leo-dropdown-bottom {
    background: #FFF
}

.leo-dropdown-cart.defaultcart {
    right: 0
}

.rtl .leo-dropdown-cart.defaultcart {
    left: 0;
    right: auto
}

.leo-dropdown-cart.flycart.dropup,
.leo-dropdown-cart.flycart.dropdown {
    bottom: 100%;
    margin-bottom: 10px
}

.leo-dropdown-cart.dropdown {
    top: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.leo-dropdown-cart.dropdown.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9999
}

.leo-dropdown-cart.dropup {
    top: 124%;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

@media (max-width:991px) {
    .leo-dropdown-cart.dropup {
        top: 135%
    }
}

.leo-dropdown-cart.dropup.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999999
}

.leo-fly-cart {
    z-index: 99;
    background: #f1f1f1;
    border-radius: 100%;
    width: 50px;
    position: relative;
    height: 50px;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.leo-fly-cart .leo-dropdown-cart.dropup {
    bottom: 100%;
    top: auto
}

.leo-fly-cart.solo.offset-left .leo-fly-cart-total {
    right: 5px;
    top: 8px
}

.rtl .leo-fly-cart.solo.offset-left .leo-fly-cart-total {
    left: 5px;
    right: auto
}

.leo-fly-cart.solo.enable-dropdown.offset-left .leo-dropdown-cart.flycart {
    left: 0
}

.leo-fly-cart.solo.enable-dropdown.offset-right .leo-dropdown-cart.flycart {
    right: 0
}

.leo-fly-cart.solo.offset-right .leo-fly-cart-total {
    left: 2px;
    top: 7px
}

.leo-fly-cart .leo-fly-cart-icon i {
    color: #414141;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.leo-fly-cart .leo-fly-cart-icon:hover i {
    opacity: 1
}

.leo-fly-cart .leo-dropdown-cart-content {
    left: 0
}

.leo-fly-cart-total {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 14px;
    color: #414141;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px
}

.rtl .leo-fly-cart-total {
    left: 8px;
    right: auto
}

.leo-fly-cart-icon-wrapper {
    position: relative
}

.leo-fly-cart-icon-wrapper:hover .leo-fly-cart-total,
.leo-fly-cart-icon-wrapper:hover i {
    opacity: 1
}

.leo-fly-cart-icon {
    position: absolute;
    top: 20px;
    left: 12px
}

.rtl .leo-fly-cart-icon {
    right: 12px;
    left: auto
}

.leo-dropdown-list-item {
    margin-bottom: 0
}

.leo-cart-dropdown-action {
    text-align: center;
    padding: 20px
}

.leo-cart-dropdown-action a {
    color: #fff;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    background: #414141;
    padding-bottom: 10px;
    font-weight: 600;
    padding-top: 10px
}

.leo-cart-dropdown-action a:hover {
    opacity: .8;
    background: #414141;
    color: #fff
}

#cart-block .leo-cart-dropdown-action {
    text-align: center;
    padding: 20px;
    max-width: 290px;
    margin: auto
}

#cart-block .leo-cart-dropdown-action a {
    padding-bottom: 10px;
    padding-top: 10px
}

.leo-dropdown-cart-subtotals {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px 5px
}

.rtl .leo-dropdown-cart-subtotals {
    text-align: right
}

.leo-dropdown-cart-subtotals > div {
    margin-bottom: 5px
}

.leo-dropdown-cart-subtotals .value {
    float: right;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-align: right
}

.rtl .leo-dropdown-cart-subtotals .value {
    float: left
}

.rtl .leo-dropdown-cart-subtotals .value {
    text-align: left
}

.leo-dropdown-cart-subtotals .label {
    float: left;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    text-align: left
}

.rtl .leo-dropdown-cart-subtotals .label {
    float: right
}

.rtl .leo-dropdown-cart-subtotals .label {
    text-align: right
}

.leo-dropdown-cart-total {
    padding: 10px 20px
}

.leo-dropdown-cart-total > .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.leo-dropdown-cart-total .value {
    float: right;
    font-weight: 600;
    color: #414141;
    text-align: right;
    font-size: 16px
}

.rtl .leo-dropdown-cart-total .value {
    float: left
}

.rtl .leo-dropdown-cart-total .value {
    text-align: left
}

.leo-dropdown-cart-total .label {
    font-size: 16px;
    float: left;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    text-align: left
}

.rtl .leo-dropdown-cart-total .label {
    float: right
}

.rtl .leo-dropdown-cart-total .label {
    text-align: right
}

.leo-cart-item-img {
    float: left;
    margin-right: 15px
}

.leo-cart-item-img img {
    width: 80px;
    height: 107px;
    border: 1px solid #e5e5e5
}

.rtl .leo-cart-item-img {
    float: right
}

.rtl .leo-cart-item-img {
    margin-left: 15px;
    margin-right: inherit
}

.leo-dropdown-cart-content {
    background: #fff;
    z-index: 99;
    border: 1px solid #f1f1f1;
    min-width: 290px;
    right: 0
}

.leo-dropdown-cart-content .leo-dropdown-list-item.active-scrollbar {
    overflow: auto
}

.leo-dropdown-cart-content a.leo-dropdown-combination,
.leo-dropdown-cart-content a.leo-dropdown-customization {
    color: #2fb5d2
}

.leo-dropdown-cart-item {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 10px 10px;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear
}

.leo-dropdown-cart-item a {
    color: #232323;
    font-size: 16px
}

.leo-dropdown-cart-item.high-light,
.leo-dropdown-cart-item.show-combination,
.leo-dropdown-cart-item.show-customization,
.leo-dropdown-cart-item.show-additional {
    background-color: #c9def3;
    z-index: 9999
}

.leo-dropdown-cart-item .leo-dropdown-additional {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #c9def3;
    padding: 0 20px 10px
}

.leo-dropdown-cart-item.show-additional .leo-dropdown-additional {
    top: 100%;
    z-index: 9999;
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (max-width:767px) {
    .bottomnav .leo-dropdown-cart.defaultcart {
        right: -200px
    }

    .rtl .bottomnav .leo-dropdown-cart.defaultcart {
        left: -200px;
        right: auto
    }
}

.leo-remove-from-cart {
    position: absolute;
    top: 12px;
    right: 18px
}

.rtl .leo-remove-from-cart {
    left: 18px;
    right: auto
}

.leo-remove-from-cart i {
    color: #414141;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.leo-remove-from-cart:hover i {
    opacity: .8
}

.view-additional {
    clear: both;
    text-align: left;
    position: absolute;
    right: 20px;
    top: 75px
}

.rtl .view-additional {
    text-align: right
}

.rtl .view-additional {
    left: 20px;
    right: auto
}

.leo-dropdown-additional {
    clear: both;
    text-align: left
}

.rtl .leo-dropdown-additional {
    text-align: right
}

.leo-dropdown-additional .view-combination,
.leo-dropdown-additional .view-customization {
    padding-bottom: 5px;
    font-weight: 700;
    text-align: left;
    border-top: 1px solid #fff
}

.rtl .leo-dropdown-additional .view-combination,
.rtl .leo-dropdown-additional .view-customization {
    text-align: right
}

.leo-dropdown-additional .view-customization {
    margin-top: 5px
}

.view-leo-dropdown-additional {
    width: 23px;
    height: 23px;
    background: #414141;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.view-leo-dropdown-additional::before,
.view-leo-dropdown-additional::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.view-leo-dropdown-additional::before {
    right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rtl .view-leo-dropdown-additional::before {
    left: 10px;
    right: auto
}

.view-leo-dropdown-additional::after {
    right: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.rtl .view-leo-dropdown-additional::after {
    left: 5px;
    right: auto
}

.view-leo-dropdown-additional:hover {
    opacity: .8
}

.view-leo-dropdown-additional.show::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.view-leo-dropdown-additional.show::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.leo-dropdown-overlay {
    display: none;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .75);
    position: absolute;
    z-index: 300
}

.leo-dropdown-cssload-speeding-wheel,
.leo-fly-cssload-speeding-wheel {
    display: none;
    position: absolute;
    left: 46%;
    top: 40%;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid #414141;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 800ms infinite linear;
    -o-animation: cssload-spin 800ms infinite linear;
    -ms-animation: cssload-spin 800ms infinite linear;
    -webkit-animation: cssload-spin 800ms infinite linear;
    -moz-animation: cssload-spin 800ms infinite linear
}

.leo-fly-cssload-speeding-wheel {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px
}

.leo-blockcart .cart-preview span.leo-dropdown-cssload-speeding-wheel {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    vertical-align: middle;
    position: relative;
    left: 0;
    top: 0
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.cssload-piano {
    display: none !important;
    margin: auto;
    width: 5px;
    height: 8px;
    font-size: 8px;
    position: absolute;
    left: 60%;
    top: 35%
}

.rtl .cssload-piano {
    right: 60%;
    left: auto
}

.cssload-piano > div {
    height: 100%;
    width: 100%;
    display: block;
    margin-bottom: .6em;
    animation: stretchdelay 0.88s infinite ease-in-out;
    -o-animation: stretchdelay 0.88s infinite ease-in-out;
    -ms-animation: stretchdelay 0.88s infinite ease-in-out;
    -webkit-animation: stretchdelay 0.88s infinite ease-in-out;
    -moz-animation: stretchdelay 0.88s infinite ease-in-out
}

.cssload-piano .cssload-rect2 {
    animation-delay: -0.65s;
    -o-animation-delay: -0.65s;
    -ms-animation-delay: -0.65s;
    -webkit-animation-delay: -0.65s;
    -moz-animation-delay: -0.65s
}

.cssload-piano .cssload-rect3 {
    animation-delay: -0.42s;
    -o-animation-delay: -0.42s;
    -ms-animation-delay: -0.42s;
    -webkit-animation-delay: -0.42s;
    -moz-animation-delay: -0.42s
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleX(.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, .1)
    }

    20% {
        transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, .4)
    }
}

@-o-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -o-transform: scaleX(.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, .1)
    }

    20% {
        -o-transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, .4)
    }
}

@-ms-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -ms-transform: scaleX(.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, .1)
    }

    20% {
        -ms-transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, .4)
    }
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleX(.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, .1)
    }

    20% {
        -webkit-transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, .4)
    }
}

@-moz-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -moz-transform: scaleX(.8);
        background-color: #2e5865;
        box-shadow: 0 0 0 rgba(10, 10, 10, .1)
    }

    20% {
        -moz-transform: scaleX(1);
        background-color: #fff;
        box-shadow: 0 5px 6px rgba(10, 10, 10, .4)
    }
}

.leo-notification {
    display: none;
    position: fixed;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.leo-notification.active {
    display: block;
    z-index: 99999
}

.leo-notification .notification-wrapper {
    width: 100%;
    margin-bottom: 5px;
    max-height: 100px
}

.leo-notification .notification-wrapper.disable {
    max-height: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.notification {
    position: relative;
    padding: 35px 22px 14px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #000;
    line-height: 25px;
    cursor: pointer;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px)
}

.notification.show {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    visibility: visible;
    z-index: 99999;
    opacity: 1;
    filter: alpha(opacity=100)
}

.notification .notification-title {
    margin-right: 15px;
    padding: 0 15px;
    line-height: 30px;
    display: inline-block
}

.notification .notification-close {
    font-size: 0
}

.notification .notification-close::after {
    content: '\f00d';
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 15px;
    color: red
}

.notification .notification-close:hover {
    cursor: pointer
}

.notification.closed {
    transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.notification.notification-success {
    background: #FFF
}

.notification.notification-success .notification-title {
    background: #27ae60
}

.notification.notification-error {
    background: rgba(231, 76, 60, .8)
}

.notification.notification-error .notification-title {
    background: #c0392b
}

.notification.notification-warning {
    background: rgba(241, 196, 15, .8)
}

.notification.notification-warning .notification-title {
    background: #f39c12
}

.notification.notification-normal {
    background: rgba(52, 152, 219, .8)
}

.notification.notification-normal .notification-title {
    background: #2980b9
}

.notification .noti {
    display: none
}

.notification .noti.active {
    display: block
}

.leo-temp {
    display: none
}

.notification-success .noti-special {
    text-transform: capitalize
}

.leo-input-product-quantity {
    width: 50px;
    display: inline-block
}

.leo-cart-item-info {
    max-width: 130px;
    float: left;
    text-align: left
}

.rtl .leo-cart-item-info {
    float: right
}

.rtl .leo-cart-item-info {
    text-align: right
}

.leo-cart-item-info .product-name {
    margin-bottom: 5px
}

.leo-cart-item-info .product-name .label {
    white-space: nowrap;
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis
}

.leo-cart-item-info .product-price {
    font-size: 14px;
    line-height: 16px;
    color: #000
}

.leo-cart-item-info .price {
    color: #414141
}

.leo-cart-item-info .product-discount {
    margin: 0
}

.leo-cart-item-info .product-discount .regular-price {
    margin: 0;
    font-size: 14px
}

.leo-cart-item-info .current-price {
    display: inline-block
}

.leo-cart-item-info .current-price + .unit-price-cart {
    display: none
}

.leo-cart-item-info .leo-bt-product-quantity {
    cursor: pointer;
    display: inline-block;
    border: 1px #e5e5e5 solid;
    height: 23px;
    width: 22px;
    position: relative;
    vertical-align: top;
    font-size: 14px;
    text-align: center
}

.leo-cart-item-info .leo-bt-product-quantity i {
    width: 20px;
    height: 100%;
    vertical-align: top;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #000
}

.leo-cart-item-info .product-quantity {
    margin-top: 20px;
    font-size: 0
}

.leo-cart-item-info .product-quantity .input-group {
    height: 23px;
    line-height: 23px;
    margin: 0;
    border: 1px #e5e5e5 solid;
    font-size: 12px;
    color: #414141;
    font-weight: 900;
    border-left: 0;
    border-right: 0;
    display: inline-block;
    outline: 0;
    text-align: center;
    padding: 0 5px
}

_::-moz-svg-foreign-content,
:root .leo-cart-item-info .input-group {
    margin: 0 -4px
}

#header .header-nav .cart-preview .leo-dropdown-cart-item .view-leo-dropdown-additional:focus {
    color: #232323;
    text-decoration: none;
    outline: none
}

#header .leo-cart-item-info a.leo-bt-product-quantity:hover {
    background: #414141;
    color: #fff
}

#header .leo-cart-item-info a.leo-bt-product-quantity:hover i {
    color: #FFF
}

.leo-fly-cart-icon-wapper {
    position: relative
}

.leo-fly-cart-cssload-loader {
    display: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: -10%;
    left: -13%;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase
}

.leo-fly-cart-cssload-loader::before,
.leo-fly-cart-cssload-loader::after {
    opacity: 0;
    filter: alpha(opacity=0);
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    border: 1px solid #2fb5d2;
    box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2;
    -o-box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2;
    -ms-box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2;
    -webkit-box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2;
    -moz-box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2
}

.leo-fly-cart-cssload-loader::after {
    z-index: 1;
    animation: cssload-gogoloader 2.3s infinite 1.15s;
    -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 2.3s infinite 1.15s
}

.leo-fly-cart-cssload-loader::before {
    z-index: 2;
    animation: cssload-gogoloader 2.3s infinite;
    -o-animation: cssload-gogoloader 2.3s infinite;
    -ms-animation: cssload-gogoloader 2.3s infinite;
    -webkit-animation: cssload-gogoloader 2.3s infinite;
    -moz-animation: cssload-gogoloader 2.3s infinite
}

@keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-o-keyframes cssload-gogoloader {
    0% {
        -o-transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        -o-transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-ms-keyframes cssload-gogoloader {
    0% {
        -ms-transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        -ms-transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-moz-keyframes cssload-gogoloader {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.leo-fly-cart-mask {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -webkit-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -moz-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -ms-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -o-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.leo-fly-cart-mask.active {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s
}

body.leoflycart-active-push main {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.leo-fly-cart-slidebar {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    z-index: 99999;
    position: fixed;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    display: none
}

.leo-fly-cart-slidebar .leo-dropdown-cart-content {
    position: relative
}

.leo-fly-cart-slidebar .leo-dropdown-cart {
    position: relative;
    margin-right: 0
}

.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.last .view-leo-dropdown-additional {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.last.show-additional .leo-dropdown-additional {
    border-left: none;
    border-right: 1px solid #fff;
    left: -100%
}

.rtl .leo-fly-cart-slidebar.active-scroll.slidebar_top .leo-dropdown-cart-item.last.show-additional .leo-dropdown-additional {
    right: -100%;
    left: auto
}

.leo-fly-cart-slidebar.active-scroll .leo-dropdown-bottom {
    position: absolute;
    width: 100%;
    min-height: 163px
}

.leo-fly-cart-slidebar.slidebar_top.active-scroll .leo-dropdown-bottom,
.leo-fly-cart-slidebar.slidebar_bottom.active-scroll .leo-dropdown-bottom {
    width: auto;
    background: #FFF;
    top: 0;
    right: 0
}

.rtl .leo-fly-cart-slidebar.slidebar_top.active-scroll .leo-dropdown-bottom,
.rtl .leo-fly-cart-slidebar.slidebar_bottom.active-scroll .leo-dropdown-bottom {
    left: 0;
    right: auto
}

.leo-fly-cart-slidebar.slidebar_top.active-scroll .leo-dropdown-bottom::before,
.leo-fly-cart-slidebar.slidebar_bottom.active-scroll .leo-dropdown-bottom::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #FFF;
    height: 7px;
    bottom: 0
}

.rtl .leo-fly-cart-slidebar.slidebar_top.active-scroll .leo-dropdown-bottom::before,
.rtl .leo-fly-cart-slidebar.slidebar_bottom.active-scroll .leo-dropdown-bottom::before {
    right: 0;
    left: auto
}

.leo-fly-cart-slidebar.slidebar_top.active,
.leo-fly-cart-slidebar.slidebar_bottom.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-content,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-content {
    border: none
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-bottom,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom {
    float: right;
    padding-top: 0
}

.rtl .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-bottom,
.rtl .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom {
    float: left
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total {
    float: left
}

.rtl .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total,
.rtl .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total {
    float: right
}

@media (min-width:768px) {

    .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total,
    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total {
        position: relative
    }

    .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total::before,
    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total::before {
        content: '';
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: #ccc
    }

    .rtl .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total::before,
    .rtl .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total::before {
        right: 0;
        left: auto
    }
}

@media (max-width:767px) {

    .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total,
    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total {
        padding: 0 20px
    }
}

.leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    float: left;
    padding: 30px 20px 0
}

.rtl .leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action,
.rtl .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    float: right
}

.leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action .cart-dropdow-button,
.leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action .cart-dropdow-button {
    display: block;
    margin: 15px 0;
    font-weight: 500;
    padding: 10px 20px
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item {
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper {
    float: left
}

.rtl .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper,
.rtl .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper {
    float: right
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper.active-scrollbar,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper.active-scrollbar {
    overflow-x: auto
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-additional,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-additional {
    top: 0;
    height: 100%;
    border-left: 1px solid #fff;
    border-left: 1px solid #FFF
}

.rtl .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-additional,
.rtl .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-additional {
    border-right: 1px solid #FFF;
    border-left: inherit
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-additional > div.label:first-child,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-additional > div.label:first-child {
    border-top: none
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item {
    display: inline-block;
    border-bottom: none
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item::before,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item::before {
    content: '';
    right: 0;
    position: absolute;
    width: 1px;
    top: 22px;
    background: #f1f1f1;
    bottom: 33px
}

.rtl .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item::before,
.rtl .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item::before {
    left: 0;
    right: auto
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item:last-child::before,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item:last-child::before {
    content: none
}

.leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item.show-additional .leo-dropdown-additional,
.leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item.show-additional .leo-dropdown-additional {
    left: 100%
}

.rtl .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-cart-item.show-additional .leo-dropdown-additional,
.rtl .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-cart-item.show-additional .leo-dropdown-additional {
    right: 100%;
    left: auto
}

.leo-fly-cart-slidebar.active .leo-fly-cart {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 99999;
    padding: 0
}

.leo-fly-cart-slidebar.slidebar_top {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rtl .leo-fly-cart-slidebar.slidebar_top {
    right: 0;
    left: auto
}

.leo-fly-cart-slidebar.slidebar_top .view-leo-dropdown-additional {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.leo-fly-cart-slidebar.slidebar_top .leo-fly-cart {
    top: 105%;
    left: 0
}

.rtl .leo-fly-cart-slidebar.slidebar_top .leo-fly-cart {
    right: 0;
    left: auto
}

.leo-fly-cart-slidebar.slidebar_top.active .leo-fly-cart {
    top: 108%
}

.leo-fly-cart-slidebar.slidebar_bottom {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.rtl .leo-fly-cart-slidebar.slidebar_bottom {
    right: 0;
    left: auto
}

.leo-fly-cart-slidebar.slidebar_bottom.active-scroll .leo-dropdown-bottom::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #FFF;
    height: 12px;
    bottom: 0
}

.rtl .leo-fly-cart-slidebar.slidebar_bottom.active-scroll .leo-dropdown-bottom::before {
    right: 0;
    left: auto
}

.leo-fly-cart-slidebar.slidebar_bottom .view-leo-dropdown-additional {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.leo-fly-cart-slidebar.slidebar_bottom .leo-fly-cart {
    bottom: 50%;
    left: 0
}

.rtl .leo-fly-cart-slidebar.slidebar_bottom .leo-fly-cart {
    right: 0;
    left: auto
}

.leo-fly-cart-slidebar.slidebar_bottom.active .leo-fly-cart {
    bottom: 100%;
    padding: 0
}

.leo-fly-cart-slidebar.slidebar_left {
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rtl .leo-fly-cart-slidebar.slidebar_left {
    right: 0;
    left: auto
}

.leo-fly-cart-slidebar.slidebar_left .leo-fly-cart {
    top: 10px;
    left: 50%
}

.rtl .leo-fly-cart-slidebar.slidebar_left .leo-fly-cart {
    right: 50%;
    left: auto
}

.leo-fly-cart-slidebar.slidebar_left.active .leo-fly-cart {
    left: 100%
}

.rtl .leo-fly-cart-slidebar.slidebar_left.active .leo-fly-cart {
    right: 100%;
    left: auto
}

.leo-fly-cart-slidebar.slidebar_right {
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.leo-fly-cart-slidebar.slidebar_right .leo-fly-cart {
    top: 0;
    right: 50%
}

.rtl .leo-fly-cart-slidebar.slidebar_right .leo-fly-cart {
    left: 50%;
    right: auto
}

.leo-fly-cart-slidebar.slidebar_right.active .leo-fly-cart {
    right: 100%;
    top: 20px
}

.leo-fly-cart-slidebar.slidebar_left .leo-dropdown-cart-content,
.leo-fly-cart-slidebar.slidebar_right .leo-dropdown-cart-content {
    border: none
}

.leo-fly-cart-slidebar.slidebar_left.active,
.leo-fly-cart-slidebar.slidebar_right.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.leo-fly-cart-slidebar .leo-dropdown-list-item-warpper {
    padding-top: 20px
}

.leo-fly-cart-slidebar .leo-dropdown-cart-item.last {
    border-right: none
}

.leo-fly-cart-slidebar .leo-fly-cart-icon {
    color: #FFF
}

.leo-fly-cart-slidebar .leo-fly-cart {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.leo-dropdown-bottom {
    padding-top: 10px
}

.leo-fly-cart-wapper {
    position: relative
}

.unit-price-cart {
    white-space: nowrap;
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-line-info .value {
    color: #414141
}

@media (max-width:767px) {

    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-list-item-warpper.active-scrollbar,
    .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-list-item-warpper.active-scrollbar {
        width: 100% !important;
        float: none !important
    }

    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-bottom,
    .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-bottom {
        position: static;
        width: 100%;
        float: none !important;
        display: block
    }

    .leo-fly-cart-slidebar.slidebar_bottom .leo-dropdown-total,
    .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action,
    .leo-fly-cart-slidebar.slidebar_top .leo-dropdown-total,
    .leo-fly-cart-slidebar.slidebar_top .leo-cart-dropdown-action {
        width: 100%
    }
}

@media (max-width:480px) {

    .leo-fly-cart-slidebar.slidebar_left .leo-dropdown-cart-content,
    .leo-fly-cart-slidebar.slidebar_right .leo-dropdown-cart-content {
        min-width: 250px
    }
}

.defaultcart.dropdown .leo-dropdown-list-item,
.defaultcart.dropup .leo-dropdown-list-item {
    padding: 5px 0
}

.leo-modal-wishlist-bt {
    margin-left: 10px
}

.rtl .leo-modal-wishlist-bt {
    margin-right: 10px;
    margin-left: inherit
}

.leo-wishlist-button-dropdown .leo-wishlist-button .cssload-speeding-wheel {
    margin: 5px auto 0
}

/*! jQuery UI - v1.10.3 - 2013-06-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

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

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

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

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

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

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

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

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

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

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACYTETYKZxm0LnoJKTIstw1o97BxhyAAmSXIqFIrtGcCQv9GKbuIm3Zc/qeqwgL8gL8oK6pa6pe+qiuqmuqrvqsrqtrqv7fnlf3pf35X15X96X9+V9eV8dXWfX4XV6Hb9vIKQAIfkECQEAAQAsAAAAACgAKAAAAmExCL6FLgd+aw9FOVNVF2e3u3eB4TR+4AaYIvq15VvG1EzVyZ3kq7jn6u7Hgwh/xh/yp/wxf84f9Cf9UX/WH/an1e60O+1Ou9PutDvtTrvT7rS/9y/+m//qv/sv/9vzGYQUACH5BAkBAAEALAAAAAAoACgAAAJhwREICKaGte9yEkbZqLIGJ705o4GhCHqjd5jiKrbTO8XXfNXHfdzouee85pcb5oq5Yy6ZW+aauWcumpvmqtVddVfdVXfVXXVX3VV31V01p86xc+4cPCfP0XP2HD6n30MIKQAh+QQJAQABACwAAAAAKAAoAAACYvAtdDnwA4mPoKvoxuJzcc1U24V58+5lgBeIY9ihnSqxkmvBljzSo43bus3bvg20CW1Em9GGtCltTCaNZIJ2mE/mk/lkPplP5pP5ZNrGtrLtbEvb1ra27W2L2+a2uu2OvxBSACH5BAkBAAEALAAAAAAoACgAAAJh8Ck+BixzfmsvRTlPXRdnsE33KeFHbp33mRcqrlOrvtRM1diN5cqu7PHp1wPChr/hb/gb/oa/YS/am/aqvWsv29v2ur1vLxz+hX/hX/gX/oV/4V/4F/6Ff+FfuKfv8fkEFAAh+QQJAQABACwAAAAAKAAoAAACYjAoPgYsc35rL0U5T10XZ7BN9ynhR26dV3ZqJqJs5XZwJGe0hDO6xgO+rQL0EX1GH9KnVPKCtaayqWwqm8qmsqlsKptKH9gn9pF9Zh/ap/axfW4f3Cf30elNepPepDfpLAIKACH5BAkBAAEALAAAAAAoACgAAAJgQCg+gu6iG2PPRTlPVRdnsGH3dZ7YldkXjGeVjmzkdrBEL7aGA7qc8TpQJ9QRibhe60g8Eo/EI/FIPBKPxCNRp9VxdV4dWCfWkXVmHVqn1rF1bvfRfXQf3Uf30X10wwgoACH5BAkBAAEALAAAAAAoACgAAAJeCeMf6C66sfhQZJNWdWEGm2df54ldGZZZWn3BuEowIze0Ynu4jvO479tar6Av6Av6gr6gL+gL+oI+HBVnxWFxWhwX58WBcWIcGWfGodFBdBAdRAfRQXQQHUQH0TQCCgAh+QQJAQABACwAAAAAKAAoAAACXfEPdBfdWHwoskmrujCDzbOv88SuDMssrb5gXCWYkRtasT1c1+327XU9XU/X0/V0PV1P19PhoDgpjoqz4rA4LY6L8+LAODGOTO6Re+QeuUfukXvkHrlH7pFxeRwhBQAh+QQJAQABACwAAAAAKAAoAAACX/EDdBfdWHwoskmrujCDzbOv88SuDMssrb6kWyWYkRtas9sxV20P73csIA6IA+KAOCAO2HP2oD1pj9qz9rA9bY/b8/bAPbEYJ8aJcWKcGCfGiXFinBgn7t17+d5+T0gKADs=);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: 0;
    background: 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: 0;
    border-bottom: 0;
    border-right: 0
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

/*! jQuery UI - v1.10.3 - 2013-06-12
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQAAAADcH0/XAAAAEUlEQVR4AWP4DwLUJUfJURIAypHyHErLyzcAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAAAAABiRwW8AAAAHUlEQVQY02N4xMRAFfgfCCEkBP7DYDMAaQimAQQAiywTk9l9hAoAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAH0lEQVQ4y2N4y8QwCgcR/AnEjGCMDBmYmKDio5CuEABaxAUQRVsJFgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAH0lEQVR42mN4wsQwiOAo/AbEjFDIBMIgEgbp7ZpRCABBfwUJFjr9hgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAGElEQVR42mP4N6jgKPwPIdEhSIz+cBQCAN0ljbVRDamVAAAAAElFTkSuQmCC) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAIAAADgOp2MAAAANklEQVR4Ae3KsQ0AIAhEUfYfVlUqgcIL0rqAueLlN1/CJhE9+G7Jsh2qNlC4X3VJuKIq/j+iA4lnicmEWt+AAAAAAElFTkSuQmCC) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAIAAADgOp2MAAAANUlEQVR42u3GAQaAABjF4L3d/7YRif4kEjpBHj4bx7oI1JeqfXNmTOKQu8FE4f3I01z9u6oTmGgOCwxIvwUAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-widget-header .ui-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAA7VBMVEUiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiJdmhHzAAAAT3RSTlMAGP8QMgQIUL+DmS4iVHBAZmAaEs0MIDwWQkhKHlomMFIshTSHgcNqyc/HOEQcvbl8q7Wljamtsyj9nyTvCgYCj6NilaGvbN+dRj5ufpFo5a5WewAADN1JREFUeNrs2gd2wzgMhGHi0/3PvL0x84TIqYoX/6vSACYwpLrXMAx3oNT/vH83d0C9u8VWVNQWrL5xBYItICaIF2qxqdFiDBD5WzD1fSsQxBylATmDqWZ6DpDBkfIpZP1tC41eqCa7+fWEihE/F6prMKcQPHIM5QpoCviqFZD0JUZ/QRNQvGIvFeeA574K5CGUV4G5ERqGYRiGYXj+O8G6140Y2HdU0xCg8at/H1DsGWV9qSVZQBiQAfsW6tyvkgZU+/D4FQ9DWX9fcSMXqvGr9TPBwvoqkA/4XcWV4dlwdX5muH4FfD3lE98H7M0154C5CgzDMAzDMDw93pcN7/p9X9pAgnZHig/isfFlQbGR+vUM2GUZsqcLbUNuaqu5MH7fj5BDD7XpQGx7IQqxXUGRIMTr4wOh7zsaGeg76NLbArJBYA9gDwc5/nWL+iXMa/5mx/r0LODBEa63l2oGEDtCf+QXcX1BZ0jKuatXrXfi1vlgDcMwDMMwJEWtd8EHFwArONGAt9dXPFbACmiiArhQwP5ZSYV0juoeoK1VegNzlH782BUNhNYXAPuHRSq00xVEtQYUff05iNYB2v6FqM/fHmexWWT1KwhYTg2We6wLBYQaPxAVRn7okZ8youBsMDaFQZcNOCngdAovybTPzyvT8xBohljdIVDUlUOgP8orIk4dzgaCnLKQ4iTYzVFzEgzEaSnyV6D6OerllQgDI71BGNAA/NAbkWEYhmEYrM+k9BdmmYH1geARB/Cx/cs9VNv/5pqHp0z3vVo2TOgfB1CxZ+vFrr/WLLoAe8N7EGFIF/5+bA5ki39Im07k5/dxzYxZiRe5Iv2zDCiyKZsOQm0/X7e6ldGiwzbYB1pQskKbDs5nXGNAZET1kZ8GpI5PuxSoRZ2/DyikHod4E0D485ohqX/ilRYVcj3y9KrpvzleGofmPmcYhmEYbsvhia7DyOe53OR9/at1A5rvTGxT3BoAjvXg3V7ddQUs2/+xsQ7/TjL7891h/SH6r4FoHADcp3vpwaYfju3pbDPAX8eAPd3Z5+hyLwMAdAYd23YakA+sseHFGzjqx6yAjAebQacrAOT/LZZaP+UcENObyY7lyHNAxufxf/+rAHD+/uIAjam7VvyY+4DrONZlynoi+v6HYRiG4dd2zoO9UaMLoy9nJqAsWgNqW+ys0uz03pXuTW///+d8tizuM8zjwXaiT24c1yPqfZ/LALvIHsDr0ryQn/CCdkQBjAr18CIASsID6CvRx5N9a4n6VUIpS0A+Xv0YGCvyWIyHG7oLWEnsVVXBGguEIr5KoiZ5Mdt41jSdesHH3llhvDfYXucleU6ZJ/+vsKW7Q7EYUJ+3xfYFqqpyZ0SBjDoBBAmQn0K3AywA0OQEWcJtB5AIgPwM2gDIp1NPGMBsNhNKAoJY0gGMOwHiTmBNG0hmgdgOdgOfn5LqAAqCHxLtGNA6orvHcwBshTnTxfhRJ4DHjx+LVAeaxy8kAhgDT8IAgE4AmSOKaA1q4fEpyQ6YFEgUEwtAHrzUOg5wEKxujQVQ8vRpeAjMlOe5Zub49cfVA7D6H+4/SQeQRS+ILMsmWYZaWCwW6TGAyaSAYhIGIIUBeMAHARwAHByw8alKKDWNyoGeABQHoCiAl4QpdfMQqFIBQJTgeA1q4dmzZ5AnO8BPimLiLQCdeTqAZ2egNVnJoiyXlFknAFte4uX1h8whjwPIowDodEBt9fcFoA28siZquTxPdYCfrPEknAIo6ByTZWlngZINZaIDLIArHALQ3R5UigPAd7cXXQfwYvo64EqnQaiBGiQDj526MS476DXY5uMX4gAsgUrbw/tmjde/Bsbb/cNJ/YypNDAwMDBwb3j1VfXiwCkNSKB+PF4bXgPgtVYLILzHrjdeR7dn44vdeB0UUlXqYQ5zdWmaRobDeyyBUQ4clkVws1ND/YDepzY9ENSvIAGoT4Ge+/myLC/jBkhWQYUDR2XlUKsGp5YjOIrqB5qFrH6wBET8dDixizd4gz3C+lVYBwAIkgWjN/WW3hZqoRQqO66uz/N54GqgaVI7CFBjXmMdZxQ0DgsQD+BJBRDfDqN3Dt59b/+gkOEp5HXZAN7nAz5gFBYIlJG/EnquvIyvfc0da9z523u11VdljNhraJzWPPCs8Q9SAUggBc4eH/IqYf14XToAfaSP9Uneup5hHWCu0KMOaOhc61eABFTnb+9T1nyqlsUCoJEB3oNZTwDWAS+NTz669RsQ3487nHOYf8RnfMbnrWdgx7i5L0lNb4DmhHEiAEe3IwRA1D89ozx5oQVQpQLwbIjqj7YXBRD4wcePR4+/+HLjEzaML3arX0Z4CJjHenSEeUPjGPUFoAgk5ySUAPAmdhaE18IApNQhAbwi4xKuqH6xoZOIM3v3q1qqv3rXAthrcD3Lo4iaeBClM5vVH10HJP7ZO3bIZFzCG6z++DRoOJyM6qEkPawUdVCKUreQqlIv8TXQwMDAwMB1UkBlUgE8Uw+g/yclQKkeAP1rHCtJK5yMQ8ASeEJRfP01Xwa7s6eA5T7vvMP+MvG8RcGGIvL4hSL1/wolo6L4ppMA/JcAGkqVNK0CK63iq/GFOd+e8p1NZlVQqrGEOO/uFJlGv+BaaF/He4+w5VHnZouRtOIbthYA0ACtroD1V7cBbAa+/176/nvUeiGqBhqlAug8MoI8XiALQHtIkgUAvq4hCOC9yQnhBlesimQAtCTKNTqHFKXCBML63XnX3uNW9QMwgiZ6gALz7vLkQDADzkGhhQWA1gEErVIul2VZBgGsWKkgrigVQEJBSlxur6L6PeEY8BnjE/ghuK7tLM+8P4ApMIWpBXAIFCwc5++/5733Ju8tOdQGvmEljbYXQNwBPwJwFNYfFliu1izMo4bBufl83gmgc8wvTjg4+aSbzyo5BiyXpwdAOAh+UxQjyu2PAVY/KywBPFROAUuAhSmrPQ6DBJA0DYY9TzeAV17ZfEYNkhwDCr9cLlmSPA1u/yxwpCPAtFKXVV1/KoNKVA5LAPsRRjIW558GWbQkxgCKU1iiNLDV64AjSUe4+J8PDAAZK/jGyYFNPX4nE8hA4SMrucd7fK6rXgfcHKbPn08DbfacJCcXjznxk5MDAwMD26EoAtn/CeCnfd0ffoafTX5hwy+6LzwFeLqRfQAJYF8tM2YK+BWoFFFpW8wAmO2yAZyzFvgNC+C3/r991aWiStwL2QtJZ+YlzaL177IBJGsBAtJXgg7i+qHqf3Az8N/z381Tj4LudARwzkYBAOJ9qKnj+kcmldWffHS3cQ2Y87uk35EBs2sMoGJDlQrA+tuAt1wwzepPBeA6LUMuKac1iALwzGYzvHYEVnA6gBgI6gerfwsdsPNBsAJwzlrgORbA87gD0iuw6VsYA0x3QzzovYvxbnIQNI3Gvy2dBSS0M2YYM51y3OqxesaA+Ay4ZdA18scPAD/8oWsEDQwMDAwM3BsqYt0ljKred0hsnwcP4vqJdZeARRAFYPG4cIZq5E6/0c2vNq/PZkrf3lZQqesoVqpdBmARxAFYPFDZ7q3Li2YIA7DpiQC6CuYdZbcBQJ0MAEYSsFFpBMQzhAGMoCcAzHsUcWc7APNe5e6OAUb/GHBnzwKsuRlngeE6YGBgYGBggEb3GPen+OvAyQAO3T2qn5H4q8Kppax+gFIRxH//4Mp+Q1nxt/hLrDqpjIgTIP7pr+w3Esdb0l+V3sJaAFYLjdZuYIWQz/OTT3t8m7k9z25O13NyzG8ankOdcojXhrKBhWMvEcDklGySsfGMLDt9gXY6E048nM4Em34jO0CyDrBxYYUMwgC+PAN/Zb+ZjGgkNYzUAipYFFEAd3YQLOGtw7egDAMQVUW3fHRXKX8Gfi41MDAwMHAPid8f0O/xQ1RXd1vfjryf+P0B/R49RndVj9e3C7+YfYz9izx+kPKqHq9vB95P/P4Acwj9WKDjjT8HEADPzYldient+qPtKXZ6p88khU7sgDZ+IfHD0Rjm0vGxBFxyfpD6HalvukTk8U+k0P/555/QAWkJlw3Afkk4x9JxtMOiZ37FBfXPbxVfdn8E9PlyXf8WA2ikJhFA6me6oKs7SFyhA5Y6q5/tHQJNk9ihSzpEflGAAP0d0uMstaT1fmxQU8+gZoPg8+QgRexKTE8Mkoqd9PTW0g5L8352fRqL17cD72XXFzLx+nbjaXZ9KRuvbyc+MDAwMDAw0A9nbN1vDeSncIHf7QDoD4Cc0EH9AQjdrgCAnNjTASGJPkcMHTCMAcNZYGBgYGBgYODekqHbAkK94PFXrz/TbSFT9p8DyEjUfw86wOqN/XZ2AFn7kQiAlm69qOt3dwzwLTIsr0792b3oAKufRP33oAOS9d+Xs0Ci/vt3HWD138oxYGuQ2dfAwE3nfwCQ21iAO53kAAAAAElFTkSuQmCC)
}

.ui-state-default .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-active .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-highlight .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAADklEQVR4AWMYBaOABgAAAlgAAXQ7rtkAAAAASUVORK5CYII=) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAADklEQVR4AWMYBaOABgAAAlgAAXQ7rtkAAAAASUVORK5CYII=) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

/*! jQuery UI - v1.10.3 - 2013-06-12
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQAAAADcH0/XAAAAEUlEQVR4AWP4DwLUJUfJURIAypHyHErLyzcAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAAAAABiRwW8AAAAHUlEQVQY02N4xMRAFfgfCCEkBP7DYDMAaQimAQQAiywTk9l9hAoAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAH0lEQVQ4y2N4y8QwCgcR/AnEjGCMDBmYmKDio5CuEABaxAUQRVsJFgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAH0lEQVR42mN4wsQwiOAo/AbEjFDIBMIgEgbp7ZpRCABBfwUJFjr9hgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAAAAABKM1UHAAAAGElEQVR42mP4N6jgKPwPIdEhSIz+cBQCAN0ljbVRDamVAAAAAElFTkSuQmCC) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAIAAADgOp2MAAAANklEQVR4Ae3KsQ0AIAhEUfYfVlUqgcIL0rqAueLlN1/CJhE9+G7Jsh2qNlC4X3VJuKIq/j+iA4lnicmEWt+AAAAAAElFTkSuQmCC) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAIAAADgOp2MAAAANUlEQVR42u3GAQaAABjF4L3d/7YRif4kEjpBHj4bx7oI1JeqfXNmTOKQu8FE4f3I01z9u6oTmGgOCwxIvwUAAAAASUVORK5CYII=) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-widget-header .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-default .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-active .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-highlight .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(data:image/png;base64,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)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAADklEQVR4AWMYBaOABgAAAlgAAXQ7rtkAAAAASUVORK5CYII=) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAADklEQVR4AWMYBaOABgAAAlgAAXQ7rtkAAAAASUVORK5CYII=) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAADAwMBAQEAAAAAAAD5+fkGBgbs7OwAAAAAAAACAgL9/f0BAQEAAAAHBweurq4GBgb4+Pje3t6Dg4P39/c/Pz+enp7f39/a2toAAADQ0NBnZ2e/v78AAADs7OzZ2dn4+Pj8/PyCgoJnZ2fNzc0/Pz/x8fHJycnl5eUcHBwAAAD///9OTk7BwcE1NTWsrKwiIiKNjY2cnJzOzs66urpoaGhBQUEsLCxdXV16enq7oi+OAAAAL3RSTlMAAQMIDRItI2lE+of4GZBT/V15OtSh0/3AvqyzSN75ybZ6xZYnoeJpiR1Vf7JtbHk3+2UAAAQQSURBVHja7ZaFesJKEIUJG2dxs7p7T4Lr+z/WndCWYRY+kuvGqdn/DSfbMD85MxYllyVWknzeSpJGEqeUTVEqnz/KE6rsont92221uvfvz4rwY6j3eI5tumcSl2zx5RIIZ+tVFK3WM034M9OSpbEaerwcfWc51ng4O0Qn7FOI2WC0k8EMIdH7rPJeNIYjI0OEdyZtWaoYnCMe7WWGrrIsY7BTf4Ie7MPLNqiIMdirnmPMDGeMFo/mwdOfmkP+Qpkao6lxuYHJaBMgwSYARptMcKsk7PrnWP08LjAh9qfVKumxW9mu1zQGI6aZHQ0Q2nlLVK6FWPI1MUsBHAkHhQrDE1AmW7iyD29qMMv0EqEJ184RMTuZMB2hJWG6wMZPyy+Mj26NS7pAeXRXmP5MnvAXSoxr2xKwV6XS89GBrBB6ilhZuoP4EBzjzckLOOlBo4f77BDa5RY8uhdibbJrVB55MN+j5cIVMDTnou/xHcqn51YLnRDxnNF5jErf3Z4bw1SE6J4G4vEiIRfjGNBPrsNPb0mXa8lwSvj1uV+WrFwcgV8rXF1qUPRl5yPw7CMryXGDKvGUml8NXEcJVtI03PHcekCpu55DYw3WxGnhOhRaugI9jBO/icVoCp9C/g6nZJSKOksk0bp/vUt1yt19BT95eFdHcEvdEhqP51EUrYdtoHXEKc9dYLjgW3mKyrXNtGQf0I7Mu/nWUUwzrFqIzWW+Bq4dns2D7zFllunw0aSJPUOF63KGON97qlj5Lm9CkTYei1RbHjDaSyZWlTmv38u6sTfyrxgyGwEY8Sovmxupizl7VazyKZ5cYzE+YHt5y4pYH0P0A7FyLXtHEgBi4cF+uSj3M5cMAS2l2ah6Smx+nhwZkyfo+wbcwva2WACY7nbu+K6EL7Hm06gAbf6voGdMtq8xG1H4PAbbVrokO5NhQ+rB0Stu0SjQaUinvG1Hi0So9GrinJPSL+FB/8RolPwfT/Aq7yNcHDJKk1vsvOC4hI722LCXDCbYtMQ5MBZ9Y4RXpVrAg7l13W8A0+1xL4aA7lEJFpB4reZftQmYDdfr8XAKVBrNUqHKJSRd9wudc3xHN3rNUq2csAwLulorFTqdRqPRuWrSWF9KRdJkoGqtUNqErFJ2i0qwpoG8OimIUi0HbtFWlsGaSil6nuu6XtHZWCX9RX+SLFaxOCZ5csrJKfPKiuE0pwCIRlmdMgYwSHcKn29lmeIUTgwgzSkcDYTpTuHJUYpT+JqARUantIHKIKNTBnwWGZyyYmn+U5xycsrJKeWbi8+UXNyUN6hqfmZKU9FDM5tGW7ngM3OC3E12+CZ3kR2+yKUznBP8l8En+ASf4BP8q5b5r9LErxNQLrvaEgeXLjIVLn0Zup5Fx3UCfwFR3+eYICMfjQAAAABJRU5ErkJggg==)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(data:image/gif;base64,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) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAIBKAA7);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAE0lEQVR4AWMQ4OHZQAyms8JRhQA4p1Rhc+/IhwAAAABJRU5ErkJggg==)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(../images/fancybox_sprite%402x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox_loading%402x.gif);
        background-size: 24px 24px
    }
}

#header_right #block_top {
    float: right;
    margin: 0;
    padding: 2px 6px 1px 6px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: none repeat scroll 0 0 #000
}

#header_right #block_top p {
    clear: left;
    padding-right: 20px;
    font: 11px Arial, Verdana, sans-serif;
    color: #ccc;
    text-align: right;
    background: url(../../../../modules/blockgrouptop/views/css/img/block_languages_top_p_bg.png) no-repeat scroll right 1px transparent
}

#block_top ul#first-languages li {
    float: left;
    margin-right: 3px
}

#block_top ul#first-languages li.selected_language {
    float: left
}

#countries {
    cursor: pointer;
    position: relative;
    top: 1px
}

#countries p {
    position: relative;
    top: 0;
    padding: 0
}

#countries p img {
    padding-left: 5px
}

#countries .countries_ul {
    display: none;
    z-index: 10000;
    padding: 10px;
    list-style-type: none
}

#countries .countries_ul_hover {
    display: block;
    z-index: 5000;
    position: absolute;
    right: 6px;
    padding: 5px 10px;
    height: auto;
    width: 20px;
    background: #000
}

#header_right #block_top {
    float: right;
    margin: 0 6px 0 0;
    padding: 2px 6px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: none repeat scroll 0 0 #000
}

#header_right #block_top p {
    clear: left;
    padding-right: 16px;
    font: 11px Arial, Verdana, sans-serif;
    color: #ccc;
    text-align: right;
    background: url(../../../../modules/blockgrouptop/views/css/img/block_languages_top_p_bg.png) no-repeat scroll right 1px transparent
}

#block_top ul#first-currencies li {
    margin-right: 3px
}

#block_top ul#first-currencies li.selected {
    opacity: 1 !important
}

#setCurrency {
    cursor: pointer;
    position: relative;
    top: 1px
}

#setCurrency p {
    position: relative;
    top: 0;
    margin-left: 5px;
    padding: 0
}

#setCurrency p img {
    padding-left: 5px
}

#setCurrency .currencies_ul {
    display: none;
    z-index: 10000;
    padding: 10px;
    list-style-type: none
}

#setCurrency .currencies_ul_hover {
    display: block;
    z-index: 5000;
    position: absolute;
    right: 3px;
    padding: 5px 10px;
    height: auto;
    text-align: center;
    width: auto;
    background: #000
}

#setCurrency .currencies_ul_hover a {
    color: #fff
}

#leo_search_block_top {
    max-width: 570px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 0;
    margin-left: 190px
}

.rtl #leo_search_block_top {
    float: right
}

.rtl #leo_search_block_top {
    margin-right: 190px;
    margin-left: inherit
}

@media (max-width:1199px) {
    #leo_search_block_top {
        margin-left: 65px
    }

    .rtl #leo_search_block_top {
        margin-right: 65px;
        margin-left: inherit
    }
}

@media (max-width:991px) {
    #leo_search_block_top {
        margin-left: 0;
        max-width: 300px
    }

    .rtl #leo_search_block_top {
        margin-right: 0;
        margin-left: inherit
    }
}

@media (max-width:480px) {
    #leo_search_block_top {
        max-width: 100%;
        padding-top: 0
    }
}

#leo_search_block_top .icon-open-search {
    display: none
}

#leo_search_block_top .title_block {
    display: none
}

#leo_search_block_top form > label {
    display: none
}

#leo_search_block_top.search-by-category .list-cate-wrapper {
    width: 30%;
    float: right
}

.rtl #leo_search_block_top.search-by-category .list-cate-wrapper {
    float: left
}

@media (max-width:991px) {
    #leo_search_block_top.search-by-category .list-cate-wrapper {
        display: none
    }
}

#leo_search_block_top.search-by-category .leoproductsearch-result {
    width: 70%;
    float: left
}

.rtl #leo_search_block_top.search-by-category .leoproductsearch-result {
    float: right
}

@media (max-width:991px) {
    #leo_search_block_top.search-by-category .leoproductsearch-result {
        width: 100%
    }
}

#leo_search_block_top .block_content {
    border: 1px solid #e1e1e1;
    position: relative;
    padding-right: 45px
}

.rtl #leo_search_block_top .block_content {
    padding-left: 45px;
    padding-right: inherit
}

#leo_search_block_top .block_content .list-cate-wrapper {
    color: #6b6a74;
    position: relative
}

#leo_search_block_top .block_content .list-cate-wrapper:before {
    content: '';
    width: 1px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    border-left: 1px solid #e1e1e1;
    left: 0
}

.rtl #leo_search_block_top .block_content .list-cate-wrapper:before {
    right: 0;
    left: auto
}

#leo_search_block_top .block_content .list-cate-wrapper i {
    top: 50%;
    font-size: 15px;
    position: absolute;
    margin-top: -5px;
    direction: ltr !important;
    right: 10px
}

.rtl #leo_search_block_top .block_content .list-cate-wrapper i {
    left: 10px;
    right: auto
}

#leo_search_block_top .block_content .list-cate-wrapper .select-title {
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0 25px 0 15px
}

.rtl #leo_search_block_top .block_content .list-cate-wrapper .select-title {
    padding: 0 15px 0 25px
}

#leo_search_block_top .block_content .list-cate-wrapper .select-title:hover {
    color: #414141
}

#leo_search_block_top .block_content .list-cate-wrapper .select-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate {
    padding: 0;
    min-width: auto;
    border: none;
    border-radius: 0;
    right: -46px;
    left: 0;
    -moz-box-shadow: 0 1px 1px 0 rgba(102, 102, 102, .35);
    -webkit-box-shadow: 0 1px 1px 0 rgba(102, 102, 102, .35);
    -o-box-shadow: 0 1px 1px 0 rgba(102, 102, 102, .35);
    -ms-box-shadow: 0 1px 1px 0 rgba(102, 102, 102, .35);
    box-shadow: 0 1px 1px 0 rgba(102, 102, 102, .35);
    max-height: 245px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    margin-top: 4px;
    box-shadow: 0 -3px 30px rgba(0, 0, 0, .2)
}

.rtl #leo_search_block_top .block_content .list-cate-wrapper .list-cate {
    right: 0;
    left: -46px
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate::-webkit-scrollbar-thumb {
    background-color: #000;
    opacity: .6;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate a {
    display: block;
    padding: 5px;
    font-size: 14px
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate a.active {
    color: #FFF;
    background: #414141
}

#leo_search_block_top .block_content .list-cate-wrapper .list-cate a:hover {
    color: #FFF;
    background: #414141
}

#leo_search_block_top .block_content .leoproductsearch-result {
    position: relative
}

#leo_search_block_top .block_content .leoproductsearch-result .search_query {
    height: 46px;
    padding: 6px 12px;
    background: #FFF;
    border-radius: 0
}

#leo_search_block_top .block_content .leoproductsearch-result .search_query::-moz-placeholder {
    color: #676767;
    opacity: 1;
    font-size: 16px
}

#leo_search_block_top .block_content .leoproductsearch-result .search_query:-ms-input-placeholder {
    color: #676767;
    font-size: 16px
}

#leo_search_block_top .block_content .leoproductsearch-result .search_query::-webkit-input-placeholder {
    color: #676767;
    font-size: 16px
}

#leo_search_block_top .block_content .leoproductsearch-result .search_query:focus {
    outline: 0
}

#leo_search_block_top .block_content .leoproductsearch-result .leoproductsearch-loading.cssload-speeding-wheel {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 15px;
    height: 15px;
    margin: auto;
    right: 10px;
    border: 2px solid #000;
    border-left-color: transparent;
    border-right-color: transparent
}

.rtl #leo_search_block_top .block_content .leoproductsearch-result .leoproductsearch-loading.cssload-speeding-wheel {
    left: 10px;
    right: auto
}

#leo_search_block_top .block_content #leo_search_top_button {
    top: -1px;
    width: 48px;
    height: 48px;
    padding: 0;
    z-index: 9;
    font-size: 18px;
    position: absolute;
    font-weight: 700;
    background: #000;
    right: -1px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.rtl #leo_search_block_top .block_content #leo_search_top_button {
    left: -1px;
    right: auto
}

#leo_search_block_top .block_content #leo_search_top_button:before {
    content: '\e618';
    display: block;
    font-family: 'Pe-icon-7-stroke'
}

#leo_search_block_top .block_content #leo_search_top_button i {
    display: none
}

#leo_search_block_top .ac_results {
    z-index: 9
}

#leo_search_block_top .ac_results .ac_even::after {
    content: "";
    display: table;
    clear: both
}

#leo_search_block_top .ac_results .lps-result-img {
    width: 30px;
    float: left
}

.rtl #leo_search_block_top .ac_results .lps-result-img {
    float: right
}

#leo_search_block_top .ac_results .lps-result-content {
    overflow: hidden;
    padding-left: 5px
}

.rtl #leo_search_block_top .ac_results .lps-result-content {
    padding-right: 5px;
    padding-left: inherit
}

#leo_search_block_top .ac_results .lps-result-price {
    font-size: 12px;
    font-weight: 700
}

#leo_search_block_top .ac_results .lps-result-title {
    font-size: 13px
}

.keep-header .mini-navbar .ac_results {
    display: none
}

.ac_results {
    text-align: left;
    padding: 0;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0
}

.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden
}

.ac_odd {
    background-color: #eee
}

.ac_over {
    background-color: #0A246A;
    color: #fff
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

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

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

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

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

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

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

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

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

    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, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

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

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

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

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

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

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

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

@-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;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

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

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

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

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

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

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

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

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    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(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

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

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

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

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

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

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

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

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

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

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

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

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

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

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

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

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

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

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

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

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -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(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .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
}

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

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

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

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

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

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

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

.has-animation {
    visibility: hidden
}

.animated {
    visibility: visible
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: block;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    position: relative;
    -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)
}

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

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

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

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

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

.grabbing {
    cursor: url(../../modules/appagebuilder/views/img/grabbing.png) 8 8, move
}

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

.rtl .owl-carousel .owl-item {
    float: right
}

.owl-carousel.owl-loading .item {
    display: none
}

.owl-row.hide-loading .timeline-wrapper,
.timeline-wrapper.prepare {
    display: none
}

.owl-manu .animated-background {
    height: 110px
}

.owl-manu .timeline-item {
    min-height: 110px
}

.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    max-width: 472px;
    min-height: 200px
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: 250px;
    position: relative
}

.background-masker {
    background: #fff;
    position: absolute
}

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0
}

.background-masker.subheader-right {
    left: 230px
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-fourth-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 150px;
    left: 0;
    right: 0;
    height: 6px
}

.background-masker.content-top {
    height: 20px
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px
}

.background-masker.content-second-line {
    top: 180px
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px
}

.background-masker.content-third-line {
    top: 200px
}

.background-masker.content-fourth-line {
    top: 225px
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px
}

.owl-row {
    margin-left: -15px;
    margin-right: -15px
}

.owl-theme .owl-buttons {
    width: 85px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden
}

.owl-theme .owl-buttons div {
    width: 35px;
    height: 30px;
    line-height: 30px;
    color: transparent;
    text-align: center;
    background: #f3f3f3;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.owl-theme .owl-buttons div:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #999;
    font-size: 1rem;
    display: block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.owl-theme .owl-buttons div.owl-prev {
    float: left
}

.owl-theme .owl-buttons div.owl-prev:before {
    content: "\f104"
}

.owl-theme .owl-buttons div.owl-next {
    float: right
}

.owl-theme .owl-buttons div:hover {
    background: #414141;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.owl-theme .owl-buttons div:hover:before {
    color: #FFF
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none
}

.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 97px
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    position: relative;
    opacity: .75;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 100%
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .75
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 0
}

.owl-item.loading {
    min-height: 150px;
    background: url(../../modules/appagebuilder/views/img/AjaxLoader.gif) no-repeat center center
}

@charset "UTF-8";

.slick-loading .slick-list {
    background: #fff url(../../modules/appagebuilder/views/img/ajax-loader.gif) center center no-repeat
}

.slick-arrows .slick-arrow {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    z-index: 9;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slick-arrows .slick-arrow:hover,
.slick-arrows .slick-arrow:focus {
    outline: none
}

.slick-arrows .slick-arrow:hover:before,
.slick-arrows .slick-arrow:focus:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.slick-arrows .slick-arrow.slick-disabled:before {
    opacity: .25;
    filter: alpha(opacity=25)
}

.slick-arrows .slick-arrow:before {
    font-size: 14px;
    display: block;
    font-family: "FontAwesome";
    opacity: .75;
    filter: alpha(opacity=75)
}

.slick-arrows .slick-arrow.slick-prev {
    left: -25px
}

.slick-arrows .slick-arrow.slick-prev:before {
    content: ""
}

.slick-arrows .slick-arrow.slick-next {
    right: -25px
}

.slick-arrows .slick-arrow.slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    filter: alpha(opacity=25)
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
    filter: alpha(opacity=75)
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-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;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px
}

.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 {
    outline: 0;
    float: left;
    height: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: none
}

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

.slick-slide .slick-slide {
    padding-left: 0;
    padding-right: 0
}

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

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

.slick-row.hide-loading .timeline-wrapper {
    display: none
}

.slick-loading {
    display: none
}

.slick-loaded {
    display: block
}

.main-video .image_description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.main-video > div {
    padding: 100px 0
}

@media (max-width:767px) {
    .main-video > div {
        padding: 0
    }
}

.main-video .title_block {
    margin-top: 30px
}

@media (max-width:767px) {
    .main-video .title_block {
        margin-left: 0
    }

    .rtl .main-video .title_block {
        margin-right: 0;
        margin-left: inherit
    }
}

@media (max-width:767px) {
    .main-video {
        padding-bottom: 30px
    }

    .main-video .title_block {
        text-align: center !important;
        display: inline-block
    }

    .main-video * {
        text-align: center
    }

    .main-video * .video {
        margin: auto
    }
}

.ApColumn .ApCountdown .btn-count {
    width: 160px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding: 0
}

.ApColumn .ApCountdown .btn-count:hover {
    color: #414141
}

.ApColumn .ApCountdown .ap-countdown-link {
    margin-top: 30px
}

.ApColumn .ApCountdown .ap-countdown-link a {
    color: #fff;
    background: #414141;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 45px;
    border-radius: 100px;
    text-transform: uppercase
}

.ApColumn .ApCountdown .ap-countdown-link a:hover {
    opacity: .7
}

.ApColumn .ApCountdown .ap-countdown-time {
    display: inline-block
}

.ApColumn .ApCountdown .ap-countdown-time li {
    float: left;
    margin-right: 30px;
    padding: 14px 20px 5px;
    border: 1px solid #f5f5f5
}

.rtl .ApColumn .ApCountdown .ap-countdown-time li {
    float: right
}

.rtl .ApColumn .ApCountdown .ap-countdown-time li {
    margin-left: 30px;
    margin-right: inherit
}

.ApColumn .ApCountdown .ap-countdown-time li:last-child {
    margin: 0
}

.ApColumn .ApCountdown .ap-countdown-time b {
    font-family: "hobo", serif;
    display: block;
    font-size: 30px;
    color: #09592d;
    line-height: 30px
}

.ApColumn .ApCountdown .ap-countdown-time span {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    letter-spacing: -.5px
}

.ApColumn .ApCountdown .sub-title-widget {
    letter-spacing: .25px;
    line-height: 20px;
    font-weight: 300;
    color: #666;
    margin-bottom: 80px
}

.ApColumn .ApCountdown .sub-title-widget span {
    color: #414141
}

.ApColumn .ApCountdown .title_block {
    font-size: 36px;
    letter-spacing: 1px
}

.ApColumn .ApCountdown .title_block::before {
    content: none
}

.ApColumn .ApSlideShow .btn {
    background: #FFF;
    width: 160px;
    height: 50px;
    color: #1f1f1f
}

.ApColumn .ApSlideShow .btn:hover {
    background: #414141
}

.ApColumn .block_carousel .title,
.ApColumn .block_carousel .descript.top-des {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

.ApColumn .block_carousel .descript .name-blockcarousel {
    display: none
}

@media (max-width:991px) {
    .ApColumn .block_carousel .descript.none-p {
        margin-top: 10px
    }
}

.ApColumn .block_carousel .descript.none-p p {
    display: none
}

.ApColumn .block_carousel .descript.none-p .name-blockcarousel {
    display: block
}

@media (min-width:992px) {
    .ApColumn .block_carousel .descript.none-p {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%)
    }

    .rtl .ApColumn .block_carousel .descript.none-p {
        right: 50%;
        left: auto
    }
}

.ApColumn .block_carousel img {
    border: 5px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100%
}

.ApColumn .block_carousel .zmdi-star-outline {
    color: #09592d
}

.ApColumn .block_carousel .owl-page {
    width: 75px;
    height: 75px;
    background: transparent;
    margin: 0 10px
}

.ApColumn .block_carousel * {
    text-align: center
}

.ApColumn .block_carousel .title {
    color: #b0b0b0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 40px
}

.ApColumn .block_carousel .zmdi-star {
    display: inline-block;
    position: relative;
    margin-left: 35px;
    margin-left: 35px
}

.rtl .ApColumn .block_carousel .zmdi-star {
    margin-right: 35px;
    margin-left: inherit
}

.rtl .ApColumn .block_carousel .zmdi-star {
    margin-right: 35px;
    margin-left: inherit
}

.ApColumn .block_carousel .zmdi-star::before {
    content: '';
    height: 11px;
    width: 2px;
    position: absolute;
    background: #c9c9c9;
    top: 3px;
    left: -20px
}

.rtl .ApColumn .block_carousel .zmdi-star::before {
    right: -20px;
    left: auto
}

.ApColumn .tabs-top {
    text-align: center
}

.ApColumn .tabs-top .item {
    display: block;
    margin-bottom: 30px
}

.ApColumn .tabs-top .tab-pane {
    opacity: .3;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s
}

.ApColumn .tabs-top .tab-pane.active {
    opacity: 1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s
}

.ApColumn .tabs-top .nav-tabs .nav-item {
    float: none;
    display: inline-block;
    position: relative
}

.ApColumn .tabs-top .nav-tabs .nav-item:not(:last-child)::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #bbdfb4;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: 5px
}

.rtl .ApColumn .tabs-top .nav-tabs .nav-item:not(:last-child)::after {
    left: -5px;
    right: auto
}

.ApColumn .tabs-top .nav-link {
    border: none;
    font-weight: 600;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    padding: 0 25px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    letter-spacing: .24px
}

@media (max-width:767px) {
    .ApColumn .tabs-top .nav-link {
        font-size: 16px
    }
}

.ApColumn .tabs-top .nav-link:last-child {
    margin-right: 0
}

.ApColumn .tabs-top .nav-link.active {
    border: none;
    color: #09592d;
    background: transparent
}

.ApColumn .tabs-top .nav-link:hover {
    border: none;
    color: #414141
}

.ApColumn .tabs-top .title_block {
    margin-bottom: 0
}

.ApColumn .tabs-top .block_content > ul {
    display: block;
    margin-top: 10px
}

@media (max-width:767px) {
    .ApColumn .tabs-top .block_content > ul {
        text-align: center;
        display: inline-block
    }

    .ApColumn .tabs-top .block_content > ul .nav-item {
        display: inline-block;
        float: inherit
    }
}

.ApColumn .block {
    margin-bottom: 2.5rem
}

.ApColumn .block.ApImage {
    overflow: hidden
}

.ApColumn .block.ApImage .image_description {
    max-width: 910px;
    margin: 50px auto 35px
}

@media (max-width:992px) {
    .ApColumn .block.ApImage {
        margin-bottom: 30px
    }
}

.ApColumn.font-large .ApImage h3 {
    font-size: 45px
}

.ApColumn .ApImage {
    margin: 30px 0;
    text-align: center
}

.ApColumn .ApImage img {
    max-width: 100%
}

.ApColumn .ApImage .text-center .image_description {
    text-align: center
}

.ApColumn .ApImage .title_block::after {
    content: none
}

.ApColumn .ApImage .border-title-image {
    margin-bottom: 45px;
    position: relative
}

@media (max-width:500px) {
    .ApColumn .ApImage .border-title-image {
        margin-bottom: 30px
    }
}

.ApColumn .ApImage .border-title-image::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #414141;
    position: absolute;
    bottom: -25px;
    left: 0
}

.rtl .ApColumn .ApImage .border-title-image::after {
    right: 0;
    left: auto
}

.ApColumn .ApImage h3 {
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 400
}

.ApColumn .ApImage .image_description a {
    line-height: 16px;
    color: #000
}

@media (max-width:500px) {
    .ApColumn .ApImage .image_description a {
        padding: 0;
        border: none
    }

    .ApColumn .ApImage .image_description a::after,
    .ApColumn .ApImage .image_description a::before {
        content: none
    }
}

.ApColumn .ApImage .image_description a:hover {
    color: #414141
}

.ApColumn .ApImage .image_description span {
    text-transform: uppercase;
    color: #000
}

.ApColumn .ApImage .post-text-image {
    max-width: 750px;
    float: left
}

.rtl .ApColumn .ApImage .post-text-image {
    float: right
}

@media (max-width:1200px) {
    .ApColumn .ApImage .post-text-image {
        max-width: 555px
    }
}

@media (max-width:992px) {
    .ApColumn .ApImage .post-text-image {
        max-width: 50%
    }
}

@media (max-width:480px) {
    .ApColumn .ApImage .post-text-image {
        max-width: 100%
    }
}

.title_block,
.blog-lastest-title,
#blog-listing > h1 {
    color: #1f1f1f;
    font-size: 38px;
    font-family: "Roboto", sans-serif;
    position: relative;
    display: block;
    max-width: 600px;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    margin: auto;
    z-index: 8;
    margin-bottom: 15px;
    letter-spacing: -.6px
}

.title_block span,
.blog-lastest-title span,
#blog-listing > h1 span {
    color: #414141;
    font-weight: 400
}

.ap-popup {
    display: none
}

.container-config {
    max-width: 1000px
}

.bg-fullwidth {
    position: relative
}

.bg-fullwidth:before {
    content: "";
    padding: 0 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px
}

.rtl .bg-fullwidth:before {
    margin-right: -1000px;
    margin-left: inherit
}

.block-toggler .title,
.footer-container .links .title {
    cursor: pointer
}

.block-toggler .title .collapse-icons .remove,
.footer-container .links .title .collapse-icons .remove {
    display: none
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .add,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
    display: none
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .remove,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
    display: block
}

.block-toggler .navbar-toggler,
.footer-container .links .navbar-toggler {
    display: block;
    padding: 0;
    margin-top: .3125rem;
    width: 1.25rem;
    height: 1.25rem
}

.block-toggler.ApBlockLink ul li,
.footer-container .links.ApBlockLink ul li {
    margin-bottom: 10px
}

@media (min-width:768px) {

    .block-toggler.accordion_small_screen .collapse-icons,
    .footer-container .links.accordion_small_screen .collapse-icons {
        display: none
    }
}

.block-toggler.accordion_small_screen .collapse,
.footer-container .links.accordion_small_screen .collapse {
    display: block
}

@media (min-width:768px) {

    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
        height: 100% !important
    }
}

@media (max-width:767px) {

    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
        display: none
    }

    .block-toggler.accordion_small_screen .collapse.in,
    .footer-container .links.accordion_small_screen .collapse.in {
        display: block
    }
}

.alert {
    text-align: left;
    margin-top: 15px;
    padding-left: 50px;
    position: relative
}

.rtl .alert {
    text-align: right
}

.rtl .alert {
    padding-right: 50px;
    padding-left: inherit
}

.alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px
}

.rtl .alert:before {
    padding: 0 0 0 7px
}

.rtl .alert:before {
    float: right
}

.rtl .alert:before {
    right: 20px;
    left: auto
}

.alert.alert-success:before {
    content: "\f00c"
}

.alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, .1)
}

.alert.alert-warning:before {
    content: "\f071"
}

.alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, .1)
}

.alert.alert-info:before {
    content: "\f05a"
}

.alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, .1)
}

.alert.alert-danger:before {
    content: "\f00d"
}

.ap-accordion .in {
    display: block
}

.ap-accordion .panel-group .panel-default .panel-title {
    border-top: 1px solid transparent;
    padding: 0;
    margin-bottom: 0;
    font-size: .8125rem
}

.ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: 400
}

.ap-accordion .panel-default {
    border: 1px solid transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: 400
}

.ap-accordion .panel-default .panel-title a:before {
    background: none;
    content: "arrow_drop_up";
    cursor: pointer;
    display: block;
    font-family: "Material Icons";
    font-size: 1.5625rem;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: auto
}

.ap-accordion .panel-default .panel-title .collapsed:before {
    background: none;
    content: "arrow_drop_down";
    cursor: pointer;
    display: block;
    font-family: "Material Icons";
    font-size: 1.5625rem;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: auto
}

.ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0
}

.ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0
}

.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
    border-bottom: 0
}

.tab-content .tab-pane,
.tab-content .pill-pane,
.pill-content .tab-pane,
.pill-content .pill-pane {
    display: none
}

.tab-content .active,
.pill-content .active {
    display: block
}

.tabs-below .nav-tabs {
    border-top: 1px solid #f1f1f1
}

.tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below .nav-tabs > li > a {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.rtl .tabs-below .nav-tabs > li > a {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.tabs-below .nav-tabs > li > a:hover,
.tabs-below .nav-tabs > li > a:focus {
    border-top-color: #392c0f;
    border-bottom-color: transparent
}

.tabs-below .nav-tabs > .active a,
.tabs-below .nav-tabs > .active a:hover,
.tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #392c0f #392c0f #392c0f
}

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
    float: none
}

.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0
}

.rtl .tabs-left .nav-tabs > li > a,
.rtl .tabs-right .nav-tabs > li > a {
    margin-left: 0;
    margin-right: inherit
}

.tabs-left .nav-tabs {
    float: left;
    border-right: 1px solid #f1f1f1
}

.rtl .tabs-left .nav-tabs {
    float: right
}

.rtl .tabs-left .nav-tabs {
    border-left: 1px solid #f1f1f1;
    border-right: inherit
}

.tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.rtl .tabs-left .nav-tabs > li > a {
    margin-left: -1px;
    margin-right: inherit
}

.rtl .tabs-left .nav-tabs > li > a {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.tabs-left .nav-tabs > li > a:hover,
.tabs-left .nav-tabs > li > a:focus {
    border-color: #eee #392c0f #eee #eee
}

.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover,
.tabs-left .nav-tabs .active > a:focus {
    border-color: #392c0f transparent #392c0f #392c0f;
    *border-right-color: #FFF
}

.tabs-right .nav-tabs {
    float: right;
    border-left: 1px solid #f1f1f1
}

.rtl .tabs-right .nav-tabs {
    float: left
}

.rtl .tabs-right .nav-tabs {
    border-right: 1px solid #f1f1f1;
    border-left: inherit
}

.tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.rtl .tabs-right .nav-tabs > li > a {
    margin-right: -1px;
    margin-left: inherit
}

.rtl .tabs-right .nav-tabs > li > a {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-right .nav-tabs > li > a:hover,
.tabs-right .nav-tabs > li > a:focus {
    border-color: #eee #eee #eee #392c0f
}

.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active a:hover,
.tabs-right .nav-tabs .active a:focus {
    border-color: #392c0f #392c0f #392c0f transparent;
    *border-left-color: #fff
}

.widget-tabs li {
    padding: 5px 8px;
    border: 1px solid transparent;
    text-transform: uppercase
}

.widget-tabs li a {
    color: #272727
}

.widget-tabs li.active {
    border: 1px solid #414141
}

.widget-tabs li.active a {
    color: #414141
}

.block .nav-pills > li.active > a {
    position: relative
}

.block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 25px;
    line-height: 25px;
    font-family: "FontAwesome";
    color: #414141;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px
}

.rtl .block .nav-pills > li.active > a:before {
    left: 50%;
    right: auto
}

.rtl .block .nav-pills > li.active > a:before {
    margin-left: -4px;
    margin-right: inherit
}

.block .panel-group {
    margin-bottom: 0
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 10px
}

.nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: capitalize
}

.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eee;
    color: #000
}

div[id^="google-maps"] {
    position: relative
}

div[id^="gmap-stores-list"] {
    overflow: auto !important
}

div[id^="gmap-stores-list"] > ul {
    margin: 30px
}

.display-list-store {
    background-color: #6cabd5;
    float: left
}

.rtl .display-list-store {
    float: right
}

.gmap-stores-content,
.gmap-content {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative
}

.not-display-list-store .gmap-stores-content,
.not-display-list-store .gmap-content {
    width: 100%
}

.gmap-cover {
    width: 100%
}

.item-gmap-store {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 25px .9375rem;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.item-gmap-store:hover {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%
}

.rtl .item-gmap-store .icon-map-marker {
    margin-left: 6px;
    margin-right: inherit
}

.item-gmap-store text {
    font-size: 85%
}

.box-show-more {
    text-align: center
}

.box-show-more a {
    clear: both;
    text-align: center;
    line-height: 24px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
    display: block;
    font-size: 16px;
    padding: 7px 40px;
    border: 1px solid #000;
    background: #FFF
}

.box-show-more a span {
    margin: 0
}

.box-show-more a:hover {
    border: 1px solid #414141
}

.box-show-more a:hover .btn-border {
    color: #414141
}

.box-show-more a .fa {
    margin-left: .3125rem
}

.rtl .box-show-more a .fa {
    margin-right: .3125rem;
    margin-left: inherit
}

.box-show-more.open a {
    display: block;
    padding: 16.5px
}

.ap_image .has-animation {
    opacity: 0;
    filter: alpha(opacity=0)
}

.ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100)
}

.full-slider .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent
}

.full-slider .carousel-inner .item {
    width: 100%;
    height: 100%
}

.full-slider .content-slider {
    position: absolute;
    top: 35%;
    color: #FFF;
    left: 0;
    right: 0;
    text-align: center
}

.full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600
}

.full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 25px 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem
}

.full-slider .carousel-control {
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #121212;
    background-color: rgba(18, 18, 18, .52);
    zoom: 1;
    background-color: transparent\9
}

.full-slider .carousel-control.left {
    left: 25px
}

.rtl .full-slider .carousel-control.left {
    right: 25px;
    left: auto
}

.full-slider .carousel-control.right {
    right: 25px
}

.rtl .full-slider .carousel-control.right {
    left: 25px;
    right: auto
}

.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.rtl .embed-responsive iframe,
.rtl .embed-responsive object,
.rtl .embed-responsive embed {
    right: 0;
    left: auto
}

.cover-live-edit {
    width: 100%;
    border-top: 1px solid #f1f1f1
}

.cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, .5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cover-live-edit .link-to-back-end:hover {
    background-color: #00e676;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.ap-cover-hook {
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.ap-cover-hook:hover {
    border: 1px dashed #414141;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.ApProductCarousel {
    margin-top: 35px;
    margin-bottom: 0 !important
}

.ApProductCarousel .title_block {
    max-width: 720px
}

.ApProductCarousel .sub-title-widget {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 10px
}

@media (max-width:991px) {
    .bgr-profile-home2 div.ApColumn:first-child {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .bgr-profile-home2 div.ApColumn:first-child img {
        max-width: 768px;
        margin: auto
    }
}

@media (max-width:790px) {
    .bgr-profile-home2 div.ApColumn:first-child {
        padding-left: 30px;
        padding-right: 30px
    }

    .bgr-profile-home2 div.ApColumn:first-child img {
        width: 100% !important;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .bgr-profile-home2 div.ApColumn:first-child img {
        width: 169% !important
    }
}

.bgr-profile-home2 .ApImage img {
    position: relative;
    z-index: 9
}

.bgr-profile-home2 .block_content {
    background: url(../../modules/appagebuilder/views/img/bgr-profile-home2.jpg) no-repeat right bottom
}

@media (min-width:992px) {
    .bgr-profile-home2 .block_content {
        padding: 5% 6% 0 18%
    }

    .rtl .bgr-profile-home2 .block_content {
        padding: 5% 18% 0 6%
    }
}

@media (min-width:1500px) {
    .bgr-profile-home2 .block_content {
        padding: 5% 9% 0 26%
    }

    .rtl .bgr-profile-home2 .block_content {
        padding: 5% 26% 0 9%
    }
}

@media (max-width:991px) {
    .bgr-profile-home2 .block_content {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        box-sizing: border-box
    }
}

.bgr-profile-home2 .ApProductCarousel .title_block {
    margin-top: 70px;
    color: #414141
}

@media (min-width:992px) {
    .bgr-profile-home2 .ApProductCarousel .title_block {
        margin-left: 28%;
        text-align: left
    }

    .rtl .bgr-profile-home2 .ApProductCarousel .title_block {
        margin-right: 28%;
        margin-left: inherit
    }

    .rtl .bgr-profile-home2 .ApProductCarousel .title_block {
        text-align: right
    }
}

@media (min-width:992px) {
    .bgr-profile-home2 .ApProductCarousel .sub-title-widget {
        margin-left: 35%
    }

    .rtl .bgr-profile-home2 .ApProductCarousel .sub-title-widget {
        margin-right: 35%;
        margin-left: inherit
    }
}

.bgr-profile-home2 .product-flags {
    background: #FFF;
    margin-top: -1px
}

.bgr-profile-home2 .functional-buttons {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.bgr-profile-home2 .product-description {
    background: #FFF;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.bgr-profile-home2 .thumbnail-container:hover .product-description {
    background: none
}

.bgr-profile-home2 .thumbnail-container:hover .functional-buttons {
    background: #FFF
}

.section-flex .title_block {
    max-width: inherit
}

@media (max-width:575px) {
    .section-flex .ApImage {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .section-flex .ApImage .image_description {
        text-align: center
    }
}

@media (min-width:576px) {
    .section-flex > .ApRow {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center
    }
}

@media (max-width:1199px) {
    .section-flex > .ApRow .image_description {
        margin-left: 0
    }

    .rtl .section-flex > .ApRow .image_description {
        margin-right: 0;
        margin-left: inherit
    }
}

@media (max-width:991px) {
    .section-flex > .ApRow .ApColumn img {
        max-width: 100%
    }
}

@media (min-width:576px) {
    .section-flex .ApColumn:first-child img {
        position: absolute;
        right: -18%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9
    }

    .rtl .section-flex .ApColumn:first-child img {
        left: -18%;
        right: auto
    }
}

@media (min-width:576px) and (max-width:991px) {
    .section-flex .ApColumn:first-child img {
        width: 35% !important;
        right: -23%
    }

    .rtl .section-flex .ApColumn:first-child img {
        left: -23%;
        right: auto
    }
}

@media (max-width:575px) {
    .section-flex .ApColumn:first-child img {
        margin: 20px 0
    }
}

@media (max-width:575px) {
    .section-flex .ApColumn:last-child {
        clear: both;
        overflow: hidden
    }
}

.tab-primary .ApProductCarousel {
    margin-top: 28px
}

.title-timeout {
    text-align: left;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 15px
}

.rtl .title-timeout {
    text-align: right
}

.leo-more-cdown {
    overflow: hidden;
    background: #333433;
    padding: 7px 0 5px;
    margin: 15px 0
}

.leo-more-cdown li {
    width: 25%;
    text-align: center;
    float: left;
    position: relative
}

.rtl .leo-more-cdown li {
    float: right
}

.leo-more-cdown li:not(::after) {
    content: '';
    width: 6px;
    height: 6px;
    background: #5c5d5c;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    right: 0
}

.rtl .leo-more-cdown li:not(::after) {
    left: 0;
    right: auto
}

.leo-more-cdown li b {
    font-size: 18px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    color: #09592d
}

.leo-more-cdown li span {
    font-size: 12px;
    color: #999;
    text-transform: uppercase
}

@media (max-width:767px) {
    .manufacturers_block {
        margin-top: -65px
    }

    .manufacturers_block img {
        margin: 30px 0
    }
}

img {
    backface-visibility: hidden
}

@media (max-width:575px) {
    .ApColumn .ApCountdown {
        padding: 60px 15px
    }

    .ApColumn .ApCountdown .ap-countdown-time {
        margin-bottom: 30px
    }

    .ApColumn .ApCountdown .ap-countdown-time li {
        margin: 0;
        padding: 10px
    }

    .ApColumn .ApCountdown .ap-countdown-time b {
        font-size: 18px
    }

    .ApColumn .ApCountdown .ap-countdown-time span {
        font-size: 12px
    }

    .ApColumn .ApCountdown .sub-title-widget {
        margin-bottom: 40px;
        font-size: 14px
    }

    .ApColumn .ApCountdown .title_block {
        font-size: 26px
    }

    .manufacturers_block {
        margin-top: -45px
    }

    .manufacturers_block img {
        margin: 10px 0
    }
}

@media (max-width:480px) {
    .manufacturers_block {
        margin-top: -30px
    }
}

.leo-more-info {
    background-color: #FFF;
    position: absolute;
    z-index: 4000;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    right: 0;
    float: left;
    text-align: left;
    padding: .3125rem .3125rem 25px .3125rem;
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.rtl .leo-more-info {
    left: 0;
    right: auto
}

.rtl .leo-more-info {
    float: right
}

.rtl .leo-more-info {
    text-align: right
}

.rtl .leo-more-info {
    padding: .3125rem .3125rem 25px .3125rem
}

.leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: .875rem;
    margin-bottom: 1.25rem;
    float: left;
    width: 80px;
    height: 300px
}

.rtl .leo-more-info .thumbs_list {
    float: right
}

.leo-more-info .thumbs_list ul.thumbs_list_frame {
    list-style-type: none;
    padding-left: 0
}

.rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
    padding-right: 0;
    padding-left: inherit
}

.leo-more-info .thumbs_list li {
    cursor: pointer;
    float: left;
    width: 84px;
    height: 100px
}

.rtl .leo-more-info .thumbs_list li {
    float: right
}

.leo-more-info .thumbs_list li a {
    display: block;
    margin: 0 1px 2px;
    text-align: center
}

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
    position: absolute;
    width: .9375rem;
    margin: auto;
    left: 0;
    right: 0
}

.leo-more-info .view_scroll_right {
    bottom: 0;
    margin-bottom: .3125rem
}

.leo-more-info .view_scroll_left {
    margin-top: .3125rem
}

.leo-more-over {
    position: relative;
    z-index: 0
}

.leo-more-image {
    top: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0
}

.rtl .leo-more-image {
    right: 0;
    left: auto
}

.instagram-block img {
    max-width: 100%
}

.instagram-block .owl-item {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden
}

.instagram-block a {
    display: inline-block;
    margin-bottom: 6px
}

.instagram-block a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.instagram-block a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.instagram-block .link-instagram {
    border: 1px solid #000;
    text-align: center;
    padding: 20px;
    margin-top: 30px
}

.instagram-block .link-instagram i {
    display: none
}

.instagram-block .link-instagram a {
    margin: 0
}

.sub-title-widget {
    max-width: 520px;
    margin: auto;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    color: #09592d;
    font-size: 12px;
    position: relative
}

.sub-title-widget::before,
.sub-title-widget::after {
    content: '...';
    position: absolute;
    color: #e0e0e0;
    top: -4px
}

.sub-title-widget::before {
    left: -30px
}

.rtl .sub-title-widget::before {
    right: -30px;
    left: auto
}

.sub-title-widget::after {
    right: -30px
}

.rtl .sub-title-widget::after {
    left: -30px;
    right: auto
}

.page-cart .cart-item,
.page-order .cart-item {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.page-cart .cart-item:last-child,
.page-order .cart-item:last-child {
    border-bottom: 0
}

.page-cart #block-reassurance li,
.page-order #block-reassurance li {
    width: 100%;
    margin-top: 15px;
    padding: 0
}

.page-cart #block-reassurance li:first-child,
.page-order #block-reassurance li:first-child {
    margin-top: 0
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #414141;
    opacity: .6;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

#module-leofeature-viewwishlist .thumbnail-container .leo_cart_quantity {
    position: static
}

#module-leofeature-viewwishlist .thumbnail-container .leo-pro-attr-section,
#module-leofeature-viewwishlist .thumbnail-container .leo_cart_quantity {
    top: auto !important;
    opacity: 1 !important
}

#module-leofeature-viewwishlist .thumbnail-container:hover .product-image {
    box-shadow: none
}

#module-leofeature-viewwishlist .thumbnail-container:hover .product-description > * {
    opacity: 1;
    visibility: visible
}

#module-leofeature-viewwishlist .thumbnail-container .leo-pro-attr-section {
    position: relative !important
}

.aeuc_before_label {
    min-width: 120px
}

.thumbnail-container .aeuc_unit_price_label {
    line-height: 16px
}

.title_block.txt-left {
    text-align: left
}

.rtl .title_block.txt-left {
    text-align: right
}

.title_block.txt-left::after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.rtl .title_block.txt-left::after {
    right: 0;
    left: auto
}

@media (max-width:991px) {
    .title_block.txt-left::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .rtl .title_block.txt-left::after {
        right: 50%;
        left: auto
    }
}

.bgr-black {
    background: #000;
    color: #fff
}

.bgr-black::before {
    border-bottom: 1px solid #fff
}

.ApCategoryImage {
    text-align: center
}

.ApCategoryImage + script + .ApHtml {
    display: none
}

.ApCategoryImage .cover-img + span {
    font-family: "hobo", serif
}

.ApCategoryImage .block_content {
    width: 100%
}

@media (min-width:768px) {
    .ApCategoryImage .block_content {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.ApCategoryImage img {
    height: inherit;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    max-width: 100%
}

.ApCategoryImage ul {
    width: 100%
}

@media (min-width:567px) and (max-width:768px) {
    .ApCategoryImage ul {
        width: 50%;
        float: left
    }

    .rtl .ApCategoryImage ul {
        float: right
    }

    .ApCategoryImage ul:nth-child(2n+1) {
        clear: both
    }
}

.ApCategoryImage span {
    color: #222;
    font-weight: 500;
    letter-spacing: -.1px
}

.ApCategoryImage .leo-qty {
    display: block;
    color: #414141;
    font-weight: 400
}

.ApCategoryImage .leo-qty span {
    color: #414141;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px
}

@media (max-width:767px) {
    .block-social .title {
        display: none
    }
}

@media (max-width:767px) {
    .block-social .block_content {
        display: block !important;
        margin-top: 30px;
        float: left
    }

    .rtl .block-social .block_content {
        float: right
    }
}

.content-image .title_block {
    max-width: 430px;
    margin-bottom: 115px
}

.content-image .title_block::after {
    bottom: -50px
}

@media (min-width:768px) {
    .content-image .ApColumn {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    .content-image .ApColumn {
        margin-bottom: 60px
    }

    .content-image .ApColumn:last-child {
        margin-bottom: 0
    }
}

.content-image .ApColumn .block {
    margin: 0
}

.content-image .ApColumn .ApImage {
    margin: 0
}

.content-image .ApColumn > div {
    float: left;
    width: 50%
}

.rtl .content-image .ApColumn > div {
    float: right
}

@media (max-width:767px) {
    .content-image .ApColumn > div {
        width: 100%
    }
}

.content-image .ApHtml {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: #f8f4f3
}

@media (max-width:767px) {
    .content-image .ApHtml {
        padding: 40px 0
    }
}

.content-image .ApHtml a {
    margin-top: 45px
}

.content-image .ApHtml p {
    max-width: 475px;
    margin: auto;
    padding: 0 15px
}

.content-image .ApHtml h3 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px
}

@media (max-width:991px) {
    .content-image .ApHtml h3 {
        margin-bottom: 40px
    }
}

.content-image .ApHtml h3::after {
    left: 50%;
    right: inherit;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:991px) {
    .content-image .ApHtml h3::after {
        bottom: -20px
    }
}

.content-image p {
    line-height: 30px
}

.ApManuFacturersCarousel .left-block {
    text-align: center
}

.menu-child {
    position: fixed;
    top: 0;
    right: 0;
    width: 445px;
    background: #fff;
    padding: 0 45px 45px;
    height: 100vh;
    overflow-y: auto;
    margin-right: -450px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.rtl .menu-child {
    left: 0;
    right: auto
}

.rtl .menu-child {
    margin-left: -450px;
    margin-right: inherit
}

.menu-child.fancybox-margin {
    display: none
}

.menu-child .fa-times {
    font-size: 0;
    cursor: pointer;
    background: #09592d;
    padding: 5px 7px;
    border-radius: 100%;
    position: absolute;
    left: -20px;
    top: 10px;
    color: #000;
    z-index: 9
}

.rtl .menu-child .fa-times {
    right: -20px;
    left: auto
}

.menu-child .fa-times::before {
    font-size: 14px
}

@media (max-width:567px) {
    .menu-child {
        width: 300px;
        padding: 15px
    }

    .menu-child .fa-times {
        left: 15px;
        top: 0
    }

    .rtl .menu-child .fa-times {
        right: 15px;
        left: auto
    }
}

.menu-child.toggle-mn {
    box-shadow: -2px 0 14px #ccc;
    margin-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.rtl .menu-child.toggle-mn {
    margin-left: 0;
    margin-right: inherit
}

.menu-child .ApColumn:nth-child(2) {
    height: 820px
}

.menu-child .main-fa-times {
    height: 1px
}

.menu-child .main-fa-times .block_content {
    margin-bottom: 0
}

.menu-child .block-social {
    overflow: hidden;
    margin-top: 60px
}

.menu-child .block-social li a:before {
    font-size: 16px
}

.menu-child .block-social .title_block {
    display: none
}

.menu-child .block-social li {
    float: left;
    margin-right: 15px
}

.rtl .menu-child .block-social li {
    float: right
}

.rtl .menu-child .block-social li {
    margin-left: 15px;
    margin-right: inherit
}

.menu-child .block-social a {
    font-size: 0
}

.menu-child .currency-selector,
.menu-child #language-selector-label {
    width: 50%;
    float: left;
    margin-right: 0;
    border: none;
    box-shadow: none;
    padding: 0
}

.rtl .menu-child .currency-selector,
.rtl .menu-child #language-selector-label {
    float: right
}

.rtl .menu-child .currency-selector,
.rtl .menu-child #language-selector-label {
    margin-left: 0;
    margin-right: inherit
}

.menu-child .currency-selector .popup-title,
.menu-child #language-selector-label .popup-title {
    display: none
}

.menu-child .currency-selector li,
.menu-child #language-selector-label li {
    margin-bottom: 15px
}

.menu-child .currency-selector *,
.menu-child #language-selector-label * {
    font-size: 14px;
    color: #888
}

.menu-child .userinfo-selector {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 35px;
    float: none
}

.menu-child .userinfo-selector::before {
    content: none
}

.menu-child .userinfo-selector .popup-title,
.menu-child .userinfo-selector i {
    display: none
}

.menu-child .userinfo-selector li {
    float: left;
    margin: 0;
    margin-right: 15px;
    padding: 5px 0
}

.rtl .menu-child .userinfo-selector li {
    float: right
}

.rtl .menu-child .userinfo-selector li {
    margin-left: 15px;
    margin-right: inherit
}

.menu-child .userinfo-selector li a {
    white-space: nowrap
}

.menu-child .userinfo-selector li span {
    font-size: 14px
}

.menu-child .userinfo-selector li:nth-child(2) .myacount {
    display: none
}

.menu-child .popup-content {
    position: static;
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    box-shadow: none
}

.menu-child .top-menu {
    overflow: hidden;
    padding: 40px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.menu-child .top-menu i {
    color: #414141;
    margin-right: 5px
}

.rtl .menu-child .top-menu i {
    margin-left: 5px;
    margin-right: inherit
}

.menu-child .phone {
    float: left;
    font-size: 14px
}

.rtl .menu-child .phone {
    float: right
}

.menu-child .email {
    float: right;
    font-size: 14px
}

.rtl .menu-child .email {
    float: left
}

.menu-child .clear-custom {
    clear: both;
    margin-bottom: 0;
    padding-top: 70px
}

.menu-child .clear-custom .star {
    display: block;
    float: none;
    margin: 40px 0
}

.menu-child .clear-custom p {
    font-size: 16px
}

.menu-child .clear-custom span {
    margin-bottom: 10px;
    font-size: 15px;
    display: block
}

.menu-child .clear-custom h4 {
    font-family: "Roboto", sans-serif;
    color: #232323;
    font-weight: 500;
    font-size: 20px
}

.menu-child * {
    color: #888;
    font-size: 14px
}

.bgr-2 * {
    margin: 0 !important
}

.bgr-2 img {
    position: absolute
}

.bgr-2 .ApColumn .ApImage {
    overflow: inherit
}

.bgr-2 .ApColumn:first-child img {
    left: 0;
    left: 0;
    top: -155px
}

.rtl .bgr-2 .ApColumn:first-child img {
    right: 0;
    left: auto
}

@media (max-width:1500px) {
    .bgr-2 .ApColumn:first-child img {
        max-width: 100px;
        top: -60px
    }
}

.bgr-2 .ApColumn:last-child img {
    top: -130px;
    right: 0
}

.rtl .bgr-2 .ApColumn:last-child img {
    left: 0;
    right: auto
}

@media (max-width:1500px) {
    .bgr-2 .ApColumn:last-child img {
        max-width: 60px;
        top: -80px
    }
}

.link-instagram {
    display: none
}

.bgr-h1 {
    position: relative
}

@media (max-width:567px) {
    .bgr-h1 {
        display: none
    }
}

.bgr-h1 * {
    margin: 0 !important
}

.bgr-h1 .ApColumn img {
    position: absolute;
    padding: 0
}

.bgr-h1 .ApColumn:first-child img {
    left: 0;
    top: -90px
}

.rtl .bgr-h1 .ApColumn:first-child img {
    right: 0;
    left: auto
}

.bgr-h1 .ApColumn:first-child img * {
    text-align: left
}

.rtl .bgr-h1 .ApColumn:first-child img * {
    text-align: right
}

@media (max-width:1199px) {
    .bgr-h1 .ApColumn:first-child img {
        top: -50px
    }
}

.bgr-h1 .ApColumn:last-child img {
    top: -160px;
    right: 0
}

.rtl .bgr-h1 .ApColumn:last-child img {
    left: 0;
    right: auto
}

.bgr-h1 .ApColumn:last-child img * {
    text-align: right
}

.rtl .bgr-h1 .ApColumn:last-child img * {
    text-align: left
}

@media (max-width:1199px) {
    .bgr-h1 .ApColumn:last-child img {
        top: -90px
    }
}

@media (max-width:991px) {
    .bgr-h1 .ApColumn:last-child img {
        top: -75px
    }
}

@media (max-width:1199px) {
    .bgr-h1 img {
        max-width: 100px !important;
        max-height: 160px
    }
}

.about-child {
    text-align: center
}

.about-child .sub-title-widget {
    margin-bottom: 45px
}

.text-center {
    text-align: center
}

@media (max-width:991px) {
    .none-mobile {
        background: none !important
    }
}

.rtl .bgr-2 .ApColumn:first-child img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -150px
}

.rtl .bgr-2 .ApColumn:last-child img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#index #header {
    margin-bottom: -110px
}

@media (max-width:767px) {
    #index #header {
        margin-bottom: 0
    }
}

.sevice {
    padding-top: 1px
}

.sevice .sub-title-widget {
    margin-bottom: 55px;
    display: block
}

.sevice h4 {
    font-weight: 300
}

.sevice .ApColumn .ApImage {
    margin-top: 0
}

.sevice .ApColumn p {
    margin-bottom: 50px
}

@media (max-width:1199px) {
    .sevice .ApColumn p {
        margin-bottom: 20px
    }
}

.sevice .ApColumn.ht1 {
    margin-top: 40px
}

@media (min-width:1200px) {
    .sevice .ApColumn.ht1 {
        padding-right: 40px
    }

    .rtl .sevice .ApColumn.ht1 {
        padding-left: 40px;
        padding-right: inherit
    }
}

.sevice .ApColumn.ht1 * {
    text-align: right
}

.rtl .sevice .ApColumn.ht1 * {
    text-align: left
}

@media (max-width:767px) {
    .sevice .ApColumn.ht1 * {
        text-align: left
    }

    .rtl .sevice .ApColumn.ht1 * {
        text-align: right
    }
}

.sevice .ApColumn.ht2 {
    margin-top: 40px
}

@media (min-width:1200px) {
    .sevice .ApColumn.ht2 {
        padding-left: 30px
    }

    .rtl .sevice .ApColumn.ht2 {
        padding-right: 30px;
        padding-left: inherit
    }
}

.sevice .ApColumn.ht2 * {
    text-align: left
}

.rtl .sevice .ApColumn.ht2 * {
    text-align: right
}

.sevice .ApColumn .ApHtml h4 {
    font-size: 20px;
    color: #333433;
    letter-spacing: -.25px
}

.sevice .ApColumn .ApHtml p {
    color: #656d73;
    font-size: 15px;
    line-height: 30px
}

.ApImageGallery img {
    width: 100%
}

.ApImageGallery .col-md-4 {
    padding: 0
}

@media (min-width:768px) {
    .ApImageGallery .col-md-4:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width:767px) {
    .ApImageGallery .col-md-4 {
        width: 50%
    }

    .ApImageGallery .col-md-4:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width:567px) {
    .ApImageGallery .col-md-4 {
        width: 100%
    }
}

.rtl .bgr-2-1,
.rtl .bgr-2-2 {
    display: none
}

.rtl .ApMegamenu {
    margin-right: 215px
}

.rtl .ApMegamenu.logo-in-menu {
    margin: 0 !important
}

.rtl .ApMegamenu.logo-in-menu .megamenu > li:nth-child(4) .dropdown-menu,
.rtl .ApMegamenu.logo-in-menu .megamenu > li:nth-child(5) .dropdown-menu,
.rtl .ApMegamenu.logo-in-menu .megamenu > li:nth-child(6) .dropdown-menu {
    right: inherit !important;
    left: 0 !important
}

.ApMegamenu.logo-in-menu {
    margin: 0 !important
}

@media (min-width:1200px) {
    .box-video .ApHtml {
        min-height: 490px
    }
}

.check_box_address_step {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.check_box_address_step label {
    margin: 0;
    margin-left: 10px
}

.rtl .check_box_address_step label {
    margin-right: 10px;
    margin-left: inherit
}

body#checkout #footer {
    padding-top: 100px !important
}

.paneltool.active .panelbutton > .fa:before {
    content: "\f00d"
}

.leo-widget .w-name {
    display: none
}

.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(data:image/png;base64,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);
    font-family: Arial, Helvetica, sans-serif;
    display: none
}

.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: red;
    overflow: hidden;
    cursor: crosshair
}

.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/colorpicker_overlay.png)
}

.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(data:image/gif;base64,R0lGODlhCwALAJECAAAAAP///////wAAACH5BAEAAAIALAAAAAALAAsAAAIflINoG+AeGFgGxEaXxVns2X2dh4CZJXBadDxQlihGAQA7);
    margin: -5px 0 0 -5px
}

.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize
}

.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(data:image/gif;base64,R0lGODlhIwAJAJEAADk5OVtbW////wAAACH5BAEAAAIALAAAAAAjAAkAAAInTISpy50WwHG0imiAtFxF+W2dFWaaODYheE6pU37uC2vZTNdQ3hkFADs=) left top;
    margin: -4px 0 0 0;
    left: 0
}

.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: red
}

.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: red
}

.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px
}

.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAsCAIAAABJ6mlcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHotAACAlQAA+NcAAIhSAABxRQAA6mYAADkHAAAh+QMnhVYAAAGaSURBVHja7Jixa8JAFMa/JAdmyGJB4iIdAhqySSfplH9Gi3+P0PjX3FSciuBQ3Iq4GFwP7GLpcCDXi1LRQF8e900fyQXej/eS3H1ekiRRFIGXlFIiiqL9fs8MrNPpCAC+74OdBIAgCHiCCSFueJLgm6mUqgEMwHa7pUPV6/VMkLvAyI2fAeLrd+ysZrOZZUwRBDNr8/VX8awArFYr01h3qcmsTQD4OhysFa9FoY2U8nTRWtYKQ2pgpwpbYegD+K5oMh4DyPM8z3NtqssIdsysTQCA511a2u/3LUNaBogAUMUq5nNzDqWUL5NJA7isH7R3rmN6/KSU2gBIBwPyDfvdsUujmKapZZo2ihWw6XSqr59MQ7i8v0cxyzLLMAG7cnvGEOx4PLLtGPXzGE8wpRTPMOeh3e7GMTOwXVmKbhy/L5fMwJ6GQ5dSNRHstswjo7eB/Fiv6wlz3hYLOlTPo5FLqVxKRUT1pFQEZVboUiqXUv0n1zXHFpdSUR5Fl1JxALtye8YQ7HOzYdsx6ucxnmC7snwkFujWEub8DAA5n9W+w+9WGgAAAABJRU5ErkJggg==) top;
    left: 212px;
    top: 142px
}

.colorpicker_hex input {
    right: 6px
}

.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute
}

.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize
}

.colorpicker_rgb_r {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABCCAIAAACAQ/KpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHotAACAlQAA+NcAAIhSAABxRQAA6mYAADkHAAAh+QMnhVYAAAOwSURBVHja7JlBSxtBFMffxmUTYwi2a1ghpqEY19hLDJ6kxyL4ESoeFAwIihZB8OZZyMG0nrTipxAsDQEvVVKoUTRtTBQbtGKIFoTdbHSzsYeNy7qbJkGZdJbmMYdh5g3zZ+bN7rzfEJ2dnTabDYxmHMeRNpstm80aTrrD4SABwGQygQGNBICmpiajSidJ8hEjUZ8QjuNQSQeA09NTRLpdLldVVU+SjjYeapGuj/WpqSmlLghCNBrd39+vs/SqJ9Akf2E05vF4Njc319bW1tfXc7lcIBBwOp0aH9TS1XPt7e3pZycBIC8I+pHxePz8/PzX2dnXaPTj6irDMPGDA6vVqjiYLRak0hVVPxIJAIjFYj1er3p2EgCKxaJ+pMfjcTgcZrO5t7e3paVla2uL53kLYrlqU1R1s2wylZLrbFfXg1gHgtCPnJyclCuXl5fz8/PJZNLtdpf1RGWquViWLX9My8qZmZnZ3d0dHBycm5uz2+2ujg6L2VzPY6qoShweyhVvd7f2mBI6k/teuFw/T04+bWzMzs46nc6yPigXvWRyiBMEcZhMqmc3lbZGU5QtI4jP4XA2m307NJS/uSnjgzRg7ktPTw8AeL1e9eyEz+e7vb3VjGJZNhKJ0DQtf1JaW1tFUUyn021tbYoPRVFI/6Z6VWqjKIqU90LTkUqlaJq2WCxy1/X1tSiKVqu1WCzW7a5WNSYJn89XKBRQ/KifaJVVkfL0jztzkiT921V/vHQs7utGlc5xnFHT6ufPnrUzjOGkX2QyZDvDfIvFDCe9z+9vEAFjEYFXqos/CvueSCBMq79sbyPS/bq/v0EEGkQAFyKA2ioTgZL0BhFoEIEGEcCaCJRPNUKh0NHREU3TBEHk8/nFxUVRFHmeb25urmOoP1Alq6+eJRmCCPw1wdOkThRFURSlv2kYMq0+SacbROA/JAIXmYzb5TJiWm3IrBQA7HY7pkSgz+9/MzBQwSESDuNLBKoyTXyJQE3S8SQCoigalQhUftXAmgjUtOp4EoGqsY4vEZBUtrCwID20kvS8IGiKTASOj49jOzvvQyGe5xmG+X11pfGpj/RgMAgAwWBQIx1fIiDdP4O9m57+sLQk16dVkYwvESioYn1iYkLfiC8RUB4fl5eX5cr4+LgxiIBUKMglMDYmi1xZWVEasSYCBUlSyujoKACMjIwoLVgTAc1r9fDwsKYFXyIgVXv+x5cI1HRzxJAIvHS7EUpHHjDlfpTGkF6suur4EoG7uwqdOUH4MwCllHKmGpTirAAAAABJRU5ErkJggg==);
    top: 52px;
    left: 212px
}

.colorpicker_rgb_g {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABCCAIAAACAQ/KpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHotAACAlQAA+NcAAIhSAABxRQAA6mYAADkHAAAh+QMnhVYAAAOzSURBVHja7JnPT+JAFMdfobBst1GoCh5Es0pQNtGGeCLG08a7d2MkkURjoht//A0uiVEOXhT/B68edI+rB7MhXNjSkKgRVJbIqbEqre6h0i2UUKI77DTLSw9kmMn78vhOp+9TYmBggKZpMFsIgkDSNF0oFEwnvauriwQAi8UCJgwSAKxWq1mlkyT5ipWod4ggCKikA8Dl5SUi3V6v11DVm6Sj9UMj0mt6fXh4eGRkxOfzFYvFTCZzcHDQZOmGO9Ci3GGqgmXZSCRSKpX29vaOjo7Gx8enp6er5qCWrs2VTCb12UkAuBfFqmWTk5P7+/vb29vt7e00Tefz+fn5+evra5fTqc5553Agla6q+slxAJBIJAJDQ9rsFgB4qgyXy8UwzMnxcQfDeNzuDxR1lcutra0Vb28lSVKnoa66mmjQ7ycIgiAILp3WZicBAAhCu6ajsxMAsrnce4ryDw6urq4q45ubmzzPN8/sGlV+v7+214nKK5fNAoDP57PbbLls9uv6+vLyMgBks1nx7k6dhlx5+UqXQyuyLL0yRFHkeT4cDltJUhTFs/Nzt9tdLsSfQF/0l1AsThBEmue12WsYBgB2dnYWFxfj8TjP8xRF9fT0cByXyWQYhgGCaL5hAoEAAAxptikAECzLPj4+6hfKsux0Ont7e202WzKZTKVSym9Qb7d2ux3paVpTlRp2u51U/ouah5kgCKenpw8PDwDQ39/vQHw31BvGYALLspIkoTio3xj1VZFK+tftOVmW/23VXy8di+d1s0oXBMGsbTXjcnV7PKaTfpPPk90ez49EwnTSR4PBFhEwFxH4VPlE8dcjxXEI2+rvJyeIdI+FQi0i0CICuBAB1FGfCLxUvUUEWkSgRQSwJgK1W437+/toNKonAg6Ho2l9SVUiRX1DXRL+RMCgwaNpuk4PNRYKmbKtPru4aBGB/5AI3OTzfV6vGdtqU3alANDW1oYpERgNBj9PTNSZ8O3wEF8iYMg08SUCDUnHkwiUSiWzEoH6bzWwJgINVR1PImDodXyJgKyJaDQqVwbWRECt+tbWFgBsbGysrKyYgwjIkqRcX5aWlKYuFoupg1gTAUnj9YWFBf0gCbr2XiUCV7mcQgR+FQqxWEwhAhRFNUl6+eXj7u6u8mFubk4HM7AkAqo3IrOzSup4PG5gGEyIgNYb4XAYAGZmZnSGwZIIVL2tnpqaqhrBlwjIRq//8SUCDT05YkgEPvb1IZSO3DBGpx6+0p8Mq44vEXh+rvPlnSj+HgA0S90s9ElKvAAAAABJRU5ErkJggg==);
    top: 82px;
    left: 212px
}

.colorpicker_rgb_b {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABCCAIAAACAQ/KpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHotAACAlQAA+NcAAIhSAABxRQAA6mYAADkHAAAh+QMnhVYAAANQSURBVHja7JpBSxtBGIa/3Wyt4pqwosaDUWrWmPS2eDF48FAM3urdg4IFIagFf4UgSKi56A+wf8CbBBQpHtKSg7CJ5hAXL0aPbrLFZLM9jG432ZgN1kln2v3wMG5mmIfhnc3MQ5hgMMjzPNBWqqpyPM/f3d1Rhz44OMgBAMuyQGFxAODxeGhF5zjuBSNx7xBVVXGhA8D19TUm7kAg4Ej1R+h489AOuj3r6+vrZvv8/Pz4+Ljz6I47sPkbRhTFVCp1e3vb29sbi8UMwzg9PW3oYxgGVnQrVSaTkSSpYXYOAH5qmn3k4eFhoVB4w3F9fX3BYPDrwcHAwIC1w9vubqzoJlU2l0P0kXDYOjsHALVazT5yfn6+XC57vd7p6elEIlEql/ubdcNXJtVkKHSZz6N2aGKiLjDAMPaRoihqmsaybE9Pj8/nEwShaTeMZZkuFAo1z3pTomQymc1mPSz7cWEhHo9/T6c7C/6bKndxgRrhycm6zQAAjK3QZ/6hodHRUUEQAKBwdVUzDHsfnIv+WCjiDMNcXF5aZ382MGtra5VKhef5kZGRk5OTv3BesFBFIhEACFu26VNgbOiJREJRlK6uLoZh7u/vZVn2+XxMZ7PeMB2id0bP5/OlUsn8d3x8vBvzq9AR/Zlt2qxTO6erQCBAIrpj6bpO6KrTcV6nFV1VVVqv1f2CMOz3U4d+Uyxyw37/j0yGOvQpSXKNAF1G4H39ieLVS87lMF6rv52dYeKeiUZdI/CPGQHc1doIPKK/zAjgrtZG4BHdNQKuEXCNgGsEXCPwmkZgJhql8lpdUBTXCPyHRuCmWBzDKbHwXaupvJUCgNfrJdQITEnSh7m5Fh1SR0fkGgFHp0muEWgLnUwjUKlUaDUCDw8PtBqBtladTCPgmHUWvWEaShRFRVHS6bQsy7FYbHZ21t6nA+hmbW1t6fVFtBEwV31nZwcAtre3Nzc36TACerWKGp83Nr7s7qL2hiXJ5BqBqiXr8Xjc/pBcI1B9WvW9vT3UWF1dpcMI6NUq+vu0soIg9/f3zYdEGwFrNpaXlwFgaWnJFhgijYAZGFSLi4sNT8g1Ano9KE1GoK2TI4FG4N3YGEZ07IFx+gYkF73muOrkGoGWPwEta9qvAQBPtPTdMmi31AAAAABJRU5ErkJggg==);
    top: 112px;
    left: 212px
}

.colorpicker_hsb_h {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABCCAIAAACAQ/KpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHotAACAlQAA+NcAAIhSAABxRQAA6mYAADkHAAAh+QMnhVYAAAN6SURBVHja7JnPSuNAGMC/aVJta1FqqO3BRhZrbfcixVP1uAi+gCcPCi4Igq6PUelFdr3oK/gIssfFi6V42cZNYREVLF6KxEbbJtnD1BCTtBHd2c6w+QhlJvnC/Jh++TO/oOnp6Wg0CqyFoih8NBq9u7tjDj0ej/MAEAgEgMHgAYDjOFbReZ5/w5mkrxBFUUihA8DV1RUh7lQq5Un1LnSy9eBFFcC1bovd3V1RFM3uysrKwsKCLYc0Otc3uugBR6TT6Uaj8fT0hLuTk5PBYLDRaFhzSKNbxzo/P7cRdgvmUVWdZ6qqqjabCAAAdE1rt9vNh4dIOGwmDIdCRNFNqqokAUClUslls9bReQDQdd155vLycrPZDPI8AIwLgmEYhmG4ZhIKc6zZTOaXLON2ZmbmxWUKCDnPTKfTqqrivyYcDuu6Dgi5ZpIKy1iZTMb9DuOKc3BwUK1WuUAAAIp7e4Zh9MokRf7ckC4ucCM7O+tA7zGXiYmJSCQCAKHhYZ7nUe9MMpPeHSuXzVYlCXet9D0LprsfHzJ/B1QwuVwOALKWyxQAuGQyqes6ehmyLJfL5UgkMjQ0hBC6vr4+OztrtVojIyNmDsdx9/f3hLDHxsZsVPF43NrlOM69YGRZFgQhFArhQzc3NwihWCw2kILpmTA3N9fpdEg8qN8Z/al4PPzb5lLTtMHO+tvRqXhfZxVdURRWl9XjsVgykWAO/bZe55OJRLlSYQ59Pp/3jQBbRuDjyzeKvx4/JYngsvrH6Skh7sVCwTcCvhGgxQiQjv5GoIvuGwHfCPhGgGoj4D7r+/v7tVpNEAR86Pj4uFarwYBm3Urvjc6EEehZ67alU9jtjr5YKDC5rP59eekbgf/QCNzW61OpFIvLaiZXpQAwOjpKqRGYz+c/LS31Sfh+ckKvEfB0mvQagVeh02kE2u02q0ag1WqxagQ8Z51eI6D1DaqNgBW0WCy6oz+qqm0zjQDumkbAlvNv0EulEgCUSiUbOr1GQHv+DPZlZ+frt2+4vbO9zYAR6Fju61tbW86d9BoB8+Pj4eEhbmxubtrvMMgRphEQRVEURasRsOUQLRi8fd7YwJBHR0fmTqqNgLU21tfXAWBtbc1RMFQaAdvX6tXVVdseeo2A5vX5n14j8Ko3RwqNwIepKYLoxAvG6/FHL7ruOev0GgHD6HOwqap/BgCyOj0SRJlwPQAAAABJRU5ErkJggg==);
    top: 52px;
    left: 282px
}

.colorpicker_hsb_s {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABCCAIAAACAQ/KpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHotAACAlQAA+NcAAIhSAABxRQAA6mYAADkHAAAh+QMnhVYAAAQZSURBVHja7JpBSNtgFMdfanRVgm0zpNUtk7VrV3fpiiDI8LTtpBXBowcLHQiCDoTZq8eCKOi8KHj0KB42bEB21NaC9DDZ2lqUaQ9TD2rJ7GqTdodolyYl6dy+Ltn6J4eQvo/3J335vrzfF8xmsxEEAVoTwzA4QRCnp6eas97S0oIDgE6nAw0KB4C6ujqtWsdx/BYjUT8hDMOgsg4AR0dHiHxTFKXo6reso62HSqxLa72xsXFoaIgkyUwmk0wmg8Fg9a0rPoHlZxi/3395eUnTtF6vHxgYaGpqWltbE8UUCgWk1oWuotGo2+0WZccB4HsmIxpmMpnm5ubC4bDBYMjlcm1tbQcHB60WizDmjl6P1HrR1edYjHff4XQKs+MAkM/nRcMSicTU1NTOzs7ux4/xeHx9fb1QKEjDkKqY7rHDkdjb488ddvvPirJYLCzLAoYJj1AolEwmzWazp7//+YsX6XT64uJCFFNfX59OpxH5NhgMQld3byTMrgMArPR4QFEejyceiy0sLHg8ntXVVZ/Px7KsKAy1ioniNxJl1wEAVirAsL6+PpvNZjQY7t+7941hAODk5CRfKJSEobZ+I77EMQyLJxLC7DgfJRyTSqU2NzffTE4eHh5ms1m73U7T9PXahmHVK3ZBro6ODgBwCh5TAMBcLtfV1ZV0IEmSra2tRqMxHA7v7u6SJGk2m4UBDQ0NSFfTsq6E2XH+v5D+dnZ2lkqlstksx3FWq1WPeCosWzAKAS6Xi2VZFAv1b0reFc6nv90zx3Hc373rt7euivd1rVpnGEarbTVpMllKZz1N6OvxMW4xm3eiUc1Z73S7a0RAW0TgSekbxR/Xp1gMYVu9GQoh8v2su7tGBP4xIoBa8kTg2vrtiABqyROBa+saJQJ42bZtZmbG6XR2dXUNe70AsLy8HIlEql3sAlcOh6NMRdWIQI0I/AoRKN9qrKysBINBngjMz8/zRKDKK5fIFe++oi5J/URArsEjCEK+gXrW3a3Jtvrgy5caEfgPicDX4+N2itJiW63JrhQAmpubVUoEOt3u5y9fygR82NhQLxFQZJrqJQIVWVcnEcjlclolAvK7GqomAhXddXUSAcVa1/EzjEh+v58kSZqmt7e3e3p6BgcHpTFVsF5UIBDgSqVqIlC867OzswAwPT09MTGhDSLA3WyDvR4fn3/7lj8fHxvTABFgBbU+OjoqvYiDpL2nKMr19On7d+8ikUggEPB6vT6fb2trq766E1Fx83FxcZE/GRkZkcAMVRIBjmX545XPx5tcWloqXlQ1ERDWhtfrBYDh4WHhRczT25vc35eOVPxG4JHVinQ1bTYaZQLS5+fqJQKc0va/eolARW+OKiQCD9vbEVpHXjBKK6B6recV77p6iYDsJ6CXmcyPAQBGu49cr2kIwAAAAABJRU5ErkJggg==);
    top: 82px;
    left: 282px
}

.colorpicker_hsb_b {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABCCAIAAACAQ/KpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHotAACAlQAA+NcAAIhSAABxRQAA6mYAADkHAAAh+QMnhVYAAANQSURBVHja7JpBSxtBGIa/3Wyt4pqwosaDUWrWmPS2eDF48FAM3urdg4IFIagFf4UgSKi56A+wf8CbBBQpHtKSg7CJ5hAXL0aPbrLFZLM9jG432ZgN1kln2v3wMG5mmIfhnc3MQ5hgMMjzPNBWqqpyPM/f3d1Rhz44OMgBAMuyQGFxAODxeGhF5zjuBSNx7xBVVXGhA8D19TUm7kAg4Ej1R+h489AOuj3r6+vrZvv8/Pz4+Ljz6I47sPkbRhTFVCp1e3vb29sbi8UMwzg9PW3oYxgGVnQrVSaTkSSpYXYOAH5qmn3k4eFhoVB4w3F9fX3BYPDrwcHAwIC1w9vubqzoJlU2l0P0kXDYOjsHALVazT5yfn6+XC57vd7p6elEIlEql/ubdcNXJtVkKHSZz6N2aGKiLjDAMPaRoihqmsaybE9Pj8/nEwShaTeMZZkuFAo1z3pTomQymc1mPSz7cWEhHo9/T6c7C/6bKndxgRrhycm6zQAAjK3QZ/6hodHRUUEQAKBwdVUzDHsfnIv+WCjiDMNcXF5aZ382MGtra5VKhef5kZGRk5OTv3BesFBFIhEACFu26VNgbOiJREJRlK6uLoZh7u/vZVn2+XxMZ7PeMB2id0bP5/OlUsn8d3x8vBvzq9AR/Zlt2qxTO6erQCBAIrpj6bpO6KrTcV6nFV1VVVqv1f2CMOz3U4d+Uyxyw37/j0yGOvQpSXKNAF1G4H39ieLVS87lMF6rv52dYeKeiUZdI/CPGQHc1doIPKK/zAjgrtZG4BHdNQKuEXCNgGsEXCPwmkZgJhql8lpdUBTXCPyHRuCmWBzDKbHwXaupvJUCgNfrJdQITEnSh7m5Fh1SR0fkGgFHp0muEWgLnUwjUKlUaDUCDw8PtBqBtladTCPgmHUWvWEaShRFRVHS6bQsy7FYbHZ21t6nA+hmbW1t6fVFtBEwV31nZwcAtre3Nzc36TACerWKGp83Nr7s7qL2hiXJ5BqBqiXr8Xjc/pBcI1B9WvW9vT3UWF1dpcMI6NUq+vu0soIg9/f3zYdEGwFrNpaXlwFgaWnJFhgijYAZGFSLi4sNT8g1Ano9KE1GoK2TI4FG4N3YGEZ07IFx+gYkF73muOrkGoGWPwEta9qvAQBPtPTdMmi31AAAAABJRU5ErkJggg==);
    top: 112px;
    left: 282px
}

.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAsCAIAAADuN9+nAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHotAACAlQAA+NcAAIhSAABxRQAA6mYAADkHAAAh+QMnhVYAAANeSURBVHja7JTfb9tUFMe/1/c6tuMfsdNkdbem6xZtbILS/ShIFG3ihYdJSNszSCDxvyHeYOrbNFaQ0OCh6yooo1PLoIvpaJvGsWM7cdzY4cFpSIMqQfIAk3bkB58rnY/uOffeDymXy4qiYNTwfZ8pilKtVkdGFItFBoDjOIwRDACldFwEY2xo1ch03hGDucOoUOvCFw+4wk+88L3ctln0jxBvzfh3zkeXZt+d1i8pzSw80felxY36zRXrLr+9olhDCGqaZjqONBZeDz56n7x36+OSykQ34GoRV+uKTfVU7sL0lbeNp2o9bu9JNjcQx2ahqIcf3G4t3vhEi6qgOjgdYhaainAK7oRWNxZv3W58OfGrvN/g3WON9E/kwjXv9NwVacZBkINkQi5CVKBpCCaR1UGMbE2eKnuv7VxfLXyTlnS7XQYgbLXSXCw3xNLsC5LkFF0RC0wxkc1D0+FOJEQLQt5pgJ8qZTZmQ7lXIogiA5AkSZq72mGgCW3EHkSdybpuZKUzRM6HVHI8OBKcDDxJcw+1fkmvERCSJjsJLLQJmAG4gAvkBYFKkg04R58bYQdJv6SH6Ge/77N1p6oUJjSEBsJJIADhABfYa8NuwY1gHTgW2+eH7gU5QjZ/lpY3f3mjoBroRGAJqAcQgoCixrCbYC/ASmWzKW3pQ7vo70p9om09tvSLl+OCQMBCkCwIgJDApajyeBYcWLXHk6fW/9bIUc6HvPaV9kj4bu7O+ahIGyAiACACPA5Wo7q+elfPPeD5YKB7UNM0kyQhRyHYAp51ntu/1ZokzE62RNNpZSqbuxv3H27fW8q1l1SlQgaCUkrm5+c7nU7/nsRxHMdxh0+C6Uz73ExHPYumxrY94fm2HFqURIwxSml/4yx9YP08/SGEsC5EC7AqQOWv0WcA8Om7wEknkr6Xf6uPYcQoyvF9f1z9TpmmoesjI+qOwwxdX11bGxlx/erVVwY/GXHtsvfhDW5x4VPNdmDV4Aaw1Vwk5abnSuWb8hdrXOvhqvr0xFn8NwbvIcYxeA/xyuD/J4MPW0vdUvGZ/8PuUmXBP/2moBfPkChy/qi++PpHe/lRDsuquj9YP4xIDS7sZPKft4NvHzw5tzVo8HxoURbF8TGDDyNeaoPXHedsqTSOfv8cAI6z+2gFO4OaAAAAAElFTkSuQmCC) top;
    left: 322px;
    top: 142px;
    overflow: hidden
}

.colorpicker_focus {
    background-position: center
}

.colorpicker_hex.colorpicker_focus {
    background-position: bottom
}

.colorpicker_submit.colorpicker_focus {
    background-position: bottom
}

.colorpicker_slider {
    background-position: bottom
}

.fancybox-skin .leo-paneltool {
    display: none
}

.paneltool {
    position: fixed;
    top: .3125rem;
    width: 235px;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: -235px
}

.rtl .paneltool {
    left: -235px;
    right: auto
}

.paneltool .leo-dynamic-update-side {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 25px;
    border: 1px solid;
    padding: .3125rem;
    font-size: .6875rem
}

.paneltool .leo-dynamic-update-side.current-sidebar {
    color: #414141
}

.paneltool .fa-sliders,
.paneltool .fa-adjust {
    font-size: 18px;
    color: #fff;
    margin: 0 !important
}

.paneltool.themetool {
    top: 70px
}

.paneltool.themetool.active {
    z-index: 999999
}

.paneltool.themetool .panelbutton {
    left: -40px
}

.rtl .paneltool.themetool .panelbutton {
    right: -40px;
    left: auto
}

.paneltool.themetool .panelcontent {
    min-height: 130px;
    height: 100%;
    overflow-y: auto
}

.paneltool.themetool .group-input {
    margin-bottom: 20px
}

.paneltool.themetool .group-input.layout .leo-dynamic-update-layout {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    margin: 5px 0
}

.paneltool.themetool .group-input.layout .leo-dynamic-update-layout:before {
    content: "+"
}

.paneltool.themetool .group-input span {
    cursor: pointer;
    overflow: hidden
}

.paneltool.themetool .panelinner .group-input:last-child {
    margin-bottom: 0
}

.paneltool.themetool label {
    font-size: 16px;
    font-weight: 700;
    text-align: left
}

.rtl .paneltool.themetool label {
    text-align: right
}

.paneltool.themetool label span {
    margin-right: 10px;
    vertical-align: middle
}

.rtl .paneltool.themetool label span {
    margin-left: 10px;
    margin-right: inherit
}

.paneltool.themetool .leo-dynamic-update-header {
    display: block;
    padding: 25px;
    font-size: .6875rem;
    text-transform: uppercase
}

.paneltool.themetool .leo-dynamic-update-header.current-header {
    color: #414141
}

.paneltool.active {
    right: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s
}

.rtl .paneltool.active {
    left: 0;
    right: auto
}

.paneltool .panelcontent {
    background: #f2f2f2;
    width: 235px;
    min-height: 340px
}

.paneltool .panelcontent > div {
    padding: 15px
}

.paneltool.editortool .panelbutton {
    top: 290px
}

.paneltool .leo-dynamic-theme-skin {
    float: left;
    margin: 25px .3125rem 0;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.rtl .paneltool .leo-dynamic-theme-skin {
    float: right
}

.paneltool .leo-dynamic-theme-skin label {
    color: #000;
    font-weight: 400;
    padding: 5px 10px;
    margin: 0
}

.paneltool .leo-dynamic-theme-skin.skin-default {
    background-color: #414141;
    border: 2px solid #414141
}

.paneltool .leo-dynamic-theme-skin.skin-default label {
    display: none
}

.paneltool .leo-dynamic-theme-skin.current-theme-skin {
    border: 5px solid #FFF;
    -moz-box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35);
    -webkit-box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35);
    -o-box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35);
    -ms-box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35);
    box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35)
}

.paneltool .leo-dynamic-theme-skin:hover {
    border: 5px solid #FFF;
    -moz-box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35);
    -webkit-box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35);
    -o-box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35);
    -ms-box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35);
    box-shadow: 0 3px 7px 0 rgba(31, 31, 31, .35)
}

.paneltool.multiproductdetailtool {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.paneltool.multiproductdetailtool.active {
    z-index: 9999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.paneltool.multiproductdetailtool .panelbutton {
    top: 170px
}

.paneltool.multiproductdetailtool .panelbutton:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: -25px;
    z-index: 9;
    margin: auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjI2MDE3QUMyN0ZBMTFFODhFMDU4NDI2OTU4RTEzMkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjI2MDE3QUQyN0ZBMTFFODhFMDU4NDI2OTU4RTEzMkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjYwMTdBQTI3RkExMUU4OEUwNTg0MjY5NThFMTMyRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjYwMTdBQjI3RkExMUU4OEUwNTg0MjY5NThFMTMyRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqpFnsAAAsoSURBVHja3Fp5kFTF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) no-repeat;
    background-size: 100%;
    right: auto;
    left: -25px;
    -webkit-animation: heartbeat 1s infinite;
    -moz-animation: heartbeat 1s infinite;
    animation: heartbeat 1s infinite
}

.rtl .paneltool.multiproductdetailtool .panelbutton:before {
    right: -25px;
    left: auto
}

.paneltool.multiproductdetailtool .panelcontent {
    min-height: 130px;
    height: 100%;
    overflow-y: auto
}

.paneltool.multiproductdetailtool .group-input {
    margin-bottom: 20px
}

.paneltool.multiproductdetailtool .group-input.layout .product-detail-demo {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #656d73;
    position: relative;
    padding: 5px 0 5px 15px
}

.rtl .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo {
    padding: 5px 15px 5px 0
}

.paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 9px;
    position: absolute;
    top: 10px;
    left: 0
}

.rtl .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:before {
    right: 0;
    left: auto
}

.paneltool.multiproductdetailtool .group-input.layout .product-detail-demo.active {
    color: #414141
}

.paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:hover {
    color: #414141
}

.paneltool.multiproductdetailtool .group-input span {
    cursor: pointer
}

.paneltool.multiproductdetailtool label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    text-align: left
}

.rtl .paneltool.multiproductdetailtool label {
    text-align: right
}

.paneltool.multiproductdetailtool label span {
    vertical-align: middle;
    margin-right: 10px
}

.rtl .paneltool.multiproductdetailtool label span {
    margin-left: 10px;
    margin-right: inherit
}

.leo-dynamic-theme-skin {
    width: 30px;
    height: 30px
}

.leo-dynamic-theme-skin label {
    display: none
}

.leo-dynamic-theme-skin[data-theme-skin-id="blue"] {
    background: #2bb54b
}

.leo-dynamic-theme-skin[data-theme-skin-id="pink"] {
    background: #df1e2f
}

.leo-dynamic-theme-skin[data-theme-skin-id="yellow"] {
    background: #edb42c
}

.panelbutton {
    position: absolute;
    top: 165px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #000;
    border-right: none
}

.rtl .panelbutton {
    right: -40px;
    left: auto
}

.panelbutton:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: .6
}

.panelbutton.label-customize {
    display: none
}

#leo-paneltool {
    background: #F5F5F5;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 9999;
    left: -320px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    -o-box-shadow: 0 1px 3px #999;
    -ms-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: left, right, top, bottom, width, margin;
    -moz-transition-property: left, right, top, bottom, width, margin;
    transition-property: left, right, top, bottom, width, margin;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.rtl #leo-paneltool {
    right: -320px;
    left: auto
}

.rtl #leo-paneltool {
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: inherit
}

#leo-paneltool h4 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 500
}

#leo-paneltool .accordion-group {
    margin-bottom: .3125rem
}

#leo-paneltool .panel-body {
    max-height: 500px;
    overflow-y: auto
}

#leo-paneltool .block-panelcontent {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 600px
}

#leo-paneltool form .group-input {
    margin-bottom: 25px
}

#leo-paneltool select {
    padding: .3125rem
}

#leo-paneltool .nav-tabs > li:after,
#leo-paneltool .nav-tabs > li:before {
    display: none
}

.leo-dynamic-update-layout:hover {
    color: #414141
}

.leo-dynamic-update-layout.current-layout-mod {
    color: #414141
}

.btn_enable_fheader {
    background-color: #25292C;
    margin-top: 25px;
    margin-left: 25px;
    width: 100px;
    height: 36px;
    position: relative;
    border-radius: 18px
}

.enable_fheader {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    background-color: #504C4C;
    margin-top: 3px;
    border-radius: 50%
}

.enable_fheader span {
    position: relative;
    z-index: 9
}

.enable_fheader:first-child {
    float: left;
    margin-left: 3px
}

.enable_fheader:last-child {
    float: right;
    margin-right: 3px
}

.enable_fheader.btn_no:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
    left: 4px;
    border-radius: 18px;
    background-color: #414141;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.enable_fheader.btn_yes:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
    right: 4px;
    border-radius: 18px;
    background-color: #414141;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.enable_fheader.current.btn_no:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    left: 67px;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

.enable_fheader.current.btn_yes:after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 67px;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

.box-patterns div {
    display: block;
    width: 38px;
    height: 38px;
    float: left;
    cursor: pointer;
    margin: 6px;
    border: 1px solid #ccc
}

.rtl .box-patterns div {
    float: right
}

.box-patterns div.active {
    border-color: red
}

.colorpicker {
    z-index: 99999
}

#customize-body input[type="text"],
#customize-body select {
    border: 1px solid #E2E2E2;
    color: #FFF;
    font-size: .6875rem;
    margin: 0 .3125rem 0 0;
    padding: 2px 3px;
    width: 65px;
    height: auto;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

#customize-body select {
    color: #666
}

#customize-body .accordion-group label {
    color: #666;
    font-size: .6875rem;
    font-weight: 400
}

#customize-body .accordion-group label.subtitle {
    font-weight: 700;
    font-size: .75rem;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 4px;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase
}

#customize-body .accordion-group .input-group .input-group-addon {
    padding: 0;
    background: transparent;
    border: none;
    float: right;
    margin-top: 2px;
    width: 20px
}

.rtl #customize-body .accordion-group .input-group .input-group-addon {
    float: left
}

#customize-body .panel-heading {
    padding: .3125rem .375rem;
    font-weight: 700;
    font-size: .6875rem
}

#customize-body .panel-heading a {
    display: block;
    background: #f2f2f2
}

#customize-body .nav-tabs > li:nth-child(2) {
    border: 1px solid #ddd
}

#customize-body .nav-tabs a {
    border: none;
    font-weight: 700;
    font-size: .6875rem;
    padding: .375rem .75rem;
    color: #000
}

#customize-body .nav-tabs a.active {
    color: #FFF
}

#customize-body .form-group {
    margin-bottom: 25px
}

#customize-body .accordion-inner .form-group .input-group {
    display: inline-block;
    width: 92px;
    float: left
}

.rtl #customize-body .accordion-inner .form-group .input-group {
    float: right
}

.bi-wrapper > div {
    float: left;
    width: 25px;
    height: 25px;
    margin: 3px 4px;
    border: solid 1px #999;
    cursor: pointer
}

.rtl .bi-wrapper > div {
    float: right
}

.bi-wrapper > div.active {
    border-color: red
}

.accordion-group label,
.form-group label {
    display: block;
    text-align: left
}

.rtl .accordion-group label,
.rtl .form-group label {
    text-align: right
}

.accordion-group label {
    min-width: 100px
}

.clear-bg {
    padding: 3px 6px;
    font-size: .75rem;
    color: #FFF;
    margin-left: .3125rem
}

.rtl .clear-bg {
    margin-right: .3125rem;
    margin-left: inherit
}

.clear-bg:hover {
    background: #414141
}

.group-input a.apconfig {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #656d73
}

.group-input a.apconfig:before {
    content: "\f067";
    font-family: "FontAwesome";
    padding-right: .3125rem;
    font-size: .625rem
}

.rtl .group-input a.apconfig:before {
    padding-left: .3125rem;
    padding-right: inherit
}

.group-input a.apconfig.active {
    color: #414141
}

.group-input a.apconfig {
    width: 100%
}

.block_carousel .title,
.block_carousel .descript.top-des {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

.block_carousel .descript .name-blockcarousel {
    display: none
}

@media (max-width:991px) {
    .block_carousel .descript.none-p {
        margin-top: 10px
    }
}

.block_carousel .descript.none-p p {
    display: none
}

.block_carousel .descript.none-p .name-blockcarousel {
    display: block
}

@media (min-width:992px) {
    .block_carousel .descript.none-p {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%)
    }

    .rtl .block_carousel .descript.none-p {
        right: 50%;
        left: auto
    }
}

@media (min-width:992px) {
    .block_carousel .owl-item {
        width: 100% !important
    }

    .block_carousel .owl-item:last-child .title,
    .block_carousel .owl-item:last-child .descript.top-des {
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
        transform: translateX(-20%);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s
    }

    .block_carousel .owl-item .descript.top-des {
        margin: auto;
        max-width: 768px;
        margin-bottom: 55px
    }

    .block_carousel .owl-item .title,
    .block_carousel .owl-item .descript.top-des,
    .block_carousel .owl-item .name-blockcarousel {
        opacity: 0;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s
    }

    .block_carousel .owl-item:first-child .title,
    .block_carousel .owl-item:first-child .descript.top-des {
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        -o-transform: translateX(20%);
        transform: translateX(20%)
    }

    .block_carousel .owl-item.active .title,
    .block_carousel .owl-item.active .descript.top-des,
    .block_carousel .owl-item.active .name-blockcarousel {
        opacity: 1;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s
    }

    .block_carousel .owl-item.active:last-child .title,
    .block_carousel .owl-item.active:last-child .descript,
    .block_carousel .owl-item.active:first-child .title,
    .block_carousel .owl-item.active:first-child .descript {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s
    }

    .block_carousel .owl-item.active img {
        border: 5px solid #414141;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width:991px) {
    .block_carousel .owl-item img {
        border: 5px solid #414141;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.block_carousel img {
    border: 5px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: .6;
    border-radius: 100%;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.block_carousel .zmdi-star-outline {
    color: #09592d
}

.block_carousel .owl-page {
    width: 75px;
    height: 75px;
    background: transparent;
    margin: 0 10px
}

.block_carousel .owl-wrapper {
    padding-bottom: 100px;
    padding-top: 60px;
    background: #fff
}

@media (min-width:992px) {
    .block_carousel .owl-wrapper {
        transform: none !important;
        margin: auto
    }
}

@media (max-width:991px) {
    .block_carousel .owl-wrapper {
        padding-bottom: 40px;
        padding-top: 50px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .block_carousel .owl-wrapper {
        max-width: 850px
    }
}

@media (min-width:1200px) {
    .block_carousel .owl-wrapper {
        max-width: 970px
    }
}

@media (min-width:992px) {
    .block_carousel .owl-wrapper .owl-item:nth-child(2)::before {
        content: '';
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALsAAAEjCAMAAABdDIDCAAADAFBMVEUAAADKysqwsLDNzc3ExMS6urq1tbW7u7u8vLzDw8O1tbWysrK3t7c6Ojqqq6qpqampqamgoKGampqXl5iioqGIiImMjIuGhoaHh4eUk5SHh4iVlZWanJGXl5aoumN2dnaAmBF1dXaLpj99fH/AzGy+yl6jqINdXF55eHqJiYeepniur6jH0HatsJSbm5Wgo4+xtKCwsajJ0puKnUHS2M3O0s2ytY6ttH7Q1czCy6bQ2b/M04STloU1NTV4jTnK06qapW7BxrM9PT7K1J3N15e7xZeRmHm5w3XAyju7xl29xKrU2sfR1NGwxH6cq0nEyYilsFqJkWatv3GVqTe/xXjY4KeruW2nsGXM17bG0IGOmmFddx2ZqWOHmjyKmkqUoVi5yY+otlVVcBawvV6huXN9k0aouHyDj1KLoFuvwZVxgT6Clijh6Ll3ijBvghWFllRldSezxI/I1LTV3sBHYxmpu0GBoAF4lABeeAFUcQBKaABwjAGwwUOmtUGetgJ0kAFshQFgfQGjuDmJqQC1wlCJowGbsyt6mQFxlgBZdQCbsj08VQBmgwCuvziAlQGZsQKPqAGRqyF1nAF/lypmfAFZfABEXwCywGOtulalugF8nwFhgwBSagA7XwBmigCnt013jyyZrjWtwE6jtyt2kRGAmwGhsDa+zHxTeQGCpQBBaQB8kiFJcAC4w1qvuUmJmwKwv1iRsAFaggEvUwCUry52jSBvihYkQwCTqDh9lTaGmzFpkACovDJsiwG6x3KgshttkwAwSwC7yVR9mRuGoRO4x2WarkmvvyqRpkm5xkiFmyONqRNuhyeouyGWqwKVrUFfiAHCz4airkOyxW2VpiyXrxg0WgCasWOUqlWLqTB8iwHH0mODmT6luVicsVa1xDqIoDiMoi60yAKMpiSlsFSftUmOoBt1hAJkgxtNeACdqiaToANfbwDE0ZKDoyFOYgEUMwDGzk5/oTGmuhNylyOtwQPT22uaoRduewC0xR+HjwNrhTa0uDjP11mqsCzX3ZXaEwKAAAAAdXRSTlMABQkLEhoPFiUeKzEhCjcoPDA8IkM9VBcsREg2cUz+I/5A/lD9/p8tNWSxUP6NX4R1Ycf9YD2iuE2bjv2EE/6mxXMg4P6tmuT964p3Lv7nuu2q/enN/OHKtN6//eHk2s/+2v3r/vbUxfPF0ev+4O784+L6yfs9o8VKAABNNElEQVR42uzaa0xbZRwGcAFBKHcKtNxbYbRSWlpWLgURCnRchTnuExWcY6KoQVPmWIuuIJvEwhheAI2MiyDBIRhYJuJmYIAwcW5jUeK0IjL9Mj84TVw04vO+nGoVP9rKEh/O0C4Z/PrnOS/vOe0t/+f//J9/KVYbH1bk/26uWFE8gk83nZ2omdxks7fanJuED6ezs7M1Yjr6m2T6zgjVMyH4m6T3zracBITDAdvGxsbEbzJ7/Jc83GLPyDoqK0uUnEzwdnY2djYkJnqmPVvzXHCIq64uVgqSk4MI/lY7EhP9n+wttxBZ3WIb99lKYHVmAMXfSkLw1iZ6GvLI+HiLVAdLjLy0ZnW2UMFPFgB/G0L5fzYfHwhzLm+l2lhnR4lUq8+tzqZlCgRBQWxbhPKZ5uCgcGcO8DSUvgXwVmh7riry/OC5sbW0TL6Ay2azOWw24QNPY4M/kEe5kHOZ2q23xgpqZZVdUd96+ovB+taxL/NlAiE3CGEj4KNAcEOewHGRF4s2zuWNH8RWqA3shZ3HGr+orz/a2hSoEAiEAk8RFwlicxLwI9hIkFtcSoqInsvGJei/nzxWj6y8wc6ay8TefTFX4s2XKhIxfiE3mRvExF0pUqacLpGS04GDNRSj3wp4q1vs4gZrOo91DtbX13eP7VEUK4pTLyT6y/heMqVUKMCin+ypKFQlXuqZylV6wU5P4i1id5bnDHYeOdYJe2trd2pBQcGFmZJCla80sjpSyg+QBQgyvzgzXNIwPx8eGSAIYtMFlE7+v7Vbge7kphrtPEYG/7G26ZvU9fXU0yMjunz/yoFdgZUxMZWV4oreujmDYX5+W6QIdltm8bfs4K3+cSsTpyoaReFh74gf2HUhNfXCK+3q36IVhYFfzH55vunLzz5du07pUyEKHy5dfojdoqUBfdOyhodxTwZi6DWDnYNH09evDYTHx8+0q3XD0ZUfnj916tTsl7MTX/XPQQ56rkTIdXVyAN6ypQFz0y6Q7hCzCsqWjxw5VjM4OJq+Hh8eEhIyotb1ZlSWriytrJyf/fD2ryaW1JBv0N1dnYCnv7YsZYfWJH9pkfzJ1IeaWgeRlvnw8JmZEyd6dLreV+6eXTq1cur8edAnvtI2TE1ti/TnC/3cXe3p4ElpLGO32pQ/dyPylGtlqQUDY6j7VMjMiZ6eHrVOpxte6+4+haysfDWx0q2Z2rZtm4rQWSzGfquF5k63r6b7KCZ0nclOvJZaVVV1abSuw3CioUetHtbqdNr+xn5iX15ZWVnqJ/SpbdF8Lw8/R4LHXs1ydsBJsJFiQge/4bePK6iqKkgdGOm53gG6Tq3W9ut0/f393Zj8EqGr1ZqpBs1INN/Hw4XaHYxzNzMdQkpPIKEbKRvT8cNevF5VlToQEjLTW7eoIXYCb+rX9RM7ydhSt1qv3xPBD/C0rB3jJRN38ROJgrCF3XQ9dItD1lNV6xdmZmZGdC11Go1aS+zaJq22v6kJeFL5iZXGSX2hv2+Apxu1ozSWsNOhc6KUuYm5uTK6CySbcpPRW0c99VRBfMjIiZEe9WiLXqNGZ5hcbOpGSO2XGnuHK7x9fTzdMHh7UvjbzG+ndFZWruFG+tfpymS6k2Iu5xi8nbyq6lr4TAM5S+ufm8PgSRj7xSYcyNjlxfYY7wDY3RyBZ+zmPFUhp31RZnxNki5LpjspokfvmTjHVqViaSR07eDhOYNGr6f6ri5tV9da19rFi2sXuxvP6Cv8vQM8YXexjB1Vt0Zf5Ir0DbtEIKDbEds/9DawRz11gdDRc+25o+jMpHrD3t61tkZKszTW3dpUXhjhjblbyM6sLwnyxJLEEmo3SGHnsp0YPD1pQVeUkF9Iw8Tb3Tus1mL+XXsKd86eP7+6unr1uXNnnzvXOht2Z3BwMPAeKA3L7H2nfQE9cv5GRskNYr+RG4yLUWymGL0diVPinp4GyEnF1cPtXVr1WlNTUmhE2MQ0j3cWqXnj7Nnn8pJ2+N8RzPdFa+jcncxpR1+IHPQbRE3y02JG9F/wVB9brdNoqBz1HsFa07Q8PbQjOPjOR/cf5vHeMGYhJyksNMKfTN6FxSJfAP/YXHZKd89KoVX/Cfq5uTl1mphP8a4UDz3HOSutC3Idtff0aLRNP7z+6qF9d/Bh503zmpubDzfTT29fXcl5OEnCp3b7PxZ4YjfD1B2jlIkpU5DDfoPYDfrhfLHEWyj0o3jC57gWv4Kdlxon6LC6p0HfuNz245vPP/3Ijjt2jO/ngb6fpHl/MwlvYWdEsK+XnztTeDPZQXdV5GfMGwj8JxxzN366YTDo1YUxYgm+O/BkN8hJkKdgw6vX6zWaHo3B0Ph9W9v4Sy+9cHzfnbuffaaZxzsMOfIM8G/weFfziiK8vTzMbEdh5CXp6aQwkCOYPOwa/eRkhtiX4u2d2JwgUXF4yEyPhthB7z07vdA2fhK5a8eOxw6iNNNwP0NHjyeygBRJzGy3sskWxSaWhJRsg51WRlO+J0NjIEC9QRXMB97dlc1xV0bGxxcUXBpr7VdPzqXPnT3Mm26bHho6fvyu3Tv2nXxmemGBR+2kM9OEvj3JH/tgFq77mKuPfx1/a2xcSklKZCSWRpqM3GipOL8Bw22YN8znSvjA47aRZ2ZJPLaQZbd/8sJSe68h/Uzn/v19hA773vsfe/bg0MLCNI/IeUMbU88L8w/2xdw37Leaw24jL04pjovMMDYmX+ovjs7XwI4YMqK9+b5eQk+ZqgTyJz+98sk7ze0DPfOGc/v7+vqGYEc+Ov7RC30TbWgNrxn0cTyNiYkJ2PG8N+y25rAjDrHy7Cis7Onp6HldXXlRUbl+cW5uY6fSkAY8X6bIDwe9qjrpPt6CNrUgflvv4YMHgaf2d48f33v/7qR3YScHb2iobWJi+8TC/cCjcOa04ws6x0bm52YlZuSryi+31NV1dHRch35yUtfbq08TB0tUIZ+vV+EWWEWE6tNvXolfLxhoPPjswb7x8aG2Njjf/eV+sX/Ew8/0TU8vXGlD2fF3V0jhYwLMa6eJkkex7KPk8szMihZKJx/XF8/gwXy+WJVhCE+9titwZ7RAVhk4rNbEly2/f/Lk+PhxTBgZv2u3xCsgdG9bX1/bw09MT9NnhGwX+3iRFdbW2Pd/3U23kLdiobRjySsL91yHnQTjx5+6n040pGUs1i1ONvK+TZIJfFQjjUePni5bPonQuY+P9z2+LyLAw0MW+sBQ3/aKmCvoDIKntV1Kb3M44FzdWCTNQseBbaJ98Re9INcxdhwtHZ+najSLo6P19YO8fVIvP+meycut514p+/59akffT373+D3+PuQiyU2adN8DUlnSlSttE6UP3Hfl3VIZ6LQyoJvHDj2Cy2qH4l29169TOBk5mfyvKWU9vaP1SF6YyIPrWTl5Zqy19XTZWZyqsJPz9L4dEh8PT7LddZRJpVwXqTiptFQsFYeGid1Ap2Onm2jz7GeM+NjiwN4MNam7frGupaUuPya6OrD7aP3o5ZwwqYcf190t5npja+vVgbLvsciMw358+wMRlO7i4gi8I5vlymKLZFJ3dzf8lSuZuvHmkjnskDN261vklarENIw9I/JMXctoh9RbsbNpNS+vSCz1xG9Xdxdxee9Y6+rV+LtXcEaSuu9NivAh1xiQw25vj8PJ3pbjxGY7Ye+LB3/Qrc1jh57BO8RmRxVO7pnMLW6s69CWy4SVa91FoZIAD2yFWSw3aUxvYyvs1+5eXlhoGxqavi/M38tIZ8GNwOxgb+uEquCAnNCZsZulMwi1Y/J22Yr8OEWssnAxX5HpIapeK/L34XLdCZ3FlsZox1aXcpauXVpemB6aXsgLlXiRs5TQqdzBNJvoZpq7sfFYbKKyWdkcR6Uq1s2Nq9zVLvbhYhNOwnaRljd1r+aE5RA7drk5oJOqOzJ0YsVhmo0bDfi6Zn3pgMHbWdnd4nyb3W3ZLHTWNbE9XyYEnchcHcXluu5TV4siyq9dWuXVnAXdw4MZOoupNrSmgRtDZ+jmul41nTy+220g2DrZRlWPKDxIYUiPnWXldY3dy0vR/uUXLq3WrOaIA0A3GTozZtPQtZHSzWY3nTyCbwm6rQMn6+7TSnLFSmj2rsq80cutqzlS/52nLy1/VRrh6+HhQunGoTNwG/KqPNDMyC1AZ/Q2f+DBjzsdKQrCrQJ7JEr5QM1gTc1KjCx058Cuz0pxReWxISd0Rg7splhbm59uReyM3o7o7bIjQxR4sR2/X7DgxUY/euTI4bwiqUysSgksBN2P0pmpg84UxNoGPz7EBG5O+uYz1g5669iUcNxRZRO6k222MgwRi1zc3JQpgTEBQj8/Kidjp4UxPSlNY22Um/32u7H0pLBZ8SUi2G0BY2PRcRO5ubqzg9w5opRdYqEX7H+j0+tpkv/qTVfEDjwmeFtceCQ3mQ07B2/SCMItbfJeGVc2V8bYGbo96LAzd7oZK/1kmbJs/iVFtsThiclBsHMcRe5cvMsB7zQhB+yB0UIvXBIZT1TYjXe6jVjjp42yWPJFYVIa6yjUPQF2DiszJlMpChAKuH6eIpFEKCsLjOYLvHDzxZ1lfBmSsZvITT5bJMzYaeE5clp34OUVNXnlqhixQCjbvTssSSLeFRjjLfEVCoHfbDdO2aJwhF5AkWCh4WSFR/rBHuSe+eGxY2982FckkUR/9+ZLj4ftuxhYEbrP35u8hGq8MCL4jb4zNaGHBf30FQQEcGcOOzE8USBAzz0y8zqPvPfeJ4+GJj320ptvPf/EL9sDd+59cV+YhO9F7JtKg8PiAZwGr04mcBLcI8MVwgCRZ4BUldP5wSevvvrt3u9qD9S+duDFAxOBH7554MDj0d5GvMngobe4HdOibhc3vCyczFVmZqaES30ry6NV9+csH3v90KFDJ3858OC9tbWvvfby0De3H6it/bkUN3opHtcbf8dblG9FbmVj2pmJSrzDTllxe9p6vNS7tObjnVfa3nv9hUMvHProl3vvvffB12prX/72m9k3a2tf/OixUIqH3pXN1IbBW6zmRjpH+TsvZx7XdBnH8eyw+1Yqw0UTKTBAxSskopeGmmGCZcVphkaUpdUO2GSwsYMx3AED3GAc27hVNmEwxmDcg3GGE9CBEIJgQop4Z/V9fq6w+rPZt1evslcvX2+/fJ7n+T7P9/P9vbdgRXDfh28vX+S5h+a4vma5216GwNgXIea1T7S332qfmMDgycVnm+EHEBWV4oJU8yKKp+EcgNRb4f9X3SCrwLp3voxY885ej6GAYJcv9xTXnG4OW3Ogv6s/vO+W960geM6gyHhSctDuoGOms0MTIJ7ocqclr9otWrgQLIZoL71rt/n/6OdhBry9wd96B3+yt7+vbyLFY3a46YZEY+zr64Nff+v9Q5BHMkfHk0p5mgkFP+bHs9lRUVEXwuyd7dyhK2ZvvwjMkNCO/Us3/6PkUdrfjtizx9J3ILwPFz6RoJjBOR7mZBv7hxB7/61obd9st0yqltJEHKWKn3dWGxSVUO7j6+8U6O0d6uPjau8Gxy7Az2X+f9zWV3+5xwKY4X19AeGzsircVA99pL/fiOUdRNMXMVEw2S2jsEUcNlHw21lLUFB55c49ExG3NMlaD0vw3jV20Eu+e8Xe88zPnUjPr/qyrw8XgNgD8DO4qY09TYODQ3iU93D42y9id3S0TMQBdgOHeP6sx4QWN4izJGsnikeGPaqGjTtdX0W+PKsj+/9ZsFbPzFOr3vE8AOwB4bgAPxygb5zK7x0y4me6hobgpwHrNTo6ziBiA7tOx+48iy9v9sMNGbuGJ9pGqoY9jMb+tXavo8d2a+bvaeLnzaUdob+3d+cmP8TtF+CXn9+zEWJ9r1Yt0zdWNjf348L3FCUmkMBdKBJxODqa4Ef8bNuQsbm5axiemDB2/E7U5bC+ts+/Z4ZI4L77bjD/sdXPrvokfGhsMCAgwG9XT0/PFMTGqY3h6pIC/WgOa6ChcmygXayHqgbBiwwGwY/NyZSGKjxElUPj8PCw0Vi53fVOhwaDv2f2ZUQ9F/e/77nyg09WHvALwEHaMe5du3YB+1T4ZIGMyaLLVSKmmcUdKCwEaoCXiDjMvOYBRawCMg7symHIe3Pz9jV/tcaQ5O8N+98uwhCrv99Vmv75rqnvvvPrzZ+6Ez1TIBq/WR3HLJd3xDBMZbVyutAsxBIvkXCY9OacYXiCR60ZxSFMM2fP7sVKszuVme0V/8/RoztepKc/2TVUJjzYG+AX3psPGZ+C5Pcg+KmhaYlZXo2es0fNZjpLzm0UcUTMQomks3osbxCfrEDtGYwdEj8Egn8J9bH/lngbpxwb4bHGHe/JriEug8kwa/UN+D6IIVxvTf4U2MN7m6fNLDmw8xn8Tsg8PcckYdSyVAx+bVZe+qAxuRjgi0E5kPj+/u3ury4C44Y18ba1jVtTbXWczr9/PsQjT7/y1HNwd84qYzEYnAlxQZwsudg4NDSYlg+tyJ4xIYsFmkG9J0FnLSuPLuRfbm1NUqlisvKauV2IvdgCFmCLB8APuS5Z9NLLWOJtbQHGDGFWyylciyDmv/DQOs8333x35aYscAiWmUSzEwUl4jY83jiMx49lrd+YP3iQXp3UcRnafYdVjE5+Lct8+EzrpTO1pphcbgOpAaEnW0D0d9jXgrHwOeydDNhtKBqUc0CHAchX3oKAfwL8W0+te3tLblI8d3xcaDI1SkyzanHbUB+cSDPJDaPpvWmDWeAxbQH2w1f4DKaAb+bLk8DdTuBezqVP82IpGmjbQFjZ9zov+svtYxU82o1tk3Q4+J95ZdVzUG6vgFs0zPAsePcD6pUr1TnMO9HI1lHwuL5+48xsucKh8uwgsBOSqjuAHRJfyFTx+Sx50uZWsKdQCZWK2FhgR8vVYrF4gNDAjIqZgP8meFvs6ED+/vOrvvfc+v2Kdzzf/BAG2ha+tmzt5cPglhnsH8DQzSYJW4Gqr378LEVGGc0CdnDiVcuxNn0MoxBko6qtPtMK7hQqgVuOsSN4rXYY1urQTnfbs6MfG1K5p+f3H3303UfLV36a1vHh8uXvrXg3BuLKjdK+/koBk8noZEiIM6jkRYnXyUgnsoD9IGLHmtwqgFcJOgEejEEEKrdYowH2bMDXVnkg9u33hP3+hx6Ct1AgB//3xvc+pVbzt7y9adO7uI4YcAz81DqI4CEYhcwcqBqH+o3GGQcRzYGL2EHxcoydzyASmQIEn7Q5iU4lDGdjHdZs1H33QPDBVnbb6X0exJOr3oXxL0+wYmx0XP/9piSW8OjKzztqdhFUKqC6XD3WP5SDNd6ZzH5Ah8Rng8XkRFYWxk6txhIP7EqA7wT41mpWEgGvzQZ0yLvWYgH4/v6Pkd7hjdKG+wyqE7duSWr9wPP739c7Vi/dlUavHMnbXhbT5FfGUKlUEmInv7lvDNgLYQYFfKWwWGeLMq6fGj+YlX6UgNhrscQLYKSMaDKZzZc7TIJqaqU2G6GD2gEeVcFOdpB2xG47yzs6O59ZmdRyaeWGN5ZS+ZcJdFblcHGbsHSXX5nKzOB00woFebg+OC6JwC6RCIf6Z9QnT2pG2kbA1I6MedVyq+CJbCVTmFNGZOtIHdQu7/JsEA2GjkTzl2QeQYYZmxysDz/y1rPLnnvv0zP1jo71VLkKfujCEa1iJK2nJ99vbIDI0bGJzFpc+CCauSLCsB6TOzStK8ksPmLUUxyUJnBfgeCxo5Uh4ZCUQu6MVK3W17Z2ebfD9o7YEXpEP7LlPYXJ/dG5Kvi/KWbdm1uhyH13E7W1FW3VgkKmYDy53KG0ByJ8Ghnr2CKJGRceXgY5B3i2sraUK+oucbiKm0y8foJVTYXEI3i+oFCk05GYOTNisZpnbuWirEMgdqOPiwv0LJHx+jEs7TYpgh/YumkLmKdL6bUtSR0AwICN3KE89jyqFf1mZLEyPaVBROqEC1NXoYSN4JUCarO0IM7hdG9BxYWD8QQC2mlq+XwVQ0KTyfSHBCMTYrX0Z8Se3d6e7Q3sES72dm7LEDqWdltNBT3o2UuFoZ2mQUEnyl2ngCEgsmNPERB7wKxB1y3VTBv0gl4/vyFgB3gIszYzmuewNH+2IrEKJphA8XSWCqndoJdRSEpm8UScdLyVrm1HofXWRri4LVqIWSKsakfsNmjDz1+1YelSx6VHcs0mAR8qcQGDoWS3DeeCYuAyPTPLIU1zuqXH0nbdYVcSwQUubD/+S2xb6xszFRdTy6vyQDJytJJJNL2eQoL/Z9z7Vvs4lW5B6LBYPXzc0HQHhn6H3Tbuh3ng3VzpCBNHkDrEDolnKo/hhpryEXvA0AB3UGhQF1DSIe8iDizFRuGokKWNTilPzrvafPxiRWLGTTq34USSuRBWhl5Gc2CzHXaMeLcfq6Z7wAtle7bWEuwO6Fb7z9wQnA0OVZhrX3mE2pokl8trqb1yyDyDeW1XQE0+hJ8fjn4kYHSgXR0L7H2wEg0kYiNJL6yc0Ay3n7paOllRUZF6rkt78voZeqGSKNLRaGw26QvfHVXth87TPVDevS0RTnZz6HOKsQl7enUSWMLlHXJ5S34v/PgFgqO7eoG8puZIfu9hAn60C59dnObnFz4j04EkdCVFJPNsubbowm3H7uPHEzPKvX+4WFebZCpkGOL0FIo01tfZZUdVozDPA6F7g9jvRrcu1Ads8ST5wGrP0talMFUC7DCDB2ZZM7/XD7H3plF7alQS6SGY3TTmlgb4WWQGklJiKCkiM0SaoOO/XFo/c7wiNaH9h4sXL56rhotVd2pGakZRhtcSZ6dtwhN5eLTLfOti/9Kc2B+dG5u0RQl5/+pP1n+0MbdaXlvLvwwe36Vld9hrenMdp0pFat6hrkpjc0xMjd+snuQwLiQaJkvYooKi44m/Xh0rqkiMTq0A9l/Oy02qyYrjdcdPpvo7L3H2OZEH7N7ee8B19fd1+te0qi06McDumB8P7FA0tgA7nV/a29tbU9Pb1JMfI+pmmxobR3JU/KY+kYEE92alUtRN40xmZiZeu5pbVFEHkq+ru1h3TC6UFFUA+snESC87O1+PEzlGQPext24xwD6HDoqxCfv7npvOtFzugKiNuQz3ndZcelovgk/Ln8plgDcDCqxxloqfO8AmgTu5XEZjNhIl6pKSkzdvN01ehEj85ZfEunNyobQOsWcm7vZ3dvb3bjthtKJbxf7XqWSjYSb4HdZ9sGVLS0zM5ZaODnl1dRKMaB6BnAN7fs9UrsjAQXs6k8vnmwvZHApFr5fqKceEQhDNyeutpycQe0Vd6g91F+TVQRXAnpiZmRrpbB/oXXzCGOHiZbfoX4qxoSfv0VWeK3MPU2GHb6GiYQ1CfBOQAzu8Hw0ZdJB4qMWyzAw4mWj62FgZpSpbMX6eNaIpyvjt9MzxiyiQbq5tnq2zsgd5OfvuKR4xujgvQVNM/zhQ77cR+rw7LY2VH779af3S+votW0pLCdR40DsOB2nPH9DpIPFQlGeZJSI2jUYB+FNhPnvKHUzVB2cU9NPcEgwd4uL1zVxM74mpqdH+S7yAfZuTs511XnLuVLLh+Bt26wJ3/taVKzesfBMeYz7YmUU40huAA7XnE0Q6mU4HBcr4YBkcqjQFSIYS6m7vk00jHZPn5jo60tUo8bBYKy7+8is1qA7yfjIzFUSD2D3CXLwg8Yjd1ifqXFcDtWS2rlu97vnnn1m24s0DuKaaXmDviVfpurtlMppSacLhETuFQtMXOy1yc4mwkEjKkbwj9XRdZgViB/jEa62zJzHNRBft9/KKKK6qyt7j47wILhx/W6n325Qd4SPn4JMPPf/WK+98ueG7Xfm9g1TH/MuF3YidAhU7boCD2BVfhQTaL1y83HUtXiJNvXCNmjubebIC2BMT6+rObe4qqkMbTXT0bn/3iIa2hvLsPU52GPw/2W34foosRfMfBMvj06u+NNd/Da/VuDP1NR0iINfrOCQmHYcuITRKcqA7ui8/s2DF2hl16g/l1PiZTIAHdogLv+buBsHD4RSduj9wbKZBUd7OCwXV3MUOmsHSbmv/GvINPuY5WMh/4+vvwtPPtMbzDTIdjcQhsZk5zTOkBgdFebHLImy/fvap5cEky7eWo/FdJQB/vC4xNTHxl2v12SAZOFrhv3yThW+gtN+aaA+0f/XPl7y7pz1t+f6LXI+Q+HUfVqsEv379nZGweWmSCnTCVkI0juwYhtGSkJAQJwwdFt+ytcdw4dqD8WPdmRDHE1HcvIQvSU3NTIT1WnfhKD5ZN3HrVru3C0j+OXhCnevW2Dzx94Nx8KF1bxP4Zvx5uKfGL3WkqgqJ6GCanq4KDQsNGQ719ZorCR9/b+TEt5YfQfBFwA6FAMS5zWMFsEFGpyZmJl6Ix7fpeNne3u0geTABWe/YGLztewaQ+NWfbKKrOmcaf+wffaOnqRpd40RswG8IDfQPC4V5JLfFf6I/tiJiPMxnOzUXP4nQT0IxnJpyI3ciOm5i/+7U1MQLR/AjBkqbVpvdHur+KtbwuGfdGiR5mJ1t7jKZZhoaG/N+7zkTgx7CJBwDhUZy+OqLwMAQF/c/D0lQwOq942tWrC0F0aQCPJJ8Ysbh1uR9/oH+X+zH2Cs5lNHsbFSPIcm/PDdBZlPVzLPaHt//ZAg/0jg728D+9aP8n/gIXcKR8Xi8r0IA3t/ezYqOdo3H1jSuXbjiw/jc2ei/4H/ePBDobOdm77s/GrGL9A7l5VrvPd+6OINqnsXaZNZt0ob086y9A8/w5gHY2srZrRvrfwK5S6AOAPS4ff6+Xr5u1tF2q+vxHfy2FYvebIqfKQHFg2bq6vaHtOZACbPwJTff/dePGLskMopGA+x7IpyWYPDYcrV9Sx5jX/d2QNcAjMhoHE5PNV1hQKMUChg9sKfsc14CY/mL50rCRx5aF3xtjdNax/hK6e5MiJN1P/g6baFD3u0WL1zs/006Psek48GRoLV4ewfDjDBI/ul71BlG9Kv8xrhCk0ShGVk/1ZMLrV4ovVDa4wri/KEktOYdoYMD7LF3x/dGhCytJwxH7M6M3h0ZCVX7h3Qf5yWo/nILG7RUCg08WjLGbgHJQ+bn4OfbWjX3wT4zWGZmSBp+3DjVwwV0ZObhpZDjxOJvrPDWb2iA8/qF93Zs//ZU6+n4s2DhCAr6wheuqR8mhaFvD0Ad4BQA7BxelXFYq/X2vrUHJH9nShfZ3mwNj+Gv3vrlTq6JyGxan59v4uik6jgIMpnHE5MVgfaLFr4EowRos0O28Rfe2ZEXrv31dP1geQJ5YndQpNcS+8+SQiL9fZ3t4V8P4CtZIlKlsSoZscOVGz5J8JrVyXG3ccxmiQfDhudOIbF2KTU+n2XojhOTyQkQ5JQUTbFDqJMbuO5Q7rDNbp1L289DlvOXTo9RxAnk6JOJ/s5e2244kIP2R0ZGerkf6MphSZTMtmTI+y2Ib33cl7gt/hP+rk+KzbOVxef5Ze/tZAiol1Ux9fBEIBYniMlRGRnRCfvCXHxCdvgsX/wywGPsL6wK1SvbFD9fOp2rKCgqgrIg0td/xw1TQUlU9PFfIgM3dZ2QFxr0pAZ0PLUDvHeoi4vTon/CQ9jIvPnI1p15KsHhFujZHY6f7u4Wi6XSqOjUjH2+9m72rmE7wlwXvAiBltwL6wL1So701Jnb9TNQjxWV8LIj951oMXdHwa9SU0+Vdo3SCw2xFKWHth2909ya0CjarOyooLTtGQUf8tu6Cd5S+ah1JCLKcwwymVomLYhOvYAW6sIFy1227Vi7/OVXAB6c46tdZGxJd8pvt+sHJkvEFCYL+kuVLbWygpJo+OOeasL9SGdwYimHqiDvE9naWxOx+kM+SzD/j60/zIV+k3Xfp5k7zWb0lF4IPpJpxaxOKo4qib4O39RAvaIFrh9v+9h1GfjzwXK3zkdPU8rIP98+TefQhIevdByE57OkDo44ISEuIerm6d5cuorD48UqkoG9HJKv0TiEYhPaCP5u1dhksW6dasqls8oYAga0ZojnucMzydKoqIKo64Gwa8PBBHeONcGfrVnx+mtAv8wp9CuiQXwKBF92gn5ZIMhrPjtI7ZCIyWhvunk6/QSYgqRiMk+R3D6hSU6GZqXiK7ByIHhM8vNtd77OgzZCflPTYNc0UbAjbMcA0UzvMuI1sFzF5BB3xL7gOSBejlL/0mvg1XxueaiSLU759Wo9tws31qCo7EpPi29pjIPdKaW9+MhYg9wskUYlxFEcoPGUPFyV3EaC3+fV163wdzni/3OgD2zVNKXhmhvY19a6O7v7bKPTm/u1MjHsNudgd14MI27Pvbxw4Yq1wcFrwKn52uvuIRSiuuTa1aW5ZwNwePikT1bTkRsMaZw4LvZWds5YsbyWCD+2OMqxfksVBHxbIcTLy83u7r3GRrUBHKvf1/Sm4cbKTOc/W2PvbO+0k8A1WjRx5LiEFBCq3aLFy1ascHV1cnIN3rHW3c7dN1LMI+pKTt0+HZ8egGvOYbEOHmm6opJJY6GMKDg0os3rMGmiEqSU8UHjcLJDm0JB+yo0zMXJdaHVr4cp3kavqsCeVjo4xmWZBeaP17i7f4nj4oE9DuiLnZYscXN3+tglJGRHqNO2hoavQiPBnk9WciYvbL5an47rg8/8tY0edeyAdxGeTC2e5FGAvSw7gQyaGW4Y1kNBGptyjqbwCIYjzqaJh6wjQ96GtEFgL2MQCzvzdq490DtYOaPhxUHEhtkvcQ/bZiobkEjY2/DJYP0VA3sCjWHI+O1qPQFvtEAHXnPesVpl6FZ3i9VqtUFzvoOlTSCTY8Ecr+Cl8KC2iNUke3i42i/+G7stNAMP8Rt6S3PHuAMSsDSYuVlpNWlj+GwND4rJ2GQfd9cdAlNZ2cDAdOPItAIe+3TigklKzFjBzdv1hAa0j5THHosvk8i61XAgqw0GKbMjz0KOg7+i4G8yOS4lNrYcmn7Brhj7EzZjRx5OT9RnzT06Vik6dpALgYxJXEu7plir9QgNDvbZJjQJuWC+gj/A9ChcqWRqmvKwqeTc7dOt04pyTbmCrYxhGLpl6gKxuEDfPXmsgz7DA8WhogixQxKuZ1t8nJYvQPUcdv+ziZ8c4B9eSThaWloKHzGb/vng2I9jOQch8Vn4YY+IYBcXd3tQe47QxCVwy4QowCwj0sERzCg5cel2fZlCo1AqBYVwpkElUVKAouRQB304NiUFsDF0yHvoF3Bhh3oOsdvu7oqegw8cJaSXpoOvhJsDH++D78dlpafljnVtdwn0gpL8VTunQaFKIGQJTY0mIZFoOqxiXrnCF5iqfrt9idCgYQtUqkKA16kLSkomJ8XqSVotHT9Btga2akLg61zWB4+5vNuCffWGtNLSdPgC20EUdOybj3kHCawwf7gSAbz9x4NC6A5Dc3gafG+jteAR+0lFEnTKbl66DaIhMlSFDPCsiLoLSgBez1FTaquNE5hcYLdBwTu3z+tVuARgL3y20wzy/2yoaYK0g1wQOwHgz58/L7xmDtkf/Y2vl5e977auBgN0WBtHRxuJo/TL8N2omO4CGlt9bvPtSwMKZaFEJGCV1TKwxKvZRGksv3pbZFACbEcJAI/FuUC7P9N+d0nzn+eutm7IT0vHrEjIjUSAz23KzUwO5ecBceZ1/32hXl7BzdPgViYxR3OEQjl8wuiwSgcVJDRDWm5fotMoysJCQU5X8wBHBs0oKewzsZ0d232/gIWaAfjkFHICwIe4o5caq2Rswo59c85zCr4VehSwjx49CujQ+DNLdN0Fp/Jmi/aHxqUEeq1txjegtvw4i5B046crMRJpwWRRlJ4W9/Ol21R2XAqNWdYFH86TGApKCtTd3dJYQcw2L2f/LyLJQeSMKLIGzudv9rkvQAOKc+1tm0gGRjp78o8QIONUKpgeq1v4RJKMphAn3CyTXvgmLuO6z8fwAMIWidim8y03fjpsZsNeWIAyLAbRtE5HpWacG+nqMo4WciYnpd1/8HbmcU2XcRzvsrTTyrIDjQjQwrPMo9tMMzXNrDTNSqzMTO2QXaDbgA12CBv8NtAdOC7nHA7HRBTmkFMEBikYDEV4ocJgsVBSwuPV5xmrhdWrV231QPXij/S9L9/f8/s+3+PzGGWKXEP8wjlIG/gtXrxmxYb1SJitCZ44eQB9ELvX/ZHzEUSiYBa2lazy6m0FJgzpsQ+o9Yxz3QqGgEktWRgQ0FiyPYPWxi8vRzVVDT6tXS8IlzGqr/YItSK50+GfVybcm2A05quNRnFVXHxZMBEsHBHit3jOxMkhIZND7r33jt+h+0JUAdXtBS+X4r0URrjJ+mlbWk0Cwiq62q5sl5ZwmUxxRgBWG9pn2jIrUhuLC2sJO46nHDGDOI1aHrpJ5DgK9l2kSqWmn3vJP1741JMkJXX38BBkR+7FMd0zwO0zCW+kxAKzstB1V0DQC8p/+rm6sg2tYmo2G8eHOGk6U2CO6Q7Ia2xDpdiUGniqkG1WuF7+dj03XGybe7WoW3D58grGvqO8KLy0wM4+t3GHVfMKyZONIOCu9LHP0bFumb8zK8vVPnX6NIrEP5Wn7ULmnRYTzsZ5mkHFtdVyYxIyGgFfQpOmBpael4nVajXgjVo4jZmywGk6Xtq4Y0eifywN7yf0O6kNRz618n9l9yQyPeg+UhBBHPb+oaTVYRHoh4XhK7J3YUOh8dB3Z2iJRT7S0G2OSTCXNNbkSU3JgaUBRqZMoVYrFIC36zlsRv9VOI1jH9rFi7fTeLsSwM62HNlY2bnUze7JwbrRPc7u/ZQkRg1ffieVsEPf/ONPumndKBrE0GMM2BjNDJuURk8wmjM0jZrswMCAWr1eK1PXIuWnwFuUa+twEKfRU+mAl0bRosioEK8g76TE8oHf4BzssD+i3+gDiciQmaTPsCho3A/ffPz9meZGWkwsjG/QlElp4QdLJOh/0IZralICg1r0Sq1OyTWrFQReZhe05zKvwWmM3HZ0XXfW86QJCbxuS0FbjKT+rRewSXrYf5vd9qB7u8i5Y8b7bwRVBAWOm7Xs228+kWqEvO0xdFIrq+RvkViOd0vqG3vtXH5qYNIO3WE5SyWnuGKFEexGLZOyUZeuNhX1Cqj29PTOreWRiHpaLQUmOq++bA5CIVddHuh/4us+YL9lyvvRPT1N42bNenpmyPxvmiW8KB4NYVclLcOKzsOi74S8eEujUWaIPl6V42o1ycEMHNxdrJDJmNx2DuKxpkaZAEcja8/c6PMZ3Y1bqk10g/UYhF0HlYd95use9vnLngf4c/OnDL//xbuf+6xZU4Mez86UVCHPciHeEnicz9u7hZ+v5Up7T+Sg8wEl4ByW2IzHlatFrMLhtF9BjqkWURf2+rlN59l1Qmu1Jj3DmvnM+jUvPPkgEsgedlj997uj15HYlPnPLZs//e4X739x5BAoXi/75nuTRph8KClJmBJmiRzontxWadSqdSdg9/05hD08NsGs1epULCXF6eu8erEoXSBgKvvx+ztPXaq0WfjFcZLMACN3A9LfrsmmX+tNHnTfGH7BkCFDyeU+EPRBbX76tx+PfjPpEJqAENGH7UmNrK/fi7bVBOyIqC0Rux8+oQyP8e9gIgOcI2dwqP6ei02NDIGc1T63pyeAY81XdvF72ZK0BrzbOIvdyqjD/pAB9s2sCprJMdKE4ja0qG4dMuXbN99OKg3ceTwbBxLEw3xr/La9hr0JWj0xPIFXMRW1XPyEMtkJJiVuv3Lx4lkxKzS07/TcuUJJlF5uSEsMl6Sd7dAyOHMedNt9UOCLb5/Qkz/pJreiD5FSumPZ2ynZYD9UWpqUsjkzk7Dv2ie1bDfqAAunUWGHt+t0OoJ+Qs4QMy4Rp5GHhjrKe+ZGVMfqlIa0FrCn9MoYG15wVeXd7B6zuzWoyLfryxs5IgIPduI2z64VRmYnke7U0uwUHAD58fHb2jaerOMnEKfBo6qz2xG9q/Qqwn5CyRXYKi42mewqkdPS01NkUbCYNktjeld12DMcxvqJ2Gdc7IMrHoMWfiQoXslYEbeBetvq+Pg9pYcAj4MgJhHQZx1fiZmNlEgXvErO0tu1cCCtHuRoVWIKkIm/mJqP+selq1eL6tOrBJTVtJtXHfbB8i8WTyDs7qEswv6b4f9keSUEBfqbwG6J3wp2Aj/ALsHU27Ez0T1h+To4CRNRGFkK7DMnUNZmMQXkaW2zk7bJixXSmoYOQZcmMe5CwSpskaMexrtp0ECZm/wPt1V44zc3ufzm5mHTZ4xOTcqGx4/7DuyZYOdFxcdXVnZdizDl61Q6piLfaNfKcGgiZW1YXskkT2tYIdomL15May07olD28xN3W6qhHe3udxvMTrg9tycO+gxeKEFhQVP85affTI3OChz3/M7kzZkaEyKs+Ci0urF5aSa0M+uYYrVWWxvTiwBeB3qVXOl6Wku0qr65PfzEVn+Z08Zv+TTzwmakYUf9kR3zmoQcc4PY3tyCXV6ULQHvoR+2YPrLx4OyYPid2ZsjhWBHIkxtZvtjsJbAs7jIgMVWFtcigsdP5A3Vd+ViE9+oY16aq9m9u1Dm2J2Zt7HsQhpK3YPZCaQLfOS9ZPARA5uuhU/gjerC7+FvunXK62GlWWjiL0WuRhO1y3WnVExJZZQlzJSPyJeOW5qkxYVqhUznFGh1UJ65dLEpolDFss2NTOwI5wr2dWo2NpSnLfVDsWoE2D2TqwQd0liTpk5+ldxaBnpsb4Mv3Pg3Pu95ZnEOXHQo+9Br7x6KTOPzccFOTAymhDCcJY2MMKEZ20g6g2P8Y/NlKmVuh52FXbGHbJM6qvz0eRZDLaC6+M9sLKgmYfAoD/sA/MjpM4eHrDIsJfSPgX5AsQ743mQ93KYn7MOenf70ollfvlbKx5JGxbBpUVFIofKFwtRUU60OPk5hRpUdK5Mrc6tIaZK6drEpNdbOtJ426eUcPKyWlo2b4fCE3XOZB2G86/ZX1k17KoPOkyx9nMC7L6EitvfK6T30Nw6bMmXZu+PC+J18fiWPbi4hI3LoyE7R7InQGFU5J5QCMTuWnW9XIuWIjIHSdvVikEnL6i8vqMpRmll9lraNZT+nLf11k/QYfuTkdWJ/OlbMqscfGfPqGDe9G/7fWf7GQW9Z+PyzswJT+fWEPSrWHFMilVbu3VtQRpfWRcDyzA6OmE0r2a6GzJKDiyKy8woxvI6qPn3+8GGGXtkl/fRIefVbAw4P9l97UIY8Oy08nMNhs6EeOD54vN8DY34VqPFY/t/LWbjhb5ny9OpIIZ9vSouPik0v7m405ZVk1PfKjNxLEcLik5+zOeGZNY0JtWg6oGR6FQvtBUF8O8tazt8kEsic/dIDG7dWn8V1HgM7PBEvAuLIoU+lE3Z0orENGf5LFo5H5RL15sHqOt6JWsBtFkyZvbZZKGzjo0x/tBGX0ZQFHG3Fa0lHHcsKE7awwzl1za0BCbUCpZOBvaYP76eiQl3/lYIqhVmstEmP7rhWHYkEEzmy3nv/QzAvEEfe84qY42JnYyAqPJy+dOKESaPGuq9e82JcjoB7DH/DkHlrPz94PvFcvbS7Ma+xUdOMS8fS8xXc8LzmtDCTP1sRV1YT0J2QbzyhVGj1crLVCO3Uta2N6Qous72yhOqqxg5PXq2Pojw79mEUZvEBxm8Qc8COZYbtzedWLf1s0uOAd1fQvG1PIfRko5xxcseO3t6MczWNjSZpZWdzc3NDQGL4UVrJ7jhs9LRajisbkrHdrhQrtCpU/XDoVp7bymdDtYgylHDjtlWvIq3kDzzgh1s9goP9xo4Z++rklWKxCx2mJ/xxPM3UR4g+jSdP6aXXwPA3TF/7eW9vb3pGnRDsmkr+6Lc//qQhoDUPjZNqwPMT8umxhYWYgyvmcjgyPRMe33RWHZfGT0fSnYqrzDdbLwiDyR0wfmtyc9etewmtnmNeHfWh2G14sOM/bHrXtEfG+LB0SeBvuO3lhvMt5xNoZUKp1HT21OiP0aT9fXOKFFUEtTojPjqyMvFAbCEdcyx4/MQMbd+1Jhz+SvhpJTIBZ1/crgSFYUs9nMZvzvIqolggUK5BA1MwbloJN7vgCT9W3FK/30rG3pdy8D+CfcHL3wd81kCrG11WYuIng/zdd3ceLy3FHALg8zM2v5GcdzKdvvJDtYzjn4HBBLEBHp9ap0mLUjDZecWxhYI+q5WUENaTCzN27OM6N3z0yivreGE1bGJ5McdM4LHTL5k6YbA8jXcOj4VRlmUznvus5r3ZawPyTr3+9LJZ48Y1NTUFRW6PhbCS//Lgqa+n1iR+GvzCejuz/VxxOD02DoYv2qzplKh1gqOJtWaGI87aunzxehS1qyBCJmY69kG0OTOrjI23MkUKxoQ9bt2HwaM8Ci/eS2G5O22HPjtjxszhU2ZPmz1zMq7CGFeEkRwLkq3+RB99xLx3ioTIOs4BfHhxLIxomIuQLLNTUqjTmf1z1QKWLb4kfQNFdeTmgp0jcFC24raI7LKWdA5qEgQekfVuNEpDsfG6gWhv4cmM64Lbh9x15/Tpd9wxfMa4psBUqSSe31YJpW7se48On/lO0erxj/gtzzWGFxezoQqIx7UorFNC151gKsxmgdwhoalR3aYgZp+YCIdncNI1RUFJo4+oUUfjMijiNusmjhnrbjT3vkfCE9ATMX9IRhIx46FTnh4XVBEWsGThtOCpk0bcRwoC9wyfuaho9dQJcz7qFdvYYq6M2Yd9Mpov2W7PUdnN/h0qZ1xUYbiYyeDkYhB3nwwxW9zmoMDA40cETAEWxcFy1S6vZweAL4SkgY6ZiqEYJXo/6I1p4yeHoA0eWq5kDb1n8qKiN6b6+S1Hwwa8QKnEyTUoUrLdmHNYZ+7uUInaoVxgZhL4HScPcFlKTkkEjsKjE5lKJqqvXDFFsiBu7YJBrWQ+aet3pz6G4ar4GU/PQLcbtHRROyILf93t0xfhA00MXomdQ60QKB3ICkfX0/JzfpSb02VohufxYtgypYNCC8pJqAS2d1YEYgypRabHgQVNHg7lYuSK3Ucr383muk/zbhlprKHTp9+NgAQi2J41ZEjI7CThyo9W0unoykMdtT2iKSgsKkH3Y44i3458d1wUO1zNVFLhiS3PdDAU7dcqSlFCF7IFOG0pBQzlV65pS6ATdp/Z3WN5wIMe0u+3DrkNhResoa4vl6L0yMmva7qPpmfQ6UdbSB9qHbZRPs24f79SrcKQXB8vlk1X4KlMbw04eFSo2VMRnZQSaWKL9XJoNQrcZidRsu8m0Qn5IPF0LPxGIZ8/ZLD0/8iQVdIoTLbg/Xi05ZkDBw5GX21KrS/M+VGk1R+Wy5WGGDYmGcVsQ+QxzRWkOPesnrZ04Tqqj6FjYRGz3+cZRfeJy3i8xqOe7pZPdy18BPe6O1gqQaEE71r60byGIwHPtF6B1+zS/bifJWOy0KaK3whdTJekRadq9iC1/F7whAkTFysdHBaBX/OgZ3DO1zpSgxI3oCf8+PasOydtMEuiMGMRW9zdeqa5rCzAaCCnkPz9P6rApsxxwPAcbhcGvqJTkpP3rA5+EGILfpucNgGLpWPOcaO72zt82TfpOQUC38PvWbc++1FsYSVOV6a2No0JbVnCRrvMgr2mEobHUCgTTyuPzqm6VlEUHV2Ulf1e8JOPoN0y5Atnu5iFAbonf90gfewyHsN7jI/l/gz4B3/VyHm76vn8SNcFvUgpgF5Yq2efbgrampCDbLecqRf1SWj0PDyiWUVFRauCB1p0R7zwRR9hX4P3ksfsPmT3nMA9QnXXq/7PXBhlrecXREe7LhY8i6sny4rtduI1kRidx+ATQ+7g7eUnZ6ECmt1pWImEzUDB+IX16UyVcs4jYCfoPlVeGMzvwXfp1hFqgn7jgtmVUVv4kRHR0bhXMDU1+ZTQlNddaxd3NjUVdesw9y8SMJ226qxDWRUVEXlo91zsLnbfETJxpUD+hR/QrxPo9+Wc6F9f8oxgZ8H8z/h7UsmsN7F7anaKqZKXgK4hJIaDInrJiKiT4ey7EhgYFH3MYKsSMNeTTBmBvzfkQ+5XHrP7nn1wUYp8e9ZAsHfbjHcWLZHEX8CgeiRESSLJEGNCoZ3Vj4AysiMH460MlvJSRXTYkcsoZ1ICCr1zpFAP9o/2veLSbr7O7j6ewhn8thp8sfmU+fPW0WnxFywWq5UoqZByfmGt3kG8xmTHPLSD4Wy3XKi7vMlJMRDBfIFsk6szJWT57qkPDEzAuBJP10Uzg+h9/ltwsaPAOWVJIZKLPHxn0FwD9YWF+VpdO3lDJergNFTHiv4t0iqVSMmSswQbMMgA9hF3j1hse2rU44+PHRiBcV8q+rf92d5v+Z4MGlFoWFUYDgUJjNSfaz2PJgmOutZcq2P1z23KCutVwWmoFZQ1PlEvwkIAv+ZJVy/WfaMWUysnjnl81MMPjB1QzfZMP/23t/N49k7cJDcbhs8AfExG3gcr1TIshJA65aWeoGg+4jEEiyJbvLRKhHFLJ9NleAhlP/zCeqr9FT+/YNdIOtJ6v6bGBqWDfc59fSP09FUJMUTCKybD8NFTK2uRFWbkG/U6W3lFVoTJyEKgLnJIrOdDD4tUOHG4DI9pgMVMMWVbuBAZyam4VBRzJAPwfzML4tuXFjpy36KhYQn0vA+CJ43/UK1nigk70/BzRVZYG9xHIIfhTTtYTqdS6WBsmOO3GNNzXyi5SEAZDHUL3zoGEd5RD3iEpz1NB//pct0KvnYViiL46lo64fGQ8R9plRRbjbq3eEt5dDSKsiwmDG+Nb61yhIbC8H3LF2/a9NWcL5gUk2uLyzCc0xw7M2381Kmjxrjd5i+zkr6HRwfOjEZaFE8ak7Fk8tiH7p73KUsZF2uU6fSGn7aGRUprdYjIDtus0gMrlCtCnQ5q/RpsnV995RAzBRxbnKGrrubMBwvfes9vrCcr+T9cjuB+XJF1XVVvfa+xZMkk7HfD114OPQcXMp7og4xjQWS3/QSLtd9psLZedoZuQkHTEZqDp1bJFDPxC8INxHXHzpw5duytidgvCfxtA4op/4vgN4lwMEFqmTd7xqSQe/CemffegTJTG1qFBFYCX9BtV7Fy5DYJDO88fBg1fPlhKDI4mVwWixEeZ6iDz5A1jciVuyf+/qp843vDw/LwG6SfcKUQuYtqkbCsuaX1vIpjslq3bKtO69XhbEoZrHVVysMkwhGc2C8SyXFykjPa40rqMsHugn/QnVL9J7Gw92kcJC+H3HrbXTgK3klm0VfXN7ccPNnRZqpHx9mFan6uTsdisiX1iQLRfkiqMVj4t5w6qpUL2uPgMinJpwh7sIt96L/IZXtToHIVdomqh+scftuC2WGjj5w82dJo4qcKLQVp1Siu4dQdZ23LFe0HNkOggthR3zlcaAL2vGPJo5NxWoRAE9j/NsXke69xp3FAT1IHM9/f2ZB4sKXNBHnplOyUNEubUSUS9XVV+uv3YykpJl6yjv50JSRADRocY0efaW6YBvb7/oUMg/fwv6US0HM2cvjsj7/ft/tga6MmJSkp6VTmFku3TC9y2qyV6hxoHIkYDJbosJyyCZxw+E5kD5KSRuOiMxwAr9Oy/R/oB6VxboWy87y3G3bkJrYE1JzC6NHos/Fb+N1mloghiS9hEbEgPK7Y8uXtapaDE3cpc3NyEtbbwU942P+xdp33OShy/F7w7L2vzvuk4UDHPsJOqGq6tlzgdyvkTpuk0gwBRHg8RYWKRBRbq+TYztVlEvbjb+MCn+vYsf7Py8xuHTZz0aKZMz5pOJmbm3iQsB86ld7etS1S2C0T4XEtURClIyXqCaEiZ7sCTbn+dccI+6Hjn02E3T2iqv/C4b1sv7nr9tllm1e/83XzQWjsHm08m1yaXSmTU/Gn9wiL9TlUlzVGC30sOUVRVaF4x4LdcA52R4vX6++N94rde+Wpu4Y81yysty7R+O/LTQzIK0suTdleqxPZyougra6T43EN1+EF5aCofS+tcDqdDluGoTM5aeehz6aOn/Cwm92LupM3jQioMbx+VprB40GTDLPQZadKT9ESjDnyrqKsVGGuXNkvoSlUh3ESFLcfPHl5k8jZ33ZpM+loXOtHMsJudhLF/z/7jMdv0Bk969DoFH6Utaa75Hy4Jg8OfwqfQ5/j6Awal6TpkDMMkgyuXOWkIBOX14ATOF6r8Jjvnp810Z3e8+JiAe+2m9ueQ2NiREF9WnJKal6xsC0vOfuZ/iiaWgcdL7Sf1XSw2nk8uozlpNo5jP5jDZdXHEsq3Yl+xnE7Jz0Ms3tqN/+by3hi+V/aO/eYtqo4jkM3walzPobL5sChLa8WbHG0vCKyiaWIA2Mdm1MRSaaJifHFEKTjkYu6KQWcrsXpKkOKmd5b4mNhE4diAZkC4do5xbGN0LWkZVt0URAb8Hsud3Q102nirl2yXwh/f/rL75x7zu/xPcmD+/HKf1MTY2w1NeowhG447Kyra96x+6NJBkpOA2PPD1mqy0u2lzjfLRl32I8cZg0tG9Xq/eqMuDPtiAJ+V33Pw8mDj7Qe7WmvYgi8aSuG0A8d0x1va8ahYIhKaTHc/A0G6Kx74PihV7eP20x2ltampkYolQSd1G58ReCEMxwNVq6L1/zWU1PEmHZhMnOrzdwpDjOEHaku37H71BAN+IE9lUPukbHSU853S18Zt7GskbRLkLQH3M6ze3UDhXR8QHaitqehD/BoncdA7KiLEncZ7Yds1S/t3L19ih4c5OAd+8ZKx4f2lG6fdJntMdxcCNDPwS6ckVtIcmFPw+k+RI2OITPUL1JdRpP9e/agpfnD3W9N0SmD3w7sqdC7941tcQ5VlGx33sfmEvhQ0s93lnDgPIFjJpAETWKStqYP1tSEadjj9VWUIWzY3q3rqMP2QuBPAP7dF/Rf7/vmdcCPP5W/xpwbs3wZp/IJdqE/Tb4iPIvSGEKOh2J0RlNjWS9OiCzbWuSyVFSWlI67u04gbL4sb64/9skLTmf5Y3fFrCGeBzzfSMnHjPB+F2Gi9Gmwt7f3EXbs8r0YYTjOYvqifucWlOEn3TTUtrsPFFtsx7btcTqfuDc1BsmliDhfsUnCLrzfl6wzGImifHt7O4oJhsYqWizWucxMWZW1csvz722pcJOYPz7aXG1r27enYvLJWXglnt8k8It89kgB38MDfMLd6Pewu/p6yD6JbTI3V8eEtVnQPF/2YvEOCEW8UeFmAD/cZrUQ+PFXHkXYcJ6HBAB0yOayHAJHPNIFd69OkckM9iKMwkKlmm5VKQt7hr8/AHhq18cvvYqoeeP1KcDvNw44HLa2vbiCnHrqMd7zUdedUdfxaQ8WiH/+ymdPtLSIuyhuBrlml1G1XHW0955DIysAXzRa/h4mLN57y0kBPsw+Yh1t27th+xevPJUakcsWquB5Au8tgfD0Qp2E5wF+cL9EIjl6enNDD2NS3SJX9/44OGw7MOGhdKM7ISaEpvkpnG0gVzJidbQdGyuFMG90TK6pULUcbxVz8PzEJQ8vDD2pnq1ctw5tQi10Q+3mvqIw5bJlWZpMWYuuDcK8dNUmSFC9WvlByZSHwCPoHbZj7zz6FNFez9XlAj4kxCsAB3gh35wlX9bsxLuT09Z3teOJmDItaKQZ1E93thQ1srSk1bzpsx2V5Z/vqJzyiGUEfoXVMbLtnQeiAV9gGt546zJevW6uKV6YZDzIZzUDspPgeLzTUlfLKMMxV6bI6ZXd39JuNlKSXY2bPnujwrIJohMM4LFiD+gto44n8lOjo2PXGo0bY5dFhSAdzLse9HzYCxI0uPalaSiKzK/X1hbKw0l7TLo6M+X+liZXPSNu3frlzlf1ro83WSZ0EoyuGfGN1VusBx5+IDU6Io8xrkWmA4n4axdd76Xn+AMuvAE+e52aKgM91VSrjguH/uGiqxHyM8/o6oqnaPGurSfLV5h1VQfdE9M0wsbYva1iUm+17su/664YlRHwceHhKP1dez0M9MEcPNqTL7TxdZA0CkbTTIcaqV1ysE1AyBs+rnt5x4SkizK1tQ00FpVV1bv7PfT+VmP37ZW4TFlGn3goP6KAacV2A9dHroIIG4e/hKOfJ0imBgGfVlPDOb5dxb8tvygxx/hidd1rH5Z7ZBKaMXXbJqZ7iw5WuzsYRmfqPryhFHkaq+O2h+4zA35j7HKCvwrt8hx+8BLkDQQIGhLwQWmFNUfVFEyOTYNrRsTr7bY6tEl8XiuRiSnAj0x4OqkXqy1ul1nnYb/6fcv4JOhHDjgmdIyxcKNKpYxV3AANOcwrgH4JapcBF94I/MpktTae8vSopUS1ketFvDJjFIINn37a75HIJIAfHnC4KElRHWplEy7W1L13rGR8csrieN8JeMZoz7UXanOy5OEQkcPj74C/4Ox88Sxowd0rk4o0mpxrOHTYgiuSbj5Z/+bnTxRoen8k8MbhtncnKEyD6/VT8D17/Kt3Sl85NTk1NDnknmag5MPqmK6W9RnyuDhFKHwfPF+gnQZPKQQlJiUnJ2Knu4rvRUQzt+EHq1KRpO6chQ/rHnGZO/qrm4v1lgkXifpHSUXBqbcAnjagjGOioZmgLtBmLb4JO45A7AT/8uzgbNQRYBx78OXZCUlry3JCl2apJTKZBMJahiNtVgR8tb64WO9Gxcz01e/PoZYDevdmD20IQwnKSIvLGn5RhmDJCsDunYaFoQ16Fn/2YHhlUldnxuIouVYM+DJUDMIGNr2EsvyKl4jrG81s994NzyFXicDv93TC9YS+5jeNPJKM4QixWPlRF9GZXtw5CxIlpBH4SEWOTCaDRhKDxM3JYjxZ1ayHwfU63cDhDd+R4uukZZqikeAxd7SvjQ1F3RXsCwMuuAXOFRIA7zXi+PkJaRJJjnSVIiclRUxDnAoKjtt2flZM0OF6sl8y3bc/+jZ5o8jpoqhWY8fmhgJ5JKcSG7xQAHg+4jn4IA4f/zkTwfNiAi/NSEmRAZ41fnvoZ4xoDeFIA+dbJrgdZ++G0u++OzW0ptBTVVdXy8byCreiAEGMh/cx7jIRBPjOHMWq0CTcDSWUzoy4ufnkihfgdYt1BaE369jjA9s+/ODt8fyIvDX4NQVoUiDswgR84Bw98H0M6a5swGsVq0Ky4u+USXbpEPSHjnR/Wawvx5EG8HoEThGj27pt7PnHoqNT74pRyqWzAoILBGHnY57Hn33FmF++80QLs5PXS7TyyEhFWgo5HpjN9rCwAWtzcbkel2+HnoT9NENBD/LB1FvCw0Oli69F2oaIH84PEMr4RgNf49bA5cnrO9VZkaukaatlYtqoY032MNNodbWljqxWW7Vllp42rIU261J+kAXswQECWSCP74tO4EUBqElJNEmLIxdnrU4RS8iStRPlj4P9+FJ1FOka69z9HQSe1mhjuYICzy7APuNztDlbc+OM50WY6xXTOdLIKHl8igyKoSaWRVNB1Wm8s9cP6CKz6+C0h6G71Mrlod6sPDYaQY2HP3v7IZ4PSiQrNv26SGkSXI/AYVlWZ6RqTjd0WCamKaa9YxpnGnXEch9dCSHZAe7byjqnnYFkAoJekySNDEkn76cS16M0j0pVr7XcMtF3umGz28Woovl3lHj1w3kBgtqf1WXm5vBngz5HHhWlSMKSlXS1sjaHi+nsbHqzWN/f0NBvcZvzUm+YG0vgksNCZGnOP/2CVUvihtYoQ6NC5PGDMhmu3W3k0nT0aBMEnmqrrWty1+TfCjVrbyFHgDvrebvoRXzQJyBuqBx5SCR2y5QUpCjtrN2k82RmZv5S63DkRcTcl6fgdsgrgC6838+hR+SVQFi4APsNpcmQRi7Nip8BPYrESHroejIzO+rd+dFxEXlyvuTKhYxQ7OcPG8CLgsmSpbGLRynSVs/MzNw5SB4hNXiI2mxeXBQ+qgSd1ykleY7/3bxnHSjiwfW9GgTO0vR1q2fwUjaxEwabKw/f1OtuvPIsdL9g94YNol6EqKcptVIaIkXgzOCN8vvvP3FoyBmDN0W4gPFOy/kF+9wHl6PHu1dI5mhxPYrDsZ74Xv14pTMihN9ieF01/wiZP8skiYLwRmBXGQJnaahS89OvKWrVHXpHLNC9w3JctPsLuxee7PXBicnrqbJCpUKhZE97VHG35qkUJJHpHdqa7zde504I3vnYeRAPXZmmKSvTZkljC1wq6WIMVmN4yC/RfTwvIvfBhUGobkoorfSarMLC9JuuxVw1yAk62P0NnbjdR6BKhDUbn3XlkkXpOenXXz8LDvNDdJ+UAj8dGHR5QsISyOskXnHVVdhdCDiWqb+i8/B8LzSXSQPsgmDCzfscJvJH9MC5DCB/lUXgkwTaZbzB5/60r/+tCiR875MGnE1IBfixBfI27xxj1UFBfowe6Bv1HD34QU0OX/5xhDkf/7mmwoVA/09kHLwpWBH+ZsnPscH4Hzt/J59z/qz5z+HrX4UO7CIinwudixHdK3d8sZH7qilejOgXvwUGXHL7Jbtkl+wc5ven1b+0S5+Tf2J/AMCqPlYT4oxNAAAAAElFTkSuQmCC);
        width: 140px;
        height: 295px;
        left: -140px;
        position: absolute
    }

    .block_carousel .owl-wrapper .owl-item:nth-child(2)::after {
        content: '';
        background: url(data:image/png;base64,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);
        width: 189px;
        height: 201px;
        right: -189px;
        position: absolute;
        top: 114px;
        overflow: hidden;
        background-position: right
    }

    .block_carousel .owl-wrapper .owl-item:first-child {
        margin-bottom: -280px
    }

    .block_carousel .owl-wrapper .owl-item:first-child img {
        margin-right: 187px
    }

    .block_carousel .owl-wrapper .owl-item:first-child .none-p {
        margin-left: -130px
    }

    .block_carousel .owl-wrapper .owl-item:last-child {
        margin-top: -280px
    }

    .block_carousel .owl-wrapper .owl-item:last-child img {
        margin-left: 187px
    }

    .block_carousel .owl-wrapper .owl-item:last-child .none-p {
        margin-left: 60px
    }
}

.block_carousel * {
    text-align: center
}

.block_carousel .title {
    color: #b0b0b0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 40px
}

.block_carousel .zmdi-star {
    display: inline-block;
    position: relative;
    margin-left: 35px;
    margin-left: 35px
}

.rtl .block_carousel .zmdi-star {
    margin-right: 35px;
    margin-left: inherit
}

.rtl .block_carousel .zmdi-star {
    margin-right: 35px;
    margin-left: inherit
}

.block_carousel .zmdi-star::before {
    content: '';
    height: 11px;
    width: 2px;
    position: absolute;
    background: #c9c9c9;
    top: 3px;
    left: -20px
}

.rtl .block_carousel .zmdi-star::before {
    right: -20px;
    left: auto
}

.about-child .owl-carousel .owl-wrapper-outer {
    overflow: inherit
}
