/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSTOM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}

div.tnp-profile {
    display: block;
    margin: 1em 0;
    max-width: 500px;
    /*width: 100%;*/
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
    margin-bottom: .7em;
    border: 0;
    padding: 0;
}

.tnp-subscription label,
.tnp-profile label
{
    display: block;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: .25em;
    font-size: .9em;
}

.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
    display: inline-block;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{
    /* Fixes some bad themes CSS */
    max-width: 1em;
    display: inline-block;
    margin-right: .5em;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option,
.tnp-profile select option
{
    margin-right: .75em;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit],
    .tnp-profile input[type=submit] {
        width: 100%;
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px;
}

.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd ;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
    width: auto;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-widget select option {
    margin-right: 10px;
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-field label {

}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
    width: 100%;
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* The minimal form */

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

.tnp-subscription-minimal form {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin-right: 10px;
}

.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
    width: 31%;
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px;
}

/* Some of these styles are overridden by theme styles... */
.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
}

.tnp-subscription-posts {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2rem;
}

.tnp-subscription-posts .tnp-subscription {
    max-width: auto;
    margin: 0;
}

@media all and (max-width: 525px) {
    .tnp-subscription-minimal.with-name input.tnp-email,
    .tnp-subscription-minimal.with-name input.tnp-name,
    .tnp-subscription-minimal input.tnp-submit
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block;
        margin-bottom: .5rem;
    }
}

/* Single button forms */
.tnp-button-form button.tnp-submit {
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* Comments Extension */
.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tnp-comments label {
    display: block;
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important;
}


/* Locked Content Extension */
.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tnp-nl-checkout {
    margin-bottom: 1em;
}

/*! elementor-icons - v5.44.0 - 01-09-2025 */
@font-face{font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.44.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.44.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.44.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.44.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.44.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.44.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}
:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
.elementor-kit-1426{--e-global-color-primary:#7A7A7A;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5051059d:#6EC1E4;--e-global-color-667c9439:#4054B2;--e-global-color-39fbe255:#23A455;--e-global-color-7a00d29f:#000;--e-global-color-2daa2933:#FFF;--e-global-typography-primary-font-family:"Open Sans Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;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}
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}
.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    /*-webkit-touch-callout: none;*/
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    /* Chrome: Causes images to "jump" when scrolling the page
    -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;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    /*border: 1px solid transparent;*/
}
/* Slider */
/* Hide items (except the first) before slider loads (items can have "li" or "div" wrapper elements) */
.slick-slider > li,
.slick-slider > div {
	display: none;
}
.slick-slider > li:first-child,
.slick-slider > div:first-child {
	display: block;
}
.slick-slider.slick-loading > li,
.slick-slider.slick-initialized > li,
.slick-slider.slick-loading > div,
.slick-slider.slick-initialized > div {
	display: block;
}


/* Arrows */
.slick-prev,
.slick-next {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 50%;
	color: #a1a1a1;
	opacity: 0;
	width: 28px;
	height: 128px;
	margin-top: -64px;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
.slick-prev {
	left: -10px;
}
.slick-next {
	right: -10px;
}
.slick-vertical .slick-prev,
.slick-vertical .slick-next {
	left: 50%;
	margin-top: 0;
	margin-left: -10px;
}
.slick-vertical .slick-prev {
	top: -28px; 
}
.slick-vertical .slick-next {
	top: auto;
	bottom: -38px; 
}
.slick-slider:hover .slick-prev {
	left: 3%;
	opacity: 1;
}
.slick-slider:hover .slick-next {
	right: 3%;
	opacity: 1;
}
.slick-prev:hover,
.slick-next:hover {
	color: #a1a1a1;
}
.slick-controls-light .slick-prev,
.slick-controls-light .slick-prev:hover,
.slick-controls-light .slick-next,
.slick-controls-light .slick-next:hover {
	color: #fff;
}
.slick-controls-dark .slick-prev,
.slick-controls-dark .slick-prev:hover,
.slick-controls-dark .slick-next
.slick-controls-dark .slick-next:hover {
	color: #282828;
}
.slick-prev:not(.slick-disabled):hover,
.slick-next:not(.slick-disabled):hover {
	color: #dc9814;
}
/* Arrows: Disabled */
.slick-slider:hover .slick-prev.slick-disabled,
.slick-slider:hover .slick-next.slick-disabled {
	opacity: 0.3;
	cursor: default;
}
/* Arrows: Icons */
.slick-prev i, .slick-next i {
	display: inline-block;
	font-size: 30px;
	line-height: 128px;
	text-align: center;
	width: 28px;
}
.slick-arrows-small .slick-prev i, .slick-arrows-small .slick-next i {
	font-size: 26px;
}


/* Dots */
.slick-dots {
	line-height: 1;
	width: 100%;
	text-align: center;
	padding: 21px 0 0;
}
.slick-dots-inside .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 1000;
    max-width: 1280px;
	padding: 0 27px;
	text-align: left;
	-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);
}
.slick-dots-inside.slick-dots-centered .slick-dots {
	text-align: center;
	padding: 0;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin: 0 6px;
}
.slick-dots li.slick-active {
	margin: 0 2px;
}
.slick-dots-active-small .slick-dots li.slick-active {
	margin: 0 3px;
}
.slick-dots li button {
	display: block;
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border: 0 none;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;
	text-indent: -1000em;
	overflow: hidden;
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
	-webkit-backface-visibility: visible;
	background-color: #aaa;
}
.slick-controls-light .slick-dots li button {
	background-color: #fff;
}
.slick-controls-dark .slick-dots li button {
	background-color: #282828;
}
.slick-dots li button:hover {
	background-color: #555;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
	border: 2px solid #dc9814;
	background: none;
}
.slick-dots-active-small .slick-dots li.slick-active button {
	width: 8px;
	height: 8px;
}


/* Media queries */
@media all and (max-width: 991px) {
	/* Arrows */
	.slick-prev i, .slick-next i {
		font-size: 24px;
	}
}

@media all and (max-width: 400px) {
	/* Dots */
	.slick-dots-inside .slick-dots {
		bottom: 22px;
	}
	.slick-dots li,
	.slick-dots li.slick-active {
		margin: 0 7px;
	}
	.slick-dots li.slick-active button {
		width: 6px;
		height: 6px;
		border: 0 none;
		background: #dc9814;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #111;
  opacity: 0.73; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  z-index: 1055;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #181818;
  font-style: normal;
  font-size: 22px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.18s ease-out; -moz-transition: opacity 0.18s ease-out; transition: opacity 0.18s ease-out; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 0.7; }

.mfp-close.nm-font {
	line-height: 36px; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #000;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  font-size:50px;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-right {
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    background: black; }
  /* Chrome: Box-shadow causing rendering issue */
  @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .mfp-iframe-scaler iframe {
      box-shadow: none; }
  }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #333; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #aaa;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; } }

@media all and (max-width: 400px) {
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px; } 
	
  .mfp-close {
	font-size: 20px; 
	line-height: 34px;
	width: 32px;
	height: 32px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

  
/* Open/close animations */


/* Overlay fade */
/* overlay at start */
.nm-mfp-fade-in.mfp-bg,
.nm-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.18s ease-out;
  -moz-transition: opacity 0.18s ease-out;
  transition: opacity 0.18s ease-out;
}
/* overlay animate in */
.nm-mfp-fade-in.mfp-bg.mfp-ready,
.nm-mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.73;
}
/* overlay animate out */
.nm-mfp-fade-in.mfp-bg.mfp-removing,
.nm-mfp-zoom-in.mfp-bg.mfp-removing {
  opacity: 0;
}


/* Modal fade */
/* start state */
.nm-mfp-fade-in .mfp-content {
  opacity: 0;  
  -webkit-transition: opacity 0.18s ease-in-out;
  -moz-transition: opacity 0.18s ease-in-out;
  -o-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out;
}
/* animate in */
.nm-mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1;
}
/* animate out */
.nm-mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0; 
}


/* Modal zoom fade */
/* start state */
.nm-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}
/* animate in */
.nm-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.nm-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; 
}


/* Move-from-top effect (used on the 'register-account' popup) */
/* start state */
.nm-mfp-move-from-top .mfp-content {
	vertical-align: top;
}
.nm-mfp-move-from-top .nm-popup-wrap {
	transition: all 0.2s;
	transform: translateY(-160px);
}
.nm-mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}
/* animate in */
.nm-mfp-move-from-top.mfp-ready .nm-popup-wrap {
	transform: translateY(0);
}
.nm-mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.9;
}
/* animate out */
.nm-mfp-move-from-top.mfp-removing .nm-popup-wrap {
	opacity: 0;
}
.nm-mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}
/* Grid - Table of Contents
---------------------------------------------------------------

	#Grid
	#Block grid
	
--------------------------------------------------------------- */


/* #Grid
--------------------------------------------------------------- */

/* Row */
.nm-row:before, .nm-row:after {
	display: table;
    content: " ";
}
.nm-row:after {
    clear: both;
}
.nm-row {
	padding-right: 15px;
	padding-left: 15px;
}
.nm-row {
	margin: 0 auto;
	max-width: 1280px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.nm-row.nm-row-full {
	max-width: none;
}
.nm-row.nm-row-full-nopad {
	max-width: none;
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 0;
	padding-left: 0;
}
.nm-row.nm-row-max-width {
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 768px) {
	/* Row */
	.nm-row {
		padding-right: 0;
		padding-left: 0;
	}
}

/* Row: Inner */
.nm-row .nm-row {
	margin-right: -15px;
	margin-left: -15px;
}
.nm-row .nm-row-full-nopad,
.nm-row:not(.nm-row-full):not(.nm-row-full-nopad) .nm-row {
	padding-right: 0;
	padding-left: 0;
}
.nm-row .nm-row.nm-row-max-width,
.nm-row.nm-row-full .nm-row.nm-row-boxed,
.nm-row.nm-row-full-nopad .nm-row.nm-row-boxed {
	margin-right: auto;
	margin-left: auto;
}

/* Row: Hidden */
.nm-row-hidden {
    display: none;
}

/* Row: Full height */
.nm-row.nm-row-full-height {
    min-height: 100vh;
}

/* Row: Flexbox */
.nm-row.nm-row-flex {
    display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.nm-row.nm-row-flex:before,
.nm-row.nm-row-flex:after { /* Safari fix */
    display: none;
}
.nm-row.nm-row-flex > .nm_column {
    display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    max-width: 100%;
}

/* Row: Flexbox - Equal height */
.nm-row.nm-row-equal-height > .nm_column {
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}

/* Row: Flexbox - Content alignment */
.nm-row.nm-row-col-top {
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}
.nm-row.nm-row-col-top > .nm_column {
    -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start;
    -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}
.nm-row.nm-row-col-middle {
    -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.nm-row.nm-row-col-middle > .nm_column {
    -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.nm-row.nm-row-col-bottom {
    -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
}
.nm-row.nm-row-col-bottom > .nm_column {
    -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end;
    -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}

/* Row: Flexbox - Reverse columns 
 * 
 * Note: Requires custom class (no setting added)
 */
.nm-row.nm-row-flex-col-reverse {
    -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;
}

/* Row: Video background */
.nm-row.nm-row-video {
	position: relative;
	min-height: 250px;
}
.vc_video-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.vc_video-bg iframe {
	max-width: 1000%;
}

/* Row: Fixed/parallax background */
.nm-row.nm-row-parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
}


/* Column: Hide */
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
	.hidden-lg { display: none !important; }
}


/* Column: Non responsive */
.vc_non_responsive .nm-row .col-sm-1, .vc_non_responsive .nm-row .col-sm-2, .vc_non_responsive .nm-row .col-sm-3, .vc_non_responsive .nm-row .col-sm-4, .vc_non_responsive .nm-row .col-sm-5, .vc_non_responsive .nm-row .col-sm-6, .vc_non_responsive .nm-row .col-sm-7, .vc_non_responsive .nm-row .col-sm-8, .vc_non_responsive .nm-row .col-sm-9, .vc_non_responsive .nm-row .col-sm-10, .vc_non_responsive .nm-row .col-sm-11,.vc_non_responsive .nm-row .col-sm-12 {
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .nm-row .col-sm-1 { width: 8.33333333%; }
.vc_non_responsive .nm-row .col-sm-2 { width: 16.66666667%; }
.vc_non_responsive .nm-row .col-sm-3 { width: 25%; }
.vc_non_responsive .nm-row .col-sm-4 { width: 33.33333333%; }
.vc_non_responsive .nm-row .col-sm-5 { width: 41.66666667%; }
.vc_non_responsive .nm-row .col-sm-6 { width: 50%; }
.vc_non_responsive .nm-row .col-sm-7 { width: 58.33333333%; }
.vc_non_responsive .nm-row .col-sm-8 { width: 66.66666667%; }
.vc_non_responsive .nm-row .col-sm-9 { width: 75%; }
.vc_non_responsive .nm-row .col-sm-10 { width: 83.33333333%; }
.vc_non_responsive .nm-row .col-sm-11 { width: 91.66666667%; }
.vc_non_responsive .nm-row .col-sm-12 { width: 100%; }

.vc_non_responsive .nm-row .col-sm-offset-12 { margin-left: 100%; }
.vc_non_responsive .nm-row .col-sm-offset-11 { margin-left: 91.66666667%; }
.vc_non_responsive .nm-row .col-sm-offset-10 { margin-left: 83.33333333%; }
.vc_non_responsive .nm-row .col-sm-offset-9 { margin-left: 75%; }
.vc_non_responsive .nm-row .col-sm-offset-8 { margin-left: 66.66666667%; }
.vc_non_responsive .nm-row .col-sm-offset-7 { margin-left: 58.33333333%; }
.vc_non_responsive .nm-row .col-sm-offset-6 { margin-left: 50%; }
.vc_non_responsive .nm-row .col-sm-offset-5 { margin-left: 41.66666667%; }
.vc_non_responsive .nm-row .col-sm-offset-4 { margin-left: 33.33333333%; }
.vc_non_responsive .nm-row .col-sm-offset-3 { margin-left: 25%; }
.vc_non_responsive .nm-row .col-sm-offset-2 { margin-left: 16.66666667%; }
.vc_non_responsive .nm-row .col-sm-offset-1 { margin-left: 8.33333333%; }
.vc_non_responsive .nm-row .col-sm-offset-0 { margin-left: 0%; }

.vc_non_responsive .nm-row .hidden-sm { display: none !important; }


/* Column: Common */
.col-center,
.col.centered {
	float: none !important;
	margin-right: auto;
	margin-left: auto;
}
.col-right {
	float: right !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}


/* Column: Extra small */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

.col-xs-pull-12 { right: 100%; }
.col-xs-pull-11 { right: 91.66666667%; }
.col-xs-pull-10 { right: 83.33333333%; }
.col-xs-pull-9 { right: 75%; }
.col-xs-pull-8 { right: 66.66666667%; }
.col-xs-pull-7 { right: 58.33333333%; }
.col-xs-pull-6 { right: 50%; }
.col-xs-pull-5 { right: 41.66666667%; }
.col-xs-pull-4 { right: 33.33333333%; }
.col-xs-pull-3 { right: 25%; }
.col-xs-pull-2 { right: 16.66666667%; }
.col-xs-pull-1 { right: 8.33333333%; }
.col-xs-pull-0 { right: auto; }

.col-xs-push-12 { left: 100%; }
.col-xs-push-11 { left: 91.66666667%; }
.col-xs-push-10 { left: 83.33333333%; }
.col-xs-push-9 { left: 75%; }
.col-xs-push-8 { left: 66.66666667%; }
.col-xs-push-7 { left: 58.33333333%; }
.col-xs-push-6 { left: 50%; }
.col-xs-push-5 { left: 41.66666667%; }
.col-xs-push-4 { left: 33.33333333%; }
.col-xs-push-3 { left: 25%; }
.col-xs-push-2 { left: 16.66666667%; }
.col-xs-push-1 { left: 8.33333333%; }
.col-xs-push-0 { left: auto; }

.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-1 { margin-left: 8.33333333%; }
.col-xs-offset-0 { margin-left: 0%; }


/* Column: Small */
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-12 { width: 100%; }
	.col-sm-11 { width: 91.66666667%; }
	.col-sm-10 { width: 83.33333333%; }
	.col-sm-9 { width: 75% }
	.col-sm-8 { width: 66.66666667%; }
	.col-sm-7 { width: 58.33333333%; }
	.col-sm-6 { width: 50%; }
	.col-sm-5 { width: 41.66666667%; }
	.col-sm-4 { width: 33.33333333%; }
	.col-sm-3 { width: 25%; }
	.col-sm-2 { width: 16.66666667%; }
	.col-sm-1 { width: 8.33333333%; }
	
	.col-sm-pull-12 { right: 100%; }
	.col-sm-pull-11 { right: 91.66666667%; }
	.col-sm-pull-10 { right: 83.33333333%; }
	.col-sm-pull-9 { right: 75%; }
	.col-sm-pull-8 { right: 66.66666667%; }
	.col-sm-pull-7 { right: 58.33333333%; }
	.col-sm-pull-6 { right: 50%; }
	.col-sm-pull-5 { right: 41.66666667%; }
	.col-sm-pull-4 { right: 33.33333333%; }
	.col-sm-pull-3 { right: 25%; }
	.col-sm-pull-2 { right: 16.66666667%; }
	.col-sm-pull-1 { right: 8.33333333%; }
	.col-sm-pull-0 { right: auto; }
	
	.col-sm-push-12 { left: 100%; }
	.col-sm-push-11 { left: 91.66666667%; }
	.col-sm-push-10 { left: 83.33333333%; }
	.col-sm-push-9 { left: 75%; }
	.col-sm-push-8 { left: 66.66666667%; }
	.col-sm-push-7 { left: 58.33333333%; }
	.col-sm-push-6 { left: 50%; }
	.col-sm-push-5 { left: 41.66666667%; }
	.col-sm-push-4 { left: 33.33333333%; }
	.col-sm-push-3 { left: 25%; }
	.col-sm-push-2 { left: 16.66666667%; }
	.col-sm-push-1 { left: 8.33333333%; }
	.col-sm-push-0 { left: auto; }
	
	.col-sm-offset-12 { margin-left: 100%; }
	.col-sm-offset-11 { margin-left: 91.66666667%; }
	.col-sm-offset-10 { margin-left: 83.33333333%; }
	.col-sm-offset-9 { margin-left: 75%; }
	.col-sm-offset-8 { margin-left: 66.66666667%; }
	.col-sm-offset-7 { margin-left: 58.33333333%; }
	.col-sm-offset-6 { margin-left: 50%; }
	.col-sm-offset-5 { margin-left: 41.66666667%; }
	.col-sm-offset-4 { margin-left: 33.33333333%; }
	.col-sm-offset-3 { margin-left: 25%; }
	.col-sm-offset-2 { margin-left: 16.66666667%; }
	.col-sm-offset-1 { margin-left: 8.33333333%; }
	.col-sm-offset-0 { margin-left: 0%; }
}


/* Column: Medium */
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-12 { width: 100%; }
	.col-md-11 { width: 91.66666667%; }
	.col-md-10 { width: 83.33333333%; }
	.col-md-9 { width: 75%; }
	.col-md-8 { width: 66.66666667%; }
	.col-md-7 { width: 58.33333333%; }
	.col-md-6 { width: 50%; }
	.col-md-5 { width: 41.66666667%; }
	.col-md-4 { width: 33.33333333%; }
	.col-md-3 { width: 25%; }
	.col-md-2 { width: 16.66666667%; }
	.col-md-1 { width: 8.33333333%; }
	
	.col-md-pull-12 { right: 100%; }
	.col-md-pull-11 { right: 91.66666667%; }
	.col-md-pull-10 { right: 83.33333333%; }
	.col-md-pull-9 { right: 75%; }
	.col-md-pull-8 { right: 66.66666667%; }
	.col-md-pull-7 { right: 58.33333333%; }
	.col-md-pull-6 { right: 50%; }
	.col-md-pull-5 { right: 41.66666667%; }
	.col-md-pull-4 { right: 33.33333333%; }
	.col-md-pull-3 { right: 25%; }
	.col-md-pull-2 { right: 16.66666667%; }
	.col-md-pull-1 { right: 8.33333333%; }
	.col-md-pull-0 { right: auto; }
	
	.col-md-push-12 { left: 100%; }
	.col-md-push-11 { left: 91.66666667%; }
	.col-md-push-10 { left: 83.33333333%; }
	.col-md-push-9 { left: 75%; }
	.col-md-push-8 { left: 66.66666667%; }
	.col-md-push-7 { left: 58.33333333%; }
	.col-md-push-6 { left: 50%; }
	.col-md-push-5 { left: 41.66666667%; }
	.col-md-push-4 { left: 33.33333333%; }
	.col-md-push-3 { left: 25%; }
	.col-md-push-2 { left: 16.66666667%; }
	.col-md-push-1 { left: 8.33333333%; }
	.col-md-push-0 { left: auto; }
	
	.col-md-offset-12 { margin-left: 100%; }
	.col-md-offset-11 { margin-left: 91.66666667%; }
	.col-md-offset-10 { margin-left: 83.33333333%; }
	.col-md-offset-9 { margin-left: 75%; }
	.col-md-offset-8 { margin-left: 66.66666667%; }
	.col-md-offset-7 { margin-left: 58.33333333%; }
	.col-md-offset-6 { margin-left: 50%; }
	.col-md-offset-5 { margin-left: 41.66666667%; }
	.col-md-offset-4 { margin-left: 33.33333333%; }
	.col-md-offset-3 { margin-left: 25%; }
	.col-md-offset-2 { margin-left: 16.66666667%; }
	.col-md-offset-1 { margin-left: 8.33333333%; }
	.col-md-offset-0 { margin-left: 0%; }
}


/* Column: Large */
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	
	.col-lg-12 { width: 100%; }
	.col-lg-11 { width: 91.66666667%; }
	.col-lg-10 { width: 83.33333333%; }
	.col-lg-9 { width: 75%; }
	.col-lg-8 { width: 66.66666667%; }
	.col-lg-7 { width: 58.33333333%; }
	.col-lg-6 { width: 50%; }
	.col-lg-5 { width: 41.66666667%; }
	.col-lg-4 { width: 33.33333333%; }
	.col-lg-3 { width: 25%; }
	.col-lg-2 { width: 16.66666667%; }
	.col-lg-1 { width: 8.33333333%; }
	
	.col-lg-pull-12 { right: 100%; }
	.col-lg-pull-11 { right: 91.66666667%; }
	.col-lg-pull-10 { right: 83.33333333%; }
	.col-lg-pull-9 { right: 75%; }
	.col-lg-pull-8 { right: 66.66666667%; }
	.col-lg-pull-7 { right: 58.33333333%; }
	.col-lg-pull-6 { right: 50%; }
	.col-lg-pull-5 { right: 41.66666667%; }
	.col-lg-pull-4 { right: 33.33333333%; }
	.col-lg-pull-3 { right: 25%; }
	.col-lg-pull-2 { right: 16.66666667%; }
	.col-lg-pull-1 { right: 8.33333333%; }
	.col-lg-pull-0 { right: auto; }
	
	.col-lg-push-12 { left: 100%; }
	.col-lg-push-11 { left: 91.66666667%; }
	.col-lg-push-10 { left: 83.33333333%; }
	.col-lg-push-9 { left: 75%; }
	.col-lg-push-8 { left: 66.66666667%; }
	.col-lg-push-7 { left: 58.33333333%; }
	.col-lg-push-6 { left: 50%; }
	.col-lg-push-5 { left: 41.66666667%; }
	.col-lg-push-4 { left: 33.33333333%; }
	.col-lg-push-3 { left: 25%; }
	.col-lg-push-2 { left: 16.66666667%; }
	.col-lg-push-1 { left: 8.33333333%; }
	.col-lg-push-0 { left: auto; }
	
	.col-lg-offset-12 { margin-left: 100%; }
	.col-lg-offset-11 { margin-left: 91.66666667%; }
	.col-lg-offset-10 { margin-left: 83.33333333%; }
	.col-lg-offset-9 { margin-left: 75%; }
	.col-lg-offset-8 { margin-left: 66.66666667%; }
	.col-lg-offset-7 { margin-left: 58.33333333%; }
	.col-lg-offset-6 { margin-left: 50%; }
	.col-lg-offset-5 { margin-left: 41.66666667%; }
	.col-lg-offset-4 { margin-left: 33.33333333%; }
	.col-lg-offset-3 { margin-left: 25%; }
	.col-lg-offset-2 { margin-left: 16.66666667%; }
	.col-lg-offset-1 { margin-left: 8.33333333%; }
	.col-lg-offset-0 { margin-left: 0%; }
}


/* #Block grid
--------------------------------------------------------------- */

[class*="block-grid-"] {
	display: block;
	margin: 0 -8px;
	padding: 0;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
	display: table;
	content: " ";
}
[class*="block-grid-"]:after { clear: both; }
[class*="block-grid-"] > li {
	display: block;
	float: left;
	height: auto;
	padding: 0 8px 16px;
}

.small-block-grid-1 > li { width: 100%; }
.small-block-grid-1 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }

.small-block-grid-2 > li { width: 50%; }
.small-block-grid-2 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }

.small-block-grid-3 > li { width: 33.33333%; }
.small-block-grid-3 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }

.small-block-grid-4 > li { width: 25%; }
.small-block-grid-4 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }

.small-block-grid-5 > li { width: 20%; }
.small-block-grid-5 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }

.small-block-grid-6 > li { width: 16.66667%; }
.small-block-grid-6 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }

.small-block-grid-7 > li { width: 14.28571%; }
.small-block-grid-7 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }

.small-block-grid-8 > li { width: 12.5%; }
.small-block-grid-8 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }

.small-block-grid-9 > li { width: 11.11111%; }
.small-block-grid-9 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }

.small-block-grid-10 > li { width: 10%; }
.small-block-grid-10 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }

.small-block-grid-11 > li { width: 9.09091%; }
.small-block-grid-11 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }

.small-block-grid-12 > li { width: 8.33333%; }
.small-block-grid-12 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }

/* Medium */
@media (min-width: 750px) {
	[class*="block-grid-"] {
		margin: 0 -10px;
	}
	[class*="block-grid-"] > li {
		padding: 0 10px 20px;
	}
	
	.medium-block-grid-1 > li { width: 100%; }
	.medium-block-grid-1 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
	
	.medium-block-grid-2 > li { width: 50%; }
	.medium-block-grid-2 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
	
	.medium-block-grid-3 > li { width: 33.33333%; }
	.medium-block-grid-3 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
	
	.medium-block-grid-4 > li { width: 25%; }
	.medium-block-grid-4 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
	
	.medium-block-grid-5 > li { width: 20%; }
	.medium-block-grid-5 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
	
	.medium-block-grid-6 > li { width: 16.66667%; }
	.medium-block-grid-6 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
	
	.medium-block-grid-7 > li { width: 14.28571%; }
	.medium-block-grid-7 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
	
	.medium-block-grid-8 > li { width: 12.5%; }
	.medium-block-grid-8 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
	
	.medium-block-grid-9 > li { width: 11.11111%; }
	.medium-block-grid-9 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
	
	.medium-block-grid-10 > li { width: 10%; }
	.medium-block-grid-10 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
	
	.medium-block-grid-11 > li { width: 9.09091%; }
	.medium-block-grid-11 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
	
	.medium-block-grid-12 > li { width: 8.33333%; }
	.medium-block-grid-12 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }
}

/* Large */
@media (min-width: 1020px) {
	[class*="block-grid-"] {
		margin: 0 -12px;
	}
	[class*="block-grid-"] > li {
		padding: 0 12px 24px;
	}
	
	.large-block-grid-1 > li { width: 100%; }
	.large-block-grid-1 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
	
	.large-block-grid-2 > li { width: 50%; }
	.large-block-grid-2 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
	
	.large-block-grid-3 > li { width: 33.33333%; }
	.large-block-grid-3 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
	
	.large-block-grid-4 > li { width: 25%; }
	.large-block-grid-4 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
	
	.large-block-grid-5 > li { width: 20%; }
	.large-block-grid-5 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
	
	.large-block-grid-6 > li { width: 16.66667%; }
	.large-block-grid-6 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
	
	.large-block-grid-7 > li { width: 14.28571%; }
	.large-block-grid-7 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
	
	.large-block-grid-8 > li { width: 12.5%; }
	.large-block-grid-8 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
	
	.large-block-grid-9 > li { width: 11.11111%; }
	.large-block-grid-9 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
	
	.large-block-grid-10 > li { width: 10%; }
	.large-block-grid-10 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
	
	.large-block-grid-11 > li { width: 9.09091%; }
	.large-block-grid-11 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
	
	.large-block-grid-12 > li { width: 8.33333%; }
	.large-block-grid-12 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }
}

@font-face {
  font-family: 'nm-font';
  src:
    url(/wp-content/themes/student-plus-2018/css/font-icons/theme-icons/fonts/nm-font.ttf?2psb1w) format('truetype'),
    url(/wp-content/themes/student-plus-2018/css/font-icons/theme-icons/fonts/nm-font.woff?2psb1w) format('woff'),
    url(/wp-content/themes/student-plus-2018/css/font-icons/theme-icons/fonts/nm-font.svg?2psb1w#nm-font) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="nm-font-"], [class*=" nm-font-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nm-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nm-font-repeat:before {
  content: "\f01e";
}
.nm-font-rotate-right:before {
  content: "\f01e";
}
.nm-font-credit-card:before {
  content: "\f09d";
}
.nm-font-google-plus:before {
  content: "\f0d6";
}
.nm-font-envelope:before {
  content: "\f0e0";
}
.nm-font-bitcoin:before {
  content: "\f15a";
}
.nm-font-btc:before {
  content: "\f15a";
}
.nm-font-instagram:before {
  content: "\f16f";
}
.nm-font-google:before {
  content: "\f1a0";
}
.nm-font-soundcloud:before {
  content: "\f1be";
}
.nm-font-wechat:before {
  content: "\f1d7";
}
.nm-font-weixin:before {
  content: "\f1d7";
}
.nm-font-paypal:before {
  content: "\f1ed";
}
.nm-font-google-wallet:before {
  content: "\f1ee";
}
.nm-font-cc-visa:before {
  content: "\f1f0";
}
.nm-font-cc-mastercard:before {
  content: "\f1f1";
}
.nm-font-cc-discover:before {
  content: "\f1f2";
}
.nm-font-cc-amex:before {
  content: "\f1f3";
}
.nm-font-cc-paypal:before {
  content: "\f1f4";
}
.nm-font-cc-stripe:before {
  content: "\f1f5";
}
.nm-font-pinterest-p:before {
  content: "\f231";
}
.nm-font-whatsapp:before {
  content: "\f232";
}
.nm-font-cc-jcb:before {
  content: "\f24b";
}
.nm-font-cc-diners-club:before {
  content: "\f24c";
}
.nm-font-amazon:before {
  content: "\f270";
}
.nm-font-credit-card-alt:before {
  content: "\f283";
}
.nm-font-snapchat:before {
  content: "\f2ab";
}
.nm-font-snapchat-ghost:before {
  content: "\f2ac";
}
.nm-font-snapchat-square:before {
  content: "\f2ad";
}
.nm-font-google-plus-circle:before {
  content: "\f2b3";
}
.nm-font-google-plus-official:before {
  content: "\f2b3";
}
.nm-font-user:before {
  content: "\f007";
}
.nm-font-shopping-cart:before {
  content: "\f07a";
}
.nm-font-html5:before {
  content: "\f13b";
}
.nm-font-css3:before {
  content: "\f13c";
}
.nm-font-flickr:before {
  content: "\f16e";
}
.nm-font-vk:before {
  content: "\f189";
}
.nm-font-weibo:before {
  content: "\f18a";
}
.nm-font-reddit:before {
  content: "\f1a1";
}
.nm-font-delicious:before {
  content: "\f1a5";
}
.nm-font-deviantart:before {
  content: "\f1bd";
}
.nm-font-angle-thin-left:before {
  content: "\e600";
}
.nm-font-angle-thin-right:before {
  content: "\e601";
}
.nm-font-play:before {
  content: "\e052";
}
.nm-font-speech-bubble:before {
  content: "\e076";
}
.nm-font-arrow-left:before {
  content: "\e094";
}
.nm-font-arrow-right:before {
  content: "\e095";
}
.nm-font-arrow-up:before {
  content: "\e096";
}
.nm-font-arrow-down:before {
  content: "\e097";
}
.nm-font-ban:before {
  content: "\e107";
}
.nm-font-maximize:before {
  content: "\e112";
}
.nm-font-minimize:before {
  content: "\e113";
}
.nm-font-plus:before {
  content: "\e114";
}
.nm-font-minus:before {
  content: "\e115";
}
.nm-font-check-alt:before {
  content: "\e116";
}
.nm-font-close2:before {
  content: "\e117";
}
.nm-font-inbox:before {
  content: "\e122";
}
.nm-font-messenger:before {
  content: "\e602";
}
.nm-font-done:before {
  content: "\e603";
}
.nm-font-textsms:before {
  content: "\e604";
}
.nm-font-star:before {
  content: "\e605";
}
.nm-font-star-small:before {
  content: "\e606";
}
.nm-font-thumb-down:before {
  content: "\e607";
}
.nm-font-thumb-up:before {
  content: "\e608";
}
.nm-font-plus-small:before {
  content: "\e609";
}
.nm-font-arrow-back:before {
  content: "\e60b";
}
.nm-font-chevron-left:before {
  content: "\e60c";
}
.nm-font-chevron-right:before {
  content: "\e60d";
}
.nm-font-arrow-forward:before {
  content: "\e60e";
}
.nm-font-check:before {
  content: "\e60f";
}
.nm-font-close:before {
  content: "\e610";
}
.nm-font-chevron-up:before {
  content: "\e611";
}
.nm-font-chevron-down:before {
  content: "\e612";
}
.nm-font-arrow-drop-down:before {
  content: "\e613";
}
.nm-font-arrow-drop-up:before {
  content: "\e614";
}
.nm-font-media-play:before {
  content: "\e615";
}
.nm-font-remove:before {
  content: "\e616";
}
.nm-font-more-horiz:before {
  content: "\e617";
}
.nm-font-more-vert:before {
  content: "\e619";
}
.nm-font-get-app:before {
  content: "\e61a";
}
.nm-font-vertical-align-bottom:before {
  content: "\e61b";
}
.nm-font-cloud-download:before {
  content: "\e61c";
}
.nm-font-visibility:before {
  content: "\e61d";
}
.nm-font-lens:before {
  content: "\e61f";
}
.nm-font-filter-hdr:before {
  content: "\e620";
}
.nm-font-cloud:before {
  content: "\e621";
}
.nm-font-cloud-done:before {
  content: "\e622";
}
.nm-font-cloud-off:before {
  content: "\e623";
}
.nm-font-cloud-queue:before {
  content: "\e624";
}
.nm-font-cloud-upload:before {
  content: "\e625";
}
.nm-font-heart:before {
  content: "\f004";
}
.nm-font-check-bold:before {
  content: "\f00c";
}
.nm-font-close-bold:before {
  content: "\f00d";
}
.nm-font-play-filled:before {
  content: "\f04b";
}
.nm-font-chevron-left-bold:before {
  content: "\f053";
}
.nm-font-chevron-right-bold:before {
  content: "\f054";
}
.nm-font-expand:before {
  content: "\f065";
}
.nm-font-compress:before {
  content: "\f066";
}
.nm-font-plus-bold:before {
  content: "\f067";
}
.nm-font-minus-bold:before {
  content: "\f068";
}
.nm-font-chevron-up-bold:before {
  content: "\f077";
}
.nm-font-chevron-down-bold:before {
  content: "\f078";
}
.nm-font-heart-o:before {
  content: "\f08a";
}
.nm-font-twitter:before {
  content: "\f099";
}
.nm-font-facebook:before {
  content: "\f09a";
}
.nm-font-pinterest:before {
  content: "\f0d2";
}
.nm-font-google-plus-old:before {
  content: "\f0d5";
}
.nm-font-caret-down:before {
  content: "\f0d7";
}
.nm-font-caret-up:before {
  content: "\f0d8";
}
.nm-font-caret-left:before {
  content: "\f0d9";
}
.nm-font-caret-right:before {
  content: "\f0da";
}
.nm-font-linkedin:before {
  content: "\f0e1";
}
.nm-font-angle-double-up:before {
  content: "\f102";
}
.nm-font-angle-double-down:before {
  content: "\f103";
}
.nm-font-angle-left:before {
  content: "\f104";
}
.nm-font-angle-right:before {
  content: "\f105";
}
.nm-font-angle-up:before {
  content: "\f106";
}
.nm-font-angle-down:before {
  content: "\f107";
}
.nm-font-circle:before {
  content: "\f111";
}
.nm-font-maxcdn:before {
  content: "\f136";
}
.nm-font-rss-square:before {
  content: "\f143";
}
.nm-font-youtube:before {
  content: "\f167";
}
.nm-font-xing:before {
  content: "\f168";
}
.nm-font-instagram-old:before {
  content: "\f16d";
}
.nm-font-tumblr:before {
  content: "\f173";
}
.nm-font-dribbble:before {
  content: "\f17d";
}
.nm-font-skype:before {
  content: "\f17e";
}
.nm-font-vimeo-square:before {
  content: "\f194";
}
.nm-font-digg:before {
  content: "\f1a6";
}
.nm-font-behance:before {
  content: "\f1b4";
}
.nm-font-eye:before {
  content: "\e000";
}
.nm-font-search-alt:before {
  content: "\e036";
}
.nm-font-head:before {
  content: "\e074";
}
.nm-font-markunread:before {
  content: "\e159";
}
.nm-font-cart:before {
  content: "\e8cc";
}
.nm-font-refresh:before {
  content: "\e5d5";
}
.nm-font-replay:before {
  content: "\e042";
}

/*
	Theme Name: STUDENT+
	Theme URI: http://fds-studio.pl
	Description: Modern Elementor ready.
	Version: 1.9.2
	License:
	License URI:
	Author: QBA
	Author URI: http://www.fds-studio.pl
	Tags: brown, black, gray, orange, tan, white, yellow, light, fluid-layout, responsive-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, translation-ready
	Text Domain: nm-framework
	Domain Path: /languages/
*/


/* Table of Contents
---------------------------------------------------------------

	#Reset
	#General
	#Typography
	#Structure
    #Page: Full width
    #Page: Sidebar
	#Top bar
	#Header
    #Header: Menu centered
    #Header: Centered
    #Header: Stacked
    #Header: Stacked centered
	#Mobile menu
	#Widget panel
	#Pagination
	#Blog
	#Blog: Classic
    #Blog: Grid (Packery)
	#Blog: List
	#Blog: No results
	#Blog: Single post
	#Blog: Single post - Password protected
	#Search results
	#Comments
	#Comments: Entries
	#Post/page/editor content
	#Gallery
	#Widgets
	#Contact form 7
	#Page not found
	#Footer

--------------------------------------------------------------- */


/* #Reset
--------------------------------------------------------------- */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1,h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { /* Override the default (display: inline) for browsers that do not recognize HTML5 tags. IE8 (and lower) requires a shiv: http://ejohn.org/blog/html5-shiv */
	display: block;
}
b, strong { /* Makes browsers agree. IE + Opera = font-weight: bold. Gecko + WebKit = font-weight: bolder. */
	font-weight: bold;
	/*font-weight: 900;*/
}
img {
	font-size: 0;
	color: transparent;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic; /* For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images */
}
li { /* For IE6 + IE7: "display: list-item" keeps bullets from disappearing if hasLayout is triggered. */
	display: list-item;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg { /* For IE9. Without, occasionally draws shapes outside the boundaries of <svg> rectangle. */
	overflow: hidden;
}
p:empty {
	display: none !important;
}


/* #General
--------------------------------------------------------------- */

*, *:after, *:before {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	-webkit-font-smoothing: antialiased; font-smoothing: antialiased;
	/*text-rendering: optimizeLegibility;*/
}

/* Transition preload fix */
.nm-preload * {
	-webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important;
}

/* Float */
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}

/* Clear fix */
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clear:after,
.clearfix:after {
    clear: both;
}
.clear,
.clearfix {
	*zoom: 1;
}

/* Padding control */
.nopad-left {
	padding-left: 0;
}
.nopad-right {
	padding-right: 0;
}
.nopad {
	padding-right: 0;
	padding-left: 0;
}

/* Misc. */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
a {
	color: #dc9814;
	outline: 0;
}
a:hover {
	color: #282828;
}
.touch a:hover {
	color: inherit;
}
a.dark {
	color: #282828;
}
a.gray,
a.invert-color {
	color: #888;
}
a.dark:hover,
a.gray:hover,
a.invert-color:hover {
	color: #dc9814;
}
.round { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.nm-bullet-list { padding-bottom: 20px; }
.nm-bullet-list li { list-style: disc inside; }
.push-right { float: right; }
.push-left { float: left; }

/* Forms */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input.input-text,
select,
textarea {
	font-family: inherit;
	line-height: 1.6;
	outline: 0;
	padding: 8px 10px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input.input-text:focus,
select:focus,
textarea:focus {
	outline: 0;
	border-color: #ccc;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Only for "webkit" browsers */
	select {
		background-color: #fff;
		background-image: url(/wp-content/themes/student-plus-2018/img/select-arrow@2x.gif);
		background-position: 98.5% 50%;
		background-repeat: no-repeat;
		background-size: 8px 4px;
	}
}

/* Forms: Chrome - Input autofill background color */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Button */
.button,
input[type=submit] {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 9px 15px 10px;
	border: 0 none;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background-color: #282828;
}
.button:hover,
input[type=submit]:hover {
	color: #fff;
	opacity: 0.82;
}
.button:active,
.button:focus,
input[type=submit]:active,
input[type=submit]:focus {
	outline: none;
}
.touch .button:hover,
.touch .button:active,
.touch .button:focus,
.touch input[type=submit]:hover,
.touch input[type=submit]:active,
.touch input[type=submit]:focus {
	opacity: 1;
}
.button[disabled],
.button.disabled,
.button.loading {
	cursor: default;
	opacity: 0.82;
	background: #828282;
}
/* Button: Light */
.button.light {
	background: #bababa;
}
/* Button: Border */
.button.border,
.button.border:hover {
    color: #282828;
    opacity: 1;
    background: none;
}
.button.border {
	padding-top: 8px;
    padding-bottom: 9px;
    border: 1px solid #aaa;
}
.button.border:not([disabled]):hover {
	color: #282828;
    border-color: #282828;
}

/* Video embeds ("nm-wp-video-wrap" container added with filter-hook) */
.nm-wp-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.nm-wp-video-wrap iframe,
.nm-wp-video-wrap object,
.nm-wp-video-wrap embed,
.nm-wp-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Loader animation */
.blockUI.blockOverlay:after,
.nm-loader:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 12px;
	height: 12px;
	margin: -6px -6px 0 0;
	opacity: 1;
	background: #dc9814;
	-webkit-animation-fill-mode: both; animation-fill-mode: both;
	-webkit-animation: dotFade 0.8s infinite; animation: dotFade 0.8s infinite;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.nm-loader.nm-loader-light:after {
	background: #fff;
}
@-webkit-keyframes dotFade { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }
@keyframes dotFade { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }

/* Image overlay */
.nm-image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background: #282828;
	background: rgba(0, 0, 0, 0.7);
}
.nm-image-overlay:before,
.nm-image-overlay:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: block;
	content: " ";
	background: #dc9814;
}
.nm-image-overlay:before {
	width: 50px;
	height: 1px;
	margin-left: -25px;
}
.nm-image-overlay:after {
	width: 1px;
	height: 50px;
	margin-top: -25px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}


/* #Typography
--------------------------------------------------------------- */

html {
	font-size: 62.5%; /* 62.5% font-size for REM use */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-size: 1.4rem;*/
	line-height: 2;
	color: #777;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	line-height: 1.4;
	color: #282828;
}
h5, h6 {
	line-height: 1.6;
}
h1, .h1-size { font-size: 30px; }
h2, .h2-size { font-size: 28px; }
h3, .h3-size { font-size: 24px; }
h4, .h4-size { font-size: 22px; }
h5, .h5-size { font-size: 18px; }
h6, .h6-size { font-size: 16px; }

/* Highlight text color */
.nm-highlight-text,
.nm-highlight-text h1,
.nm-highlight-text h2,
.nm-highlight-text h3,
.nm-highlight-text h4,
.nm-highlight-text h5,
.nm-highlight-text h6,
.nm-highlight-text p {
	color: #dc9814;
}

::-webkit-input-placeholder { opacity: 0.5; }
:-moz-placeholder { opacity: 0.5; } /* FF 4 to 18 */
::-moz-placeholder { opacity: 0.5; } /* FF 19+ */
:-ms-input-placeholder { opacity: 0.5; }
@supports (-ms-accelerator:true) { /* Fix: Edge placeholder text not displaying when opacity < 1 is used for webkit */
    ::-webkit-input-placeholder { opacity: 1; }
}

/* Font icons: Flip horizontally */
.nm-font.flip:before {
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1);
}
.nm-font.rotate-90:before {
	display: inline-block;
	-webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);
}
.nm-font.rotate-180:before {
	display: inline-block;
	-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
}
.nm-font.rotate-270:before {
	display: inline-block;
	-webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg);
}

/* Web fonts */
.wf-loading body {
	visibility: hidden; /* Hide default font whilst web font(s) are loading */
}


/* #Structure
--------------------------------------------------------------- */

/* Page-load overlay */
.nm-page-load-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s; -moz-transition: opacity 0.2s 0s, visibility 0s 0s; -o-transition: opacity 0.2s 0s, visibility 0s 0s; transition: opacity 0.2s 0s, visibility 0s 0s;
    background: #fff;
}
html.nm-page-loaded .nm-page-load-overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; -o-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
body.nm-page-load-transition-0 .nm-page-load-overlay {
    display: none;
}

/* Page wrappers */
.nm-page-wrap {
	position: relative;
	right: 0; /* Needed for the CSS animation */
    min-width: 280px;
	min-height: 100%;
    overflow: hidden;
	background: #fff;
}
/*.footer-sticky-1.csstransforms3d.csstransitions .nm-footer,
.csstransforms3d.csstransitions .nm-page-wrap {
	-webkit-transition: right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.footer-sticky-1.csstransforms3d.csstransitions .widget-panel-open .nm-footer,
.csstransforms3d.csstransitions .widget-panel-open .nm-page-wrap {
	right: 100px; 
}*/
.nm-page-wrap-inner {
	position: relative;
	width: 100%;
}

/* Disable body scroll */
/*.disable-scroll {
	overflow-x: auto;
	overflow-y: scroll;
}
.disable-scroll .nm-page-overflow {
	position: fixed !important;
	display: block !important;
    width: 100%;
}
.nm-header.force-fix {
	position: fixed !important;
}*/

/* Sticky footer */
html.footer-sticky-1,
.footer-sticky-1 body {
	height: 100%;
}
.footer-sticky-1 .nm-page-overflow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
  	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	/*min-height: 100vh;*/
	min-height: 100%;
}
.footer-sticky-1 .nm-page-wrap {
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 0;
	height: auto;
}

/* Page overlay */
.nm-page-overlay {
	visibility: hidden;
	position: fixed;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	content: " ";
	width: 1px;
	height: 1px;
	opacity: 0;
	background: rgba(51, 51, 51, 0.37); /* Chrome: "rbga" background makes widget-panel animation smoother */
    -webkit-transition: opacity 0.20s ease;
	-o-transition: opacity 0.20s ease;
	transition: opacity 0.20s ease;
}
.widget-panel-dark .nm-page-overlay {
    background: rgba(241, 241, 241, 0.73); /* Chrome: "rbga" background makes widget-panel animation smoother */
}
#nm-widget-panel-overlay {
	z-index: 1010;
}
#nm-widget-panel-overlay.nm-loader {
    cursor:  default;
}
.nm-page-overlay.show {
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.nm-page-overlay.fade-out {
    opacity: 0;
}
/*.mobile-menu-open .nm-page-overlay.show {
	opacity: 0;
}*/


/* #Page: Full width
--------------------------------------------------------------- */


/* #Page: Sidebar
--------------------------------------------------------------- */

.nm-page-sidebar .col-content,
.nm-page-sidebar .col-sidebar {
    padding-top: 50px;
}
.nm-page-sidebar .col-content {
    float: right;
}
.nm-page-sidebar .widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 12px;
}

@media all and (max-width: 1079px) {
    .nm-page-sidebar .col-content,
    .nm-page-sidebar .col-sidebar {
        padding-top: 37px;
    }
}
@media all and (max-width: 991px) {
    .nm-page-sidebar .col-sidebar {
        display: none;
    }
}


/* #Top bar
--------------------------------------------------------------- */

.nm-top-bar {
	position: relative;
	font-size: 0.9em;
	line-height: 37px;
	padding-bottom: 1px;
	background: #282828;
}

/* Top bar: Text */
.nm-top-bar .nm-top-bar-text {	
	color: #eee;
    max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nm-top-bar-text:nth-child(2n) {
	float: left;
}
.nm-top-bar-text > p:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
}
.nm-top-bar .nm-top-bar-text a {
	color: #eee;
}
.nm-top-bar .nm-top-bar-text img {
	display: inline-block;
	width: auto;
	max-height: 39px;
	vertical-align: middle;
}

/* Top bar: Menu */
.nm-top-bar .nm-menu {
	float: right;
}
.nm-menu > li.menu-item-has-children:last-child {
	margin-right: 0;
}
.nm-top-bar .nm-menu > li > a {
	font-size: inherit;
    color: #eee;
	padding: 0 10px;
	vertical-align: middle;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
.nm-top-bar .nm-menu > li > a:hover {
	color: inherit;
	opacity: 0.7;
}
.nm-top-bar .nm-menu > li:last-child > a {
	padding-right: 0;
}
.nm-top-bar .nm-menu ul {
	padding: 0px 0 14px;
}
.nm-top-bar .nm-menu ul li a {
    padding: 8px 23px;
}

/* Top bar: Social icons */
.nm-top-bar-social {
	float: left;
	padding-right: 33px;
}
.nm-top-bar-right .nm-top-bar-social {
	padding-right: 0;
	padding-left: 36px;
}
.nm-top-bar-right .nm-top-bar-social {
	float: right;
}
.nm-top-bar-social li {
	float: left;
	padding-left: 15px;
}
.nm-top-bar-social li:first-child {
	padding-left: 0;	
}
.nm-top-bar-social li:hover {
	opacity: 0.7;
}
.nm-top-bar-social li i {
	font-size: 14px;
	color: #eee;
	vertical-align: middle;
}

/* Top bar: Widgets */
#nm-top-bar-widgets {
    float: right;
    padding-left: 36px;
}
#nm-top-bar-widgets > li {
    margin-bottom: 0;
}

/* < 880px */
@media all and (max-width: 880px) {
	/* Top bar */
	.nm-top-bar {
		display: none;
	}
}


/* #Header
--------------------------------------------------------------- */

.nm-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	line-height: 50px;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
	overflow: visible;
    -webkit-transition: all 150ms linear; transition: all 150ms linear;
	background: #fff;
    -webkit-transform: translateZ(0); /* Scroll "jump" fix */
}
.nm-header-disable-anim .nm-header {
    -webkit-transition: none; transition: none;
}
.touch.header-fixed.header-on-scroll .nm-header,
.has-top-bar.header-fixed.header-on-scroll .nm-header,
.header-fixed .nm-header {
	position: fixed;
}
.touch.header-fixed .nm-header,
.has-top-bar.header-fixed .nm-header {
    position: absolute;
}
.header-on-scroll .nm-header:not(.static-on-scroll) {
    padding-top: 10px;
	padding-bottom: 10px;
}
.header-search-open .nm-header,
.mobile-menu-open .nm-header {
	-webkit-transition: all 200ms linear, background-color 1ms;
	-moz-transition: all 200ms linear, background-color 1ms;
	-o-transition: all 200ms linear, background-color 1ms;
	transition: all 200ms linear, background-color 1ms;
}
.nm-header-inner {
	position: relative;
	height: auto;
}

/* Header: Transparency */
.header-transparency .nm-header-placeholder {
	display: none;
}
.header-transparency .nm-header,
.home.header-transparency .nm-header {
	background: none;
}

/* Header: Border */
.header-border-1 .nm-header {
	border-bottom: 1px solid #eee;
}

/* Header: Placeholder */
.nm-header-placeholder {
    height: 84px;
}


/* WP admin bar - https://developer.wordpress.org/reference/functions/_admin_bar_bump_cb/ */
@media screen and (min-width: 783px) {
    .admin-bar.header-fixed .nm-header {
        margin-top: 32px;
    }
    .admin-bar.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header {
        margin-top: 0;
    }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
    .admin-bar.header-fixed .nm-header {
        margin-top: 46px;
    }
    .admin-bar.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header {
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar.header-fixed:not(.header-on-scroll) .nm-header {
        margin-top: 46px;
    }
    .admin-bar.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header {
        margin-top: 0;
    }
}


/* Logo */
.nm-header.default .nm-header-logo {
	float: left;
	margin-right: 37px;
}
.nm-header-logo a {
	display: block;
}
.nm-header-logo img {
	width: auto;
    max-width: none; /* Fix: Maintain aspect ratio (prevents fluid image-width) */
	height: 16px;
	vertical-align: middle;
}

/* Logo: Alternative logo */
.nm-alt-logo {
    display: none;
}
.home:not(.header-on-scroll) .alt-logo-home .nm-alt-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-alt-logo {
    display: inline-block;
}
.home:not(.header-on-scroll) .alt-logo-home .nm-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-logo {
    display: none;
}
@media all and (max-width: 880px) and (min-width: 401px) {
    .alt-logo-tablet .nm-alt-logo {
        display: inline-block;
    }
    .alt-logo-tablet .nm-logo {
        display: none;
    }
}
@media all and (max-width: 400px) {
    .alt-logo-mobile .nm-alt-logo {
        display: inline-block;
    }
    .alt-logo-mobile .nm-logo {
        display: none;
    }
}


/* Menu */
.nm-menu {
}
.nm-menu li {
	position: relative;
    float: left;
}
.nm-old-ie .nm-menu > li {
	background: rgba(0,0,0,0.0001); /* IE9-10 hover fix */
}
.nm-menu li a {
    display: inline-block;
    font-size: 16px;
	line-height: 1;
	font-weight: normal;
    color: #707070;
	vertical-align: bottom;
	text-decoration: none;
	padding: 16px;
}
.nm-menu li a:hover {
	color: #282828;
}

/* Menu: Dropdown */
.nm-menu ul.sub-menu {
	display: none;
	position: absolute;
    top: 100%;
    left: -12px;
	z-index: 10010;
    min-width: 248px;
	padding: 18px 0 22px;
	background: #282828;
	-webkit-animation-duration: 0.3s; animation-duration: 0.3s;
	-webkit-animation-fill-mode: both; animation-fill-mode: both;
	-webkit-animation-name: nm_menu_anim; animation-name: nm_menu_anim;
}

/* Menu: Dropdown animation */
@-webkit-keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }
@-moz-keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }
@-o-keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }
@keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }

.nm-menu li:hover > ul.sub-menu {
    display: block;
}
.nm-menu ul.sub-menu ul.sub-menu {
	top: -18px;
    left: 100%;
}
.nm-menu ul.sub-menu li {
    float: none;
    position: relative;
    z-index: 100000;
}
.nm-menu ul.sub-menu li a {
	display: block;
	font-size: 14px;
	color: #a0a0a0;
	padding: 8px 27px;
}
.nm-menu ul.sub-menu li.menu-item-has-children > a {
	padding-right: 41px;
}
.nm-menu ul.sub-menu li.menu-item-has-children > a:after {
	display: block;
	position: absolute;
	top: 9px;
	right: 28px;
	font-family: 'nm-font';
	font-size: 16px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	content: "\e60d";
	width: 10px;
	height: 30px;
}
.nm-menu ul.sub-menu li a:hover {
	color: #eee;
}
.nm-menu ul.sub-menu li.nm-menu-text-hide > a {
	visibility: hidden;
}

/* Menu: Dropdown - Label */
.nm-menu ul.sub-menu li a .label {
	position: relative;
	top: -7px;
	font-size: 10px;
	color: #eee;
	padding-left: 2px;
	text-transform: uppercase;
}

/* Menu: Megamenu dropdown */
.nm-menu .megamenu ul .sub-menu {
	display: block;
	position: static;
}
.nm-menu .megamenu ul li {
	white-space:normal;
}
.nm-menu .megamenu > ul > li {
    float: left;
	display: block;
}
.nm-menu .megamenu.col-1 > ul > li:nth-child(1n+1),
.nm-menu .megamenu.col-2 > ul > li:nth-child(2n+1),
.nm-menu .megamenu.col-3 > ul > li:nth-child(3n+1),
.nm-menu .megamenu.col-4 > ul > li:nth-child(4n+1) { 
	clear: both; 
}
.nm-menu .megamenu > ul > li > a {
	color: #eee;
}
.nm-menu .megamenu ul li a {
	padding: 8px 28px;
}
.nm-menu .megamenu ul li.menu-item-has-children a:after {
	display: none;
}
.nm-menu .megamenu ul ul {
	border: 0 none;
}
.nm-menu .megamenu > ul {
	left: -14px;
	padding: 18px 0 22px;
}
.nm-menu .megamenu > ul ul {
	padding: 7px 0 0 0;
}
.nm-menu .megamenu.col-1 > ul { width: 250px; }
.nm-menu .megamenu.col-2 > ul { width: 500px; }
.nm-menu .megamenu.col-3 > ul { width: 750px; }
.nm-menu .megamenu.col-4 > ul { width: 993px; }

.nm-menu .megamenu.col-2 > ul > li { width: 50%; }
.nm-menu .megamenu.col-3 > ul > li { width: 33.33333%; }
.nm-menu .megamenu.col-4 > ul > li { width: 25%; }

/* Main menu */
.nm-main-menu {
	display: block;
}
.nm-header.default .nm-main-menu {
	float: left;
}
.nm-main-menu > ul {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}


/* Menu icon */
.nm-menu-icon {
	position: relative;
	width: 21px;
	height: 16px;
}
.nm-menu-icon span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0);
	-webkit-transition: -webkit-transform 0.1s ease; -moz-transition: -moz-transform 0.1s ease; -o-transition: -o-transform 0.1s ease; transition: transform 0.1s ease;
	background: #282828;
}
.nm-menu-icon span.line-1 {
	top: 0;
}
.nm-menu-icon span.line-2 {
	top: 7px;
}
.nm-menu-icon span.line-3 {
	bottom: 1px;
}
.mobile-menu-open .nm-menu-icon span.line-1 {
	top: 7px;
	-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
}
.mobile-menu-open .nm-menu-icon span.line-2 {
	background: none;
}
.mobile-menu-open .nm-menu-icon span.line-3 {
	top: 7px;
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
}


/* Right menu */
.nm-right-menu {
	float: right;
	margin-right: -16px;
}
.nm-right-menu > ul {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

/* Right menu: Cart */
.nm-menu-cart .count {
	position: relative;
	top: -7px;
	display: inline-block;
	font-size: 14px;
	color: #dc9814;
}

/* Right menu/Mobile menu: Cart - Hide links */
/*.woocommerce-cart #nm-mobile-menu .nm-mobile-menu-item-cart,
.woocommerce-cart .nm-right-menu ul li.nm-menu-cart {
	display: none;
}*/

/* Right menu: Search */
#nm-menu-search-btn.active {
	opacity: 0.41;
}


/* Menu offscreen button */
.nm-menu li.nm-menu-offscreen {
	position: relative;
	display: none;
}
.nm-menu li.nm-menu-offscreen a {
	display: inline-block;
	font-size: 0;
	line-height: 16px;
}

/* Menu offscreen button: Cart count */
.nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
	display: none;
	position: absolute;
	top: 5px;
	right: 100%;
	font-size: 14px;
	line-height: 1;
	color: #dc9814;
	margin-right: -6px;
}
.mobile-menu-open.header-mobile-alt .nm-menu li.nm-menu-offscreen .nm-menu-cart-count { /* Hide cart-count when menu is open */
    opacity: 0;
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}


/* Menu: UberMenu */
.nm-ubermenu-wrap {
	position: relative;
}
.nm-ubermenu-wrap .nm-main-menu-wrap {
	position: static;
}

.nm-header.default .ubermenu {
	float: left;
	clear: none;
}
.nm-ubermenu-wrap .nm-main-menu {
	display: none;
}
.ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-target {
	font-size: 16px;
	line-height: 1;
	padding: 16px;
}
.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-item:not(.ubermenu-active) > .ubermenu-target,
.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-parent:not(.ubermenu-active) > .ubermenu-target,
.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-ancestor:not(.ubermenu-active) > .ubermenu-target {
	color: inherit;
}
.ubermenu-skin-vanilla.ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-item-level-0 > .ubermenu-target:after {
	display: none;
}
@media all and (max-width: 959px) {
	/* Menu: UberMenu */
	.nm-ubermenu-wrap .ubermenu {
		display: none;
	}
	.nm-ubermenu-wrap .nm-main-menu {
		display: block;
	}
	.nm-ubermenu-wrap .ubermenu-responsive-toggle,
	.nm-ubermenu-wrap .ubermenu-sticky-toggle-wrapper {
    	display: none;
	}
	
	/* Right menu (UberMenu active) */
	.nm-ubermenu-wrap .nm-right-menu ul li {
		display: none;
	}
	.nm-ubermenu-wrap .nm-right-menu ul li.nm-menu-cart {
		display: block;
	}
	
	/* Menu offscreen button (UberMenu active) */
	.nm-ubermenu-wrap .nm-menu li.nm-menu-offscreen {
		display: block;
	}
}

@media all and (max-width: 880px) {
	.nm-header-placeholder {
        height: 70px;
	}
	.nm-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/* Logo */
	.nm-header.default .nm-header-logo {
		margin-right: 0;
	}
	.nm-header-logo img {
		height: 16px;
	}
	
    /* Menu */
    .nm-menu li a {
        padding-left: 2px;
    }
    
	/* Main menu */
	.nm-main-menu ul li {
		display: none;
	}
	
	/* Right menu */
	.nm-right-menu ul li {
		display: none;
	}
	.nm-right-menu ul li.nm-menu-cart {
		display: block;
	}
	
	/* Menu offscreen button */
	.nm-menu li.nm-menu-offscreen {
		display: block;
	}
}
@media all and (max-width: 550px) {
    /* Menu */
    .nm-menu li a {
        padding-left: 0;
    }
    
    /* Main menu */
    .nm-main-menu {
        margin-left: 0;
    }
    
    /* Menu icon */
    .header-mobile-default .nm-menu-icon {
        width: 18px;
    }
    
    /* Right menu: Cart */
    .header-mobile-default .nm-menu-cart.no-icon .nm-menu-cart-title {
        display: none;
    }
    .header-mobile-default .nm-menu-cart.no-icon .count {
        position: relative;
        top: 0;
        display: inline;
        font-size: inherit;
        color: inherit !important;
    }
    .header-mobile-default .nm-menu-cart.no-icon .count:before {
        display: inline;
        content: "(";
    }
    .header-mobile-default .nm-menu-cart.no-icon .count:after {
        display: inline;
        content: ")";
    }
}
@media all and (max-width: 400px) {
	/* Logo */
	.nm-header-logo img {
		height: 16px;
	}
	
    /* Menu */
    .header-mobile-default .nm-menu li a {
        font-size: 14px;
        padding-right: 12px;
    }
    .header-mobile-alt .nm-menu li a {
        padding-left: 12px;
    }
    
    /* Menu icon */
    .header-mobile-default .nm-menu-icon {
        height: 14px;
    }
    .header-mobile-default .nm-menu-icon span.line-2,
    .header-mobile-default .mobile-menu-open .nm-menu-icon span.line-1,
    .header-mobile-default .mobile-menu-open .nm-menu-icon span.line-3 {
        top: 6px;
    }
	
    /* Right menu */
    .nm-right-menu {
        margin-right: -12px;
    }
    .header-mobile-alt .nm-right-menu ul li.nm-menu-cart {
        display: none;
    }
    
    /* Menu offscreen button: Cart count */
    .header-mobile-alt .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
        display: block;
    }
}


/* #Header: Menu centered
--------------------------------------------------------------- */

/* Logo */
.nm-header.menu-centered .nm-header-logo {
    float: left;
    width: 25%;
}

/* Main menu + Right menu */
.nm-header.menu-centered .nm-main-menu > ul,
.nm-header.menu-centered .nm-right-menu > ul {
    text-align: left;
}

/* Main menu */
.nm-header.menu-centered .nm-main-menu {
	float: left;
    width: 50%;
    text-align: center;
}

/* Right menu */
.nm-header.menu-centered .nm-right-menu {
	max-width: 25%;
    margin-right: 0;
}
.nm-header.menu-centered .nm-right-menu > ul {
    margin-right: -16px;
}

/* Menu offscreen button */
.nm-header.menu-centered .nm-menu li.nm-menu-offscreen {
	padding-left: 1px;
}

/* Menu offscreen button: Cart count */
/*.nm-header.menu-centered .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
	margin-right: -11px;
}*/

@media all and (max-width: 880px) {
	/* Logo */
    .nm-header.menu-centered .nm-header-logo {
        width: auto;
    }
    
    /* Main menu */
    .nm-header.menu-centered .nm-main-menu {
        display: none;
    }
    
    /* Right menu */
    .nm-header.menu-centered .nm-right-menu {
        max-width: none;
    }
}


/* #Header: Centered
--------------------------------------------------------------- */

/* Logo */
.nm-header.centered .nm-header-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}

/* Menu */
.nm-header.centered .nm-menu > li > a {
	padding: 16px 12px;
}

/* Main menu */
.nm-header.centered .nm-main-menu {
	margin-left: -12px;
}

/* Right menu */
.nm-header.centered .nm-right-menu {
	margin-right: -12px;
}

/* Menu: UberMenu */
.nm-header.centered .ubermenu-skin-vanilla {
	margin-left: -12px;
}
.nm-header.centered .ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-target {
	padding: 16px 12px;
}

@media all and (max-width: 400px) {
	/* Logo */
	.header-mobile-alt .nm-header.centered .nm-header-logo {
		left: 15px;
		-webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%);
	}
    
    /* Main menu */
	.header-mobile-alt .nm-header.centered .nm-main-menu-wrap {
		width: 100%;
	}
	.header-mobile-alt .nm-header.centered .nm-main-menu {
		float: right;
		margin-right: -12px;
		margin-left: 0;
	}
    
    /* Right menu */
	.header-mobile-alt .nm-header.centered .nm-right-menu-wrap {
		display: none;
	}
}


/* #Header: Stacked
--------------------------------------------------------------- */

/* Logo */
.nm-header.stacked .nm-header-logo {
    padding-bottom: 0;
}

/* Main menu */
.nm-header.stacked .nm-main-menu {
	float: left;
    margin-left: -16px;
}

@media all and (max-width: 880px) {
    /* Logo */
    .nm-header.stacked .nm-header-logo {
        float: left;
        line-height: inherit;
        margin-right: 37px;
        padding-bottom: 0;
    }
}


/* #Header: Stacked centered
--------------------------------------------------------------- */

.nm-header.stacked-centered {
    text-align: center;
}

/* Logo */
.nm-header.stacked-centered .nm-header-logo {
    padding-bottom: 0;
}
.nm-header.stacked-centered .nm-header-logo a {
    display: inline-block;
}

/* Main menu + Right menu */
.nm-header.stacked-centered .nm-main-menu,
.nm-header.stacked-centered .nm-right-menu {
    display: inline-block;
    float: none;
    text-align: left;
}

/* Main menu */
.nm-header.stacked-centered .nm-main-menu {
    float: none;
    margin-left: 0;
}

/* Right menu */
.nm-header.stacked-centered .nm-right-menu {
    margin-right: 0;
}

@media all and (max-width: 880px) {
    /* Logo */
    .nm-header.stacked-centered .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
        padding-bottom: 0;
    }
    
    /* Main menu */
    .nm-header.stacked-centered .nm-main-menu {
        display: none;
    }

    /* Right menu */
    .nm-header.stacked-centered .nm-right-menu {
        display: block;
        margin-right: -12px;
        /*margin-left: -16px;*/
    }
    .nm-header.stacked-centered .nm-right-menu > ul {
        width: 100%;
    }
    .nm-header.stacked-centered .nm-right-menu ul li.nm-menu-cart {
        float: right;
    }
}
@media all and (max-width: 400px) {
    /* Logo */
	.header-mobile-alt .nm-header.stacked-centered .nm-header-logo {
		left: 15px;
		-webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%);
	}
    
    /* Right menu */
    .header-mobile-alt .nm-header.stacked-centered .nm-right-menu ul li.nm-menu-cart {
        display: none;
    }
    .header-mobile-alt .nm-header.stacked-centered .nm-right-menu ul li.nm-menu-offscreen {
        float: right;
    }
    
    /* Menu offscreen button: Cart count */
	.header-mobile-alt .nm-header.stacked-centered .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
		display: block;
	}
}


/* #Mobile menu
--------------------------------------------------------------- */

#nm-mobile-menu {
	position: absolute;
    top: -100%;
	left: 0;
	z-index: 1001;
	width: 100%;
    opacity: 0;
	overflow: hidden;
    background: #fff;
}
.header-fixed #nm-mobile-menu {
	position: fixed;
}
.mobile-menu-open #nm-mobile-menu {
    top: 0;
    opacity: 1;
}
.csstransforms #nm-mobile-menu {
    -webkit-transition: opacity 0.25s ease, ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.csstransforms3d #nm-mobile-menu {
    -webkit-transform: translate3d(0, -150px, 0); transform: translate3d(0, -150px, 0);
}
.csstransforms3d .mobile-menu-open #nm-mobile-menu {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}
.no-csstransforms3d #nm-mobile-menu {
    -webkit-transform: translateY(-150px); transform: translateY(-150px);
}
.no-csstransforms3d .mobile-menu-open #nm-mobile-menu {
    -webkit-transform: translateY(0); transform: translateY(0);
}

.header-fixed #nm-mobile-menu .nm-mobile-menu-scroll { /* Scroll only needed when the mobile-menu (and header) is fixed */
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#nm-mobile-menu .nm-mobile-menu-content {
    padding: 0 0 17px;
    /*background: #fff;*/
}
.header-border-0 #nm-mobile-menu .nm-mobile-menu-content {
    border-top: 1px solid #eee;
}

/* Mobile menu: Menus */
#nm-mobile-menu li {
	position: relative;
    border-bottom: 1px solid #eee;
}
#nm-mobile-menu li:first-child {
    margin-top: 17px;
}
#nm-mobile-menu li.menu-item-has-children {
	cursor: pointer;
}
#nm-mobile-menu a {
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	color: #282828;
	padding: 6px 0;
	white-space: nowrap;
}
#nm-mobile-menu ul li .nm-menu-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    display: none;
    height: 28px;
    font-family: 'nm-font';
    font-size: 11px;
	line-height: 28px;
    font-weight: normal;
    color: #282828;
    padding-left: 10px;
}
#nm-mobile-menu ul li .nm-menu-toggle:before {
    display: block;
    content: "\e114";
}
#nm-mobile-menu ul > li.active > .nm-menu-toggle:before {
    content: "\e115";
}
#nm-mobile-menu ul li.menu-item-has-children > .nm-menu-toggle {
	display: inline-block;
}

/* Mobile menu: Menus - Label */
#nm-mobile-menu a .label {
	position: relative;
	top: -7px;
	font-size: 10px;
	color: #333;
	padding-left: 2px;
	text-transform: uppercase;
}

/* Mobile menu: Sub menus */
#nm-mobile-menu ul ul {
	display: none;
	padding: 16px 0 13px;
    border-top: 1px solid #eee;
}
#nm-mobile-menu ul ul.open {
    display: block;
}
#nm-mobile-menu ul ul ul {
	padding: 4px 0;
    border-top: 0 none;
}
#nm-mobile-menu ul ul li {
	cursor: default;
    border-bottom: 0 none;
}
#nm-mobile-menu ul ul li:first-child {
    margin-top: 0;
}
#nm-mobile-menu ul ul li.menu-item-has-children {
	cursor: pointer;
}
#nm-mobile-menu ul ul a {
    font-size: 14px;
    padding: 0 0 3px;
    text-indent: 15px;
}
#nm-mobile-menu ul ul ul a {
    text-indent: 30px;
}
#nm-mobile-menu ul ul ul ul a {
    text-indent: 45px;
}
#nm-mobile-menu ul ul li .nm-menu-toggle {
    top: 1px;
}

/* Mobile menu: Top menu */
.header-mobile-default #nm-mobile-menu .nm-mobile-menu-item-cart,
#nm-mobile-menu .nm-mobile-menu-item-cart {
	display: none;
}
#nm-mobile-menu .nm-mobile-menu-item-cart > a {
    display: block;
}
#nm-mobile-menu .nm-mobile-menu-item-cart .count {
	position: absolute;
    right: 0;
    top: 6px;
}
#nm-mobile-menu .nm-mobile-menu-item-cart .count:before {
    display: inline;
    content: "(";
}
#nm-mobile-menu .nm-mobile-menu-item-cart .count:after {
    display: inline;
    content: ")";
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search {
    margin-top: 15px;
    padding: 6px 0;
    border-bottom-color: #e1e1e1;
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search form {
    position: relative;
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search input {
	font-size: 18px;
	line-height: 2;
	color: #707070;
	width: 100%;
    padding: 0 0 0 28px;
	border: 0 none;
    background: transparent;
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search span {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 18px;
    color: #707070;
    opacity: 0.5;
}

/* Mobile menu: Main menu */
#nm-mobile-menu .nm-mobile-menu-main {
}

/* Mobile menu: Secondary menu */
#nm-mobile-menu .nm-mobile-menu-secondary li:last-child {
    border-bottom: 0 none;
}

@media all and (max-width: 400px) {
	/* Mobile menu: Top menu */
	#nm-mobile-menu .nm-mobile-menu-item-cart {
		display: block;
	}
    #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search {
        margin-top: 0;
        padding: 6px 0;
    }
    .header-mobile-default #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search {
        margin-top: 17px;
    }
    #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search input {
        font-size: 14px;
        padding-left: 24px;
    }
    #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search span {
        top: 7px;
        font-size: 16px;
    }
}


/* #Widget panel
--------------------------------------------------------------- */

.nm-widget-panel {
	position: fixed;
    top: 0;
    right: -500px;
	z-index: 1020;
	line-height: 1.2;
    width: 500px;
    height: 100%;
	overflow: hidden;
	background: #fff;
}
.touch-orientation-change .nm-widget-panel {
    visibility: hidden;
}
.csstransforms .nm-widget-panel {
    -webkit-transition: -webkit-transform 0.25s ease; transition: transform 0.25s ease;
}
.csstransforms3d .widget-panel-open .nm-widget-panel {
    -webkit-transform: translate3d(-500px, 0, 0); transform: translate3d(-500px, 0, 0);
}
.no-csstransforms3d .widget-panel-open .nm-widget-panel {
    -webkit-transform: translateX(-500px); transform: translateX(-500px);
}
.nm-widget-panel-inner {
    width: auto;
    height: 100%;
    overflow-x: hidden;
	overflow-y: scroll;
}
.touch .nm-widget-panel-inner {
	-webkit-overflow-scrolling: touch;
}
.touch .nm-widget-panel-inner::-webkit-scrollbar { /* Hide scrollbar in webKit browsers */
	-webkit-appearance: none;
	width: 0 !important;
}

/* Header */
.nm-widget-panel-header {
    position: relative;
    z-index: 110;
    font-size: 16px;
	line-height: 1;
    color: #282828;
    width: 100%;
    padding: 0 37px;
}
.no-touch .nm-widget-panel-header {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0px);
}
.nm-widget-panel-header-inner {
    height: 79px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #fff;
}
/* Header: Cart title */
.nm-cart-panel-title {
    display: none;
    opacity: 0.5;
}
.nm-cart-panel-title .count:before {
    display: inline;
    content: "(";
}
.nm-cart-panel-title .count:after {
    display: inline;
    content: ")";
}
/* Header: Close button */
#nm-widget-panel-close {
    display: block;
    color: #282828;
    padding-top: 32px;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
.nm-widget-panel-close-title {
    float: right;
}

/* Cart panel: Loader overlay */
#nm-cart-panel-loader {
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 105;
	width: 1px;
	height: 1px;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background: #fff;
}
#nm-cart-panel-loader.show {
	visibility: visible;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 79px;
    padding-left: 37px;
}
#nm-cart-panel-loader.fade-out {
	opacity: 0;
}
#nm-cart-panel-loader h5 {
	position: relative;
	font-size: 16px;
	color: #282828;
	margin-top: 21px;
    padding-left: 21px;
}
#nm-cart-panel-loader h5:after {
	top: 6px;
	right: auto;
	left: 0;
	margin: 0;
}

/* Cart panel: Empty */
#nm-widget-panel .product_list_widget .empty {
    display: none;
    font-size: 16px;
    min-height: none;
    margin-bottom: 0;
    padding: 21px 0 54px;
}
#nm-widget-panel .nm-cart-panel-empty .product_list_widget .empty {
    display: block;
}

/* Cart panel: Cart list */
.nm-cart-panel-list-wrap {
    padding: 0 37px;
}
.no-touch .nm-cart-panel-list-wrap {
    padding-top: 79px;
    padding-bottom: 175px;
}
#nm-widget-panel .product_list_widget {
    position: relative;
    color: #282828;
    padding: 7px 0 6px;
}
#nm-widget-panel .product_list_widget > li {
    display: table;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}
#nm-widget-panel .product_list_widget > li > div {
    display: table-cell;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
#nm-widget-panel .product_list_widget > li:nth-last-child(2) > div { /* Second last element ("empty" notice is last-child) */
    border-bottom-color: transparent;
}
#nm-widget-panel .product_list_widget li a {
    display: block;
    color: #282828;
}
/* Cart panel: Cart list - Block overlay */
#nm-widget-panel .product_list_widget .blockOverlay {
    height: calc(100% - 1px) !important;
    opacity: 1 !important;
    background: rgba(255,255,255, 0.82) !important;
}
.widget-panel-dark #nm-widget-panel .product_list_widget .blockOverlay {
    background: rgba(51,51,51, 0.82) !important;
}
/* Cart panel: Cart list - Loader */
.nm-cart-item-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    z-index: 101;
    width: 100%;
    height: auto;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
/* Cart panel: Cart list - "Remove" button */
#nm-widget-panel .product_list_widget .remove {
    position: absolute;
    top: 7px;
    right: -1px;
    z-index: 100;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 28px;
    height: 28px;
    text-align: right;
    opacity: 0.5;
}
.no-touch #nm-widget-panel .product_list_widget .remove:hover {
    opacity: 1;
}
/* Cart panel: Cart list - Thumbnail */
.nm-cart-panel-item-thumbnail {
    width: 60px;
}
#nm-widget-panel .product_list_widget li .nm-cart-panel-item-thumbnail {
    vertical-align: top;
}
.nm-cart-panel-thumbnail-wrap {
    position: relative;
    overflow: hidden;
}
.nm-cart-panel-thumbnail-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
}
.loading .nm-cart-panel-thumbnail-loader {
    display: block;
}
#nm-widget-panel .product_list_widget li img {
    position: static;
    width: 100%;
    max-width: 102px;
    height: auto;
}
/* Cart panel: Cart list - Details */
.nm-cart-panel-item-details {
    padding-left: 19px;
}
.nm-cart-panel-item-details > * {
    padding-bottom: 4px;
}
.nm-cart-panel-item-details > *:last-child {
    padding-bottom: 0;
}
/* Cart panel: Cart list - Details - Title */
.nm-cart-panel-product-title {
    font-size: 16px;
    line-height: 22px;
    padding-top: 2px;
    padding-right: 20px;
}
.touch .nm-cart-panel-product-title {
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
#nm-widget-panel .nm-cart-panel-quantity-pricing {
    line-height: 22px;
    width: 100%;
    overflow: hidden;
}
/* Cart panel: Cart list - Details - Variations */
#nm-widget-panel .variation li:last-child {
    padding-bottom: 0;
}
/* Cart panel: Cart list - Details - Quantity */
#nm-widget-panel .nm-cart-panel-quantity-pricing > span.quantity, /* Individual products (quantity text only) */
#nm-widget-panel .product-quantity {
    float: left;
    font-size: 16px;
}
#nm-widget-panel .nm-quantity-wrap {
    width: auto;
    border: 0 none;
    overflow: visible;
}
#nm-widget-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
    display: inline-block;
}
#nm-widget-panel .nm-quantity-wrap .quantity {
    display: inline-block;
    margin-left: -7px;
}
#nm-widget-panel .quantity .nm-qty-minus,
#nm-widget-panel .quantity .nm-qty-plus,
#nm-widget-panel .quantity .qty {
    line-height: inherit;
    height: auto;
}
#nm-widget-panel .quantity .nm-qty-minus,
#nm-widget-panel .quantity .nm-qty-plus {
    font-size: 10px;
    line-height: 24px;
    width: 24px;
    vertical-align: top;
    -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
#nm-widget-panel .quantity .nm-qty-minus {
    text-align: right;
}
#nm-widget-panel .quantity .nm-qty-plus {
    text-align: left;
}
#nm-widget-panel .quantity .qty {
    font-size: 16px;
    width: 20px;    
}
/* Cart panel: Cart list - Details - Price */
#nm-widget-panel .nm-cart-panel-item-price {
    float: right;
}
#nm-widget-panel .nm-cart-panel-item-price .amount {
    font-size: 16px;
    color: inherit;
    margin-top: 0;
}
#nm-widget-panel .nm-cart-panel-item-price .tax_label {
    display: none;
}

/* Cart panel: Summary */
.nm-cart-panel-summary {
    color: #282828;
    width: 100%;
    padding: 0 37px;
}
.no-touch .nm-cart-panel-summary {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 102;
}
.nm-cart-panel-summary-inner {
    padding: 0 0 37px;
    overflow: hidden;
    background: #fff;
}
#nm-widget-panel .total {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 37px;
    padding: 21px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
#nm-widget-panel .total strong {
    font-weight: normal;
}
#nm-widget-panel .nm-cart-panel-summary-subtotal {
    float: right;
}
#nm-widget-panel .buttons {
    margin-bottom: 0;
}
#nm-widget-panel .buttons a:first-child {
    color: #777;
}
#nm-widget-panel .buttons .button {
    display: inline-block;
    width: 48%;
    padding: 12px;
}
#nm-widget-panel .buttons .button.checkout {
    float: right;
    padding: 13px;
}
/* Cart panel: Summary - Cart empty */
#nm-widget-panel .nm-cart-panel-empty .total,
#nm-widget-panel .nm-cart-panel-empty .buttons {
    display: none;
}
/* Cart panel: Summary - Cart empty button */
#nm-widget-panel .buttons.nm-cart-empty-button {
    display: none;
}
.no-touch #nm-widget-panel .buttons.nm-cart-empty-button {
    padding-bottom: 9px;
}
#nm-widget-panel .nm-cart-panel-empty .buttons.nm-cart-empty-button {
    display: block;
}
#nm-widget-panel .buttons.nm-cart-empty-button .button {
    display: block;
    width: 100%;
}

/* Color scheme: Dark */
.widget-panel-dark .nm-widget-panel-header-inner,
.widget-panel-dark #nm-cart-panel-loader,
.widget-panel-dark .nm-cart-item-loader,
.widget-panel-dark .nm-cart-panel-summary-inner,
.widget-panel-dark .nm-widget-panel {
    background: #333;
}
.widget-panel-dark .nm-widget-panel,
.widget-panel-dark #nm-widget-panel .product_list_widget,
.widget-panel-dark #nm-widget-panel .product_list_widget .remove,
.widget-panel-dark #nm-widget-panel .variation,
.widget-panel-dark #nm-widget-panel ul.variation li > div:first-child,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-minus,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-plus,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .qty {
    color: #a5a5a5;
}
.widget-panel-dark #nm-cart-panel-loader h5,
.widget-panel-dark #nm-widget-panel-close,
.widget-panel-dark #nm-widget-panel .product_list_widget .empty,
.no-touch .widget-panel-dark #nm-widget-panel .product_list_widget .remove:hover,
.widget-panel-dark #nm-widget-panel .nm-cart-panel-item-price .amount,
.widget-panel-dark #nm-widget-panel .product_list_widget li a,
.no-touch .widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-minus:hover,
.no-touch .widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-plus:hover,
.widget-panel-dark #nm-widget-panel .buttons a:first-child,
.widget-panel-dark .nm-cart-panel-summary {
    color: #eee;
}
.widget-panel-dark #nm-widget-panel .product_list_widget .remove {
    opacity: 1;
}
.widget-panel-dark .nm-widget-panel-header-inner,
.widget-panel-dark #nm-widget-panel .product_list_widget > li > div,
.widget-panel-dark #nm-widget-panel .total {
    border-color: #464646;
}
.widget-panel-dark #nm-widget-panel .product_list_widget > li:nth-last-child(2) > div {
    border-bottom-color: transparent;
}
.widget-panel-dark #nm-widget-panel .buttons .button.border {
    border-color: #5f5f5f;
}
.widget-panel-dark .nm-cart-panel-thumbnail-loader {
    background: rgba(255, 255, 255, 0.82);
}

@media all and (max-width: 2100px) {
    .nm-widget-panel {
		width: 410px;
	}
    
    /* Cart panel: Cart list */
    .no-touch .nm-cart-panel-list-wrap {
        padding-bottom: 231px;
    }
    
	/* Cart panel: Summary */
    #nm-widget-panel .buttons .button {
        display: block;
        width: 100%;
    }
    #nm-widget-panel .buttons .button.checkout {
        float: none;
        margin-top: 12px;
        padding: 14px;
    }
}
@media all and (max-width: 880px) {
    /* Header */
    .nm-widget-panel-header-inner {
        height: 70px;
    }
    
    /* Header: Close button */
    #nm-widget-panel-close {
        padding-top: 28px;
    }
    
    /* Cart panel: Loader overlay */
    #nm-cart-panel-loader.show {
        padding-top: 70px;
    }
    
    /* Cart panel: Cart list */
    .no-touch .nm-cart-panel-list-wrap {
        padding-top: 70px;
    }
}
@media all and (max-width: 550px) {
	.nm-widget-panel {
		width: 370px;
	}
    
    /* Header */
    .nm-widget-panel-header {        
        padding-right: 21px;
        padding-left: 21px;
    }
    /* Header: Cart title */
    .nm-cart-panel-title {
        display: inline-block;
    }
    
    /* Cart panel: Loader overlay */
    #nm-cart-panel-loader.show {
        padding-left: 21px;
    }
    
    /* Cart panel: Cart list */
    .nm-cart-panel-list-wrap {
        padding-right: 21px;
        padding-left: 21px;
    }
    .no-touch .nm-cart-panel-list-wrap {
        padding-bottom: 183px;
    }
    /* Cart panel: Cart list - Details */
    .nm-cart-panel-item-details {
        padding-left: 15px;
    }
    /* Cart panel: Cart list - Details - Quantity */
    #nm-widget-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
        display: none;
    }
    #nm-widget-panel .nm-quantity-wrap .quantity {
        margin-left: -14px;
    }
	
	/* Cart panel: Summary */
    .nm-cart-panel-summary {
        padding-right: 21px;
        padding-left: 21px;
    }
    .nm-cart-panel-summary-inner {
        padding-bottom: 21px;
    }
    #nm-widget-panel .total {
        margin-bottom: 21px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    #nm-widget-panel .buttons .button {
        margin-top: 15px;
    }
}
@media all and (max-width: 400px) {
	.nm-widget-panel {
        width: 270px;
	}
    
    /* Cart panel: Cart list - Loader */
    .loading .nm-cart-item-loader {
        display: block;
        opacity: 0.82;
    }
    /* Cart panel: Cart list - Thumbnail */
    #nm-widget-panel .product_list_widget li .nm-cart-panel-item-thumbnail,
    .loading .nm-cart-panel-thumbnail-loader {
        display: none;
    }
    /* Cart panel: Cart list - Details */
    .nm-cart-panel-item-details {
        padding-left: 0;
    }
}


/* #Pagination
--------------------------------------------------------------- */

.nm-pagination {
	overflow: hidden;
}
.nm-pagination.nm-infload {
	display: none;
}
.page-numbers {
	width: 100%;
	overflow: hidden;
}
.page-numbers li {
	float: left;
}
.page-numbers li a,
.page-numbers li span {
	font-size: 16px;
	color: #8c8c8c;
	padding: 3px 14px;
}
.page-numbers li:first-child a,
.page-numbers li:first-child span {
	padding-left: 0;
}
.page-numbers li a:hover {
	color: #282828;
}
.page-numbers li span.current {
    color: #dc9814;
}


/* #Blog
--------------------------------------------------------------- */

.nm-blog {
	padding: 0 0 62px;
}
.nm-blog.nm-blog-categories-disabled {
    padding-top: 56px;
}

/* Heading */
.nm-blog-heading {
	padding: 34px 0 114px;
}
.nm-blog-heading h1 {
	font-size: 18px;
	line-height: 1.4;
	color: #888;
}
.nm-blog-heading h1 strong {
	font-weight: normal;
	color: #282828;
}

/* Sticky post */
.nm-blog .sticky .nm-post-thumbnail:before,
.nm-blog .category-sticky .nm-post-thumbnail:before {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 100;
	content: "*";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 1;
	color: #dc9814;
}

/* Categories */
.nm-blog-categories-wrap {
	padding-top: 29px;
	padding-bottom: 108px;
}

/* Categories: Toggle link */
.nm-blog-categories-toggle {
	display: none;
}
.nm-blog-categories-toggle li a {
	font-size: 18px;
	color: #888;
}
.nm-blog-categories-toggle li a.active,
.nm-blog-categories-toggle li a:hover {
	color: #282828;
}
.nm-blog-categories-toggle li .count {
    font-size: 14px;
    font-style: normal;
	color: #c0c0c0;
	vertical-align: top;
    padding-left: 1px;
}

/* Categories: List */
.nm-blog-categories-list li {
	display: inline-block;
	vertical-align: middle;
}
.nm-blog-categories-list li a {
	font-size: 18px;
	line-height: 2;
	color: #888;
	margin: 0 17px;
}
.nm-blog-categories-list li a:hover {
	color: #282828;
}
.nm-blog-categories-list li:first-child a {
	margin-left: 0;
}
.nm-blog-categories-list li:last-child a {
	margin-right: 0;
}
.nm-blog-categories-list li.current-cat a {
	color: #dc9814;
	/*padding-bottom: 5px;
	border-bottom: 1px solid #dc9814;*/
}
.nm-blog-categories-list li span {
	color: #ccc;
}

/* Categories: List (no separator) */
.nm-blog-categories-list.list_nosep li a {
	margin: 0 19px 0 0;
}
.nm-blog-categories-list.list_nosep li.current-cat a {
	padding-bottom: 0;
}
.nm-blog-categories-list.list_nosep li span {
	display: none;
}

/* Categories: Columns */
.nm-blog-categories-list.columns {
	overflow: hidden;
}
.nm-blog-categories-list.columns li {
	display: block;
	float: left;
	padding-right: 17px;
	padding-bottom: 0;
}
.nm-blog-categories-list.columns li a {
	font-size: 16px;
	margin: 0;
}
.nm-blog-categories-list.columns li.current-cat a {
	padding-bottom: 1px;
}
.nm-blog-categories-list.columns li span {
	display: none;
}

/* Term (category/tag) description */
.nm-term-description {
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 38px;
}

/* Slider */
.nm-blog-slider {
	width: 100%;
	clear: both;
	margin-bottom: 32px;
}
.nm-blog-slider img {
	width: 100%;
	height: auto;
}
.nm-blog-slider .slick-track {
	cursor: move;
	cursor: grab;
}
.nm-blog-slider.slick-slider:hover .slick-prev {
	left: 24px;
}
.nm-blog-slider.slick-slider:hover .slick-next {
	right: 24px;
}
.nm-blog-slider .slick-prev i, .nm-blog-slider .slick-next i {
	font-size: 26px;
}

/* Meta */
.nm-post-meta {
	position: relative;
	font-size: 14px;
	color: #a0a0a0;
	padding-left: 51px;
}
.nm-post-meta:before {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	content: " ";
	width: 37px;
	height: 1px;
	background: #dadada;
}

/* Page links - wp_link_pages() */
.page-links {
	margin-top: 11px;
}

/* Pagination */
.nm-blog-pagination {
}
.nm-blog-prev,
.nm-blog-next {
	width: 100%;
	max-width: 250px;
	margin-bottom: 10px;
}
.nm-blog-prev {
	float: left;
}
.nm-blog-next {
	float: right;
}
.nm-blog-pagination a {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #282828;
	text-align: center;
	width: 100%;
	padding: 12px 0;
	border: 2px solid #eee;
}
.nm-blog-pagination a:hover {
	background: #eee;
}

/* Pagination: WP-PageNavi */
.nm-blog-pagination .wp-pagenavi span.pages {
    margin-right: 10px;
}
.nm-blog-pagination .wp-pagenavi a,
.nm-blog-pagination .wp-pagenavi span.current {
    display: inline;
    margin: 2px;
    padding: 10px;
}
.nm-blog-pagination .wp-pagenavi a.previouspostslink,
.nm-blog-pagination .wp-pagenavi a.nextpostslink,
.nm-blog-pagination .wp-pagenavi a.last {
    background-color: #f5f5f5;
}

/* Media queries */
@media all and (max-width: 991px) {
	/* Categories: Toggle link */
	.nm-blog-categories .toggle-1 .nm-blog-categories-toggle {
		display: block;
	}
	
	/* Categories: Common */
	.nm-blog-categories .toggle-1 ul.nm-blog-categories-list {
		display: none;
		padding-top: 16px;
	}
}
@media all and (max-width: 768px) {
	.nm-blog.nm-blog-categories-disabled {
        padding-top: 38px;
    }
    
    /* Heading */
	.nm-blog-heading {
		padding-bottom: 55px;
	}
	
	/* Categories */
	.nm-blog-categories-wrap {
		padding-bottom: 39px;
	}
	
	/* Term (category/tag) description */
	.nm-term-description {
		font-size: 16px;
	}
}
@media all and (max-width: 610px) {
	/* Pagination */
	.nm-blog-prev,
	.nm-blog-next {
		width: 48%;
		max-width: none;
	}	
}
@media all and (max-width: 550px) {
	/* Categories: List */
	.nm-blog-categories-list li span {
		display: none;
	}
	.nm-blog-categories-list li a {
		margin: 0 24px 0 0;
	}
	.nm-blog-categories-list li:last-child a {
		margin-right: 0;
	}
	.nm-blog-categories-list li.current-cat a {
		padding-bottom: 3px;
	}
}
@media all and (max-width: 400px) {
	.nm-blog.nm-blog-categories-disabled {
        padding-top: 31px;
    }
    
    /* Categories */
	.nm-blog-categories-wrap {
		padding-bottom: 30px;
	}
	
	/* Categories: List */
	.nm-blog-categories-list li {
		display: block;
	}
	.nm-blog-categories-list li:last-child {
		margin-bottom: 0;
	}
	.nm-blog-categories-list li a {
		font-size: 16px;
		margin: 0;
	}
	.nm-blog-categories-list li.current-cat a {
		padding-bottom: 0;
		border-bottom: 0 none;
	}
	
	/* Categories: Columns */
	.nm-blog-categories-list.columns li {
		width: 100%;
	}
	
	/* Slider */
	.nm-blog-slider.slick-slider:hover .slick-prev {
		left: 11px;
	}
	.nm-blog-slider.slick-slider:hover .slick-next {
		right: 11px;
	}
	.nm-blog-slider .slick-prev i, .nm-blog-slider .slick-next i {
		font-size: 24px;
	}
}


/* #Blog: Classic
--------------------------------------------------------------- */

/* Title */
.nm-blog-classic .nm-post-title {
	font-size: 24px;
}
.nm-blog-classic .nm-post-title a {
	color: #282828;
}

/* Meta */
.nm-blog-classic .nm-post-meta {
    margin: 11px 0 24px;
}

/* Thumbnail */
.nm-blog-classic .nm-post-thumbnail {
	position: relative;
	padding-bottom: 24px;
}
.nm-blog-classic .nm-post-thumbnail a {
	display: block;
}
.nm-blog-classic .nm-post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Content/Excerpt */
.nm-blog-classic .nm-post-content {
    font-size: 16px;
}
.nm-post-content-comments-link {
    padding-top: 37px;
}
.nm-post-content-comments-link a {
    color: #282828;
}
.nm-post-content-comments-link a i {
    position: relative;
    top: 2px;
}
.nm-post-content-comments-link a span {
    padding-left: 10px;
}

/* Divider */
.nm-blog-classic .nm-post-divider {
	height: 1px;
    margin: 46px 0;
    background: #eee;
}

/* Sidebar */
.nm-blog-classic .nm-sidebar {
    padding-left: 34px;
}
.nm-blog-classic .nm-blog-sidebar-left .nm-sidebar {
	padding-right: 34px;
	padding-left: 0;
}
.nm-blog-classic .nm-blog-sidebar-left .nm-blog-content-col {
	float: right;
}
.nm-blog-classic .nm-blog-sidebar-left .nm-blog-sidebar-col {
	float: left;
}

/* Media queries */
@media (max-width: 1199px) {
	/* Divider */
	.nm-blog-classic .nm-post-divider {
		margin: 38px 0;
	}
	.nm-blog-classic .post:last-child .nm-post-divider {
        background: none
	}
    
    /* Sidebar */
	.nm-blog-classic .nm-sidebar {
		padding-left: 24px;
	}
	.nm-blog-classic .nm-blog-sidebar-left .nm-sidebar {
		padding-right: 24px;
	}
}
@media all and (max-width: 991px) {
    /* Sidebar */
	.nm-blog-classic .nm-sidebar {
		padding-left: 0;
	}
	.nm-blog-classic .nm-blog-sidebar-left .nm-sidebar {
		padding-right: 0;
	}
}
@media all and (max-width: 767px) {
    /* Meta */
    .nm-blog-classic .nm-post-meta {
        margin: 11px 0 18px;
    }
    
    /* Thumbnail */
    .nm-blog-classic .nm-post-thumbnail {
        padding-bottom: 19px;
    }
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-blog-classic .nm-post-title {
		font-size: 22px;
	}
    
    /* Content/Excerpt */
    .nm-blog-classic .nm-post-content {
        font-size: inherit;
    }
	
	/* Divider */
	.nm-blog-classic .nm-post-divider {
		margin: 27px 0 31px;
	}
}


/* #Blog: Grid (Packery)
--------------------------------------------------------------- */

#nm-blog-grid-ul.nm-loader:after {
	top: 12px;
}
#nm-blog-grid-ul.hide li {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
}
.nm-blog-grid [class*="block-grid-"] {
	margin: 0 -1.6%;
}
.nm-blog-grid [class*="block-grid-"] > li {
	padding: 0 1.6% 66px;
}

/* Thumbnail */
.nm-blog-grid .nm-post-thumbnail {
	position: relative;
	margin-bottom: 19px;
}
.nm-blog-grid .nm-post-thumbnail a {
	position: relative;
	display: block;
}
.nm-blog-grid .nm-post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Thumbnail overlay */
.nm-blog-grid .nm-post-thumbnail a:hover .nm-image-overlay {
	opacity: 1;
}

/* Meta */
.nm-blog-grid .nm-post-meta {
	margin-bottom: 14px;
}

/* Title */
.nm-blog-grid .nm-post-title {
	font-size: 22px;
	line-height: 1.2;
}
.nm-blog-grid .nm-post-title a {
	color: inherit;
}

/* Content/Excerpt */
.nm-blog-grid .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 14px;
}
.nm-blog-grid .nm-post-content .nm-post-excerpt p {
	margin-bottom: 0;
}
.nm-blog-grid .nm-post-content .nm-post-read-more {
	display: block;
	margin-top: 14px;
}

/* Media queries */
@media all and (max-width: 750px) {
	.nm-blog-grid [class*="block-grid-"] > li {
		padding-bottom: 53px;
	}
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-blog-grid .nm-post-title {
		font-size: 20px;	
	}
	
	/* Content/Excerpt */
	.nm-blog-grid .nm-post-content {
		font-size: 14px;
	}
}


/* #Blog: List
--------------------------------------------------------------- */

/* Title */
.nm-blog-list .nm-post-title {
	font-size: 24px;
	padding-right: 28px;
}
.nm-blog-list .nm-post-title a {
	color: #282828;
}

/* Slider */
.nm-blog-list .nm-blog-slider {
	margin-bottom: 28px;
}

/* Thumbnail */
.nm-blog-list .nm-post-thumbnail {
	position: relative;
	padding-bottom: 28px;
}
.nm-blog-list .nm-post-thumbnail a {
	display: block;
}
.nm-blog-list .nm-post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Meta */
.nm-blog-list .nm-post-meta {
}

/* Content/Excerpt */
.nm-blog-list .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}
.nm-blog-list .nm-post-content .nm-post-excerpt p {
	margin-bottom: 0;
}

/* Divider */
.nm-blog-list .nm-post-divider {
	line-height: 2;
	margin-top: 45px;
	padding-top: 27px;
	border-top: 1px solid #eee;
}

/* Media queries */
@media (max-width: 1199px) {
	/* Columns */
	.nm-blog-list .nm-title-col,
	.nm-blog-list .nm-content-col,
	.nm-blog-list .nm-divider-col {
		float: none;
		width: auto;
		max-width: 833px;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	/* Title */
	.nm-blog-list .nm-post-title {
		padding-right: 0;
		margin-bottom: 27px;
	}
	
	/* Content/Excerpt */
	.nm-blog-list .nm-post-content {
		margin-top: 20px;
	}
	
	/* Divider */
	.nm-blog-list .nm-post-divider {
		margin-top: 38px;
		padding-top: 10px;
	}
	.nm-blog-list > .post:last-child .nm-post-divider {
		margin-top: 37px;
		padding-top: 0;
		border-top: 0 none;
	}
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-blog-list .nm-post-title {
		font-size: 22px;
	}
	
	/* Divider */
	.nm-blog-list .nm-post-divider,
	.nm-blog-list > .post:last-child .nm-post-divider {
		margin-top: 29px;
		padding-top: 2px;
	}
}


/* #Blog: No results
--------------------------------------------------------------- */

.nm-blog-no-results h1 {
	font-size: 18px;
}


/* #Blog: Single post
--------------------------------------------------------------- */

.nm-post-body {
    padding-top: 68px;
}
.nm-post-col {
	max-width: 833px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Head */
.nm-post-header {
	padding-bottom: 28px;
}
.nm-post.nm-post-sidebar-left .nm-post-header .col {
	float: right;
}
.nm-post-header img {
    width: 100%;
    margin-bottom: 32px;
}
.nm-post-header h1 {
	font-size: 26px;
	line-height: 1.2;
	color: #282828;
}
.nm-post-header .nm-post-meta {
	font-size: 14px;
	margin-top: 21px;
}
.nm-post-header .nm-post-meta em {
    font-style: normal;
}
.nm-post-header .nm-post-meta a {
	color: #282828;
}

/* Body */
.nm-post-body .post {
	padding-bottom: 46px;
}

/* Body - Sidebar */
.nm-post .nm-sidebar {
	padding-left: 34px;
}
.nm-post.nm-post-sidebar-left .nm-sidebar {
	padding-right: 34px;
	padding-left: 0;
}
.nm-post-sidebar-left .nm-post-content-col {
	float: right;
}
.nm-post-sidebar-left .nm-post-sidebar-col {
	float: left;
}

/* Meta */
.nm-single-post-meta {
	text-align: center;
	padding: 19px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Share */
.nm-post-share {
	text-align: center;
	padding: 19px 0;
	border-bottom: 1px solid #eee;
}
.nm-post-share span,
.nm-post-share a {
	display: inline-block;
	margin-right: 15px;
    vertical-align: middle;
}
.nm-post-share a {
    font-size: 18px;
    line-height: 1;
    color: #a0a0a0;
}
.nm-post-share a:last-child {
	margin-right: 0;
}
.nm-post-share a:hover {
	color: #282828;
}

/* Pagination */
.nm-post-pagination {
	padding: 48px 0;
	overflow: hidden;
	border-top: 1px solid #eee;
}
.nm-post-pagination .nm-post-prev {
	float: left;
}
.nm-post-pagination .nm-post-next {
	float: right;
	text-align: right;
}
.nm-post-pagination a span,
.nm-post-pagination a span.subtitle {
	display: block;
	font-size: 16px;
	line-height: 1.6;
}
.nm-post-pagination a span {
	color: #aaa;
}
.nm-post-pagination a span.subtitle {
	color: #282828;
}

/* Related posts */
.nm-related-posts {
    padding: 56px 0 37px;
}
.nm-related-posts h2 {
    font-size: 24px;
    padding-bottom: 28px;
}
.nm-related-posts-image {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.nm-related-posts-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.nm-related-posts-image:hover .nm-image-overlay {
	opacity: 1;
}
.nm-related-posts-content .nm-post-meta {
	line-height: 2;
	margin: 16px 0 8px;
}
.nm-related-posts-content h3 {
	font-size: 18px;
	line-height: 1.6;
    padding-bottom: 7px;
}
.nm-related-posts-content .nm-related-posts-excerpt {
    padding-bottom: 12px;
}
@media all and (max-width: 991px) {
	.nm-related-posts-content .nm-post-meta:before {
		width: 19px;
	}
	.nm-related-posts-content .nm-post-meta {
		padding-left: 29px;
	}
}
@media all and (max-width: 550px) {
	.nm-related-posts {
		padding: 42px 0 25px;
	}
    .nm-related-posts-content .nm-post-meta:before {
		width: 10px;
	}
	.nm-related-posts-content .nm-post-meta {
		padding-left: 20px;
	}
    .nm-related-posts-content h3 {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .nm-related-posts-content .nm-related-posts-excerpt {
        display: none;
    }
}
@media all and (max-width: 400px) {
    .nm-related-posts-content .nm-post-meta {
        display:  none;
    }
    .nm-related-posts-content h3 {
        padding-top: 14px;
    }
}

/* Media queries */
@media (max-width: 1199px) {
    /* Body - Sidebar */
    .nm-post .nm-sidebar {
		padding-left: 24px;
	}
	.nm-post.nm-post-sidebar-left .nm-sidebar {
		padding-right: 24px;
	}
}
@media all and (max-width: 991px) {
	/* Body - Sidebar */
	.nm-post .nm-sidebar {
		padding-left: 0;
	}
	.nm-post.nm-post-sidebar-left .nm-sidebar {
		padding-right: 0;
	}
	
	/* Pagination */
	.nm-post-pagination .nm-post-prev,
	.nm-post-pagination .nm-post-next {
		width: 100%;
		max-width: 250px;
	}
	.nm-post-pagination a {
		display: block;
		line-height: 1;
		width: 100%;
		padding: 12px 0;
		text-align: center;
		border: 2px solid #eee;
	}
	.nm-post-pagination a:hover {
		background: #eee;
	}
	.nm-post-pagination a span {
		color: #282828;
		line-height: 1;
	}
	.nm-post-pagination a span.subtitle {
		display: none;
	}
}
@media all and (max-width: 610px) {
	/* Pagination */
	.nm-post-pagination .nm-post-prev,
	.nm-post-pagination .nm-post-next {
		width: 48%;
		max-width: none;
	}
}
@media all and (max-width: 550px) {
	.nm-post-body {
        padding-top: 48px;
    }
    
    /* Head */
	.nm-post-header {
		padding-bottom: 24px;
	}
	.nm-post-header h1 {
		font-size: 22px;
		line-height: 1.4;
	}
	.nm-post-header .nm-post-meta {
		margin-top: 17px;
		
		padding-left: 29px;
	}
	.nm-post-header .nm-post-meta::before {
		width: 19px;
	}
	
	/* Body */
	.nm-post-body .post {
		padding-bottom: 46px;
	}
	
	/* Pagination */
	.nm-post-pagination {
		padding: 46px 0;
	}
}
@media all and (max-width: 400px) {
	/* Share */
	.nm-post-share span {
		display: none;
	}
}


/* #Blog: Single post - Password protected
--------------------------------------------------------------- */

.post-password-form > p:first-child {
	font-size: 16px;
	color: #282828;
	margin-bottom: 15px !important;
    margin-top: 5px;
}
.post-password-form label,
.post-password-form input {
	display: block;
}
.post-password-form label input {
	width: 100%;
	margin: 0 0 14px;
}
.post-password-form input[type=submit] {
	width: 111px;
	padding: 11px 0;
}


/* #Search results
--------------------------------------------------------------- */

/* Title */
.nm-search-results .nm-post-title {
	font-size: 24px;
	padding-right: 28px;
}
.nm-search-results .nm-post-title a {
	color: #282828;
}

/* Meta */
.nm-search-results .nm-post-meta {
	margin-top: 6px;
	padding-left: 0;
}
.nm-search-results .nm-post-meta:before {
	display: none;
}

/* Excerpt */
.nm-search-results .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

/* Divider */
.nm-search-results .nm-post-divider {
	line-height: 2;
	margin-top: 45px;
	padding-top: 27px;
	border-top: 1px solid #eee;
}

/* Media queries */
@media (max-width: 1199px) {
	/* Columns */
	.nm-search-results .nm-title-col,
	.nm-search-results .nm-content-col,
	.nm-search-results .nm-divider-col {
		float: none;
		width: auto;
		max-width: 833px;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	/* Title */
	.nm-search-results .nm-post-title {
		padding-right: 0;
	}
	
	/* Excerpt */
	.nm-search-results .nm-post-content {
		margin-top: 20px;
	}
	
	/* Divider */
	.nm-search-results .nm-post-divider {
		margin-top: 38px;
		padding-top: 10px;
	}
	.nm-search-results > .post:last-child .nm-post-divider {
		margin-top: 37px;
		padding-top: 0;
		border-top: 0 none;
	}
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-search-results .nm-post-title {
		font-size: 22px;
	}
	
	/* Divider */
	.nm-search-results .nm-post-divider,
	.nm-search-results > .post:last-child .nm-post-divider {
		margin-top: 29px;
		padding-top: 2px;
	}
}


/* #Comments
--------------------------------------------------------------- */

/* Comments */
.nm-comments {
	background: #f7f7f7;
}
.nm-post.nm-post-sidebar-left .nm-comments .col {
	float: right;
}
.nm-comments .nm-comments-inner {
	padding-bottom: 57px;
}
.nm-comments .nm-comments-heading {
	font-size: 24px;
	line-height: 1.2;
	padding: 68px 0 54px;
}
.nm-comments .commentlist .comment,
.nm-comments .commentlist .pingback,
.nm-comments .commentlist .trackback {
	margin-top: 30px;
	border-top: 1px solid #e7e7e7;
}
.nm-comments .commentlist > .comment:first-child,
.nm-comments .commentlist .pingback:first-child,
.nm-comments .commentlist .trackback:first-child {
	margin-top: 0;
	border-top: 0 none;
}
.nm-comments .commentlist .comment .comment-inner-wrap,
.nm-comments .commentlist .pingback p,
.nm-comments .commentlist .trackback p {
	position: relative;
	margin-top: 29px;
}
.nm-comments .commentlist > .comment:first-child > .comment-inner-wrap,
.nm-comments .commentlist .pingback:first-child > p,
.nm-comments .commentlist .trackback:first-child > p {
	margin-top: 0;
}
.nm-comments .commentlist .comment .comment-text {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.nm-comments .commentlist > .comment:last-child > .comment-text {
	padding-bottom: 0;
}
.nm-comments .commentlist .comment .comment-text .meta time {
	color: #888;
}
.nm-comments .commentlist .comment .comment-text .description {
	color: #555;
}

/* Comments: Navigation */
.comment-navigation {
	margin-top: 71px;
	padding: 14px 0;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.comment-navigation h1 {
	display: none;
}
.comment-navigation a {
	color: #282828;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next {
	float: right;
}

/* Comments: Form */
.nm-comments .comment-respond {
	padding-top: 65px;
}
.nm-comments .comment-respond h3 {
	padding-bottom: 3px;
}
.nm-comments .comment-form p.comment-notes {
	margin-bottom: 28px;
}
.nm-comments .comment-form p input#submit {
	width: auto;
	min-width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Comments: Form - Threaded form (Added with WP JavaScript) */
.nm-comments .commentlist .comment-respond {
	padding-top: 56px;
}

/* Media queries */
@media all and (max-width: 768px) {
	/* Comments */
	.nm-comments .nm-comments-inner {
		padding-bottom: 39px;
	}
	.nm-comments .nm-comments-heading {
		padding: 50px 0 37px;
	}
	.nm-comments .commentlist .comment,
	.nm-comments .commentlist .pingback,
	.nm-comments .commentlist .trackback {
		margin-top: 23px;
	}
	.nm-comments .commentlist .comment .comment-inner-wrap,
	.nm-comments .commentlist .pingback p,
	.nm-comments .commentlist .trackback p {
		margin-top: 22px;
	}
	.nm-comments .commentlist .comment .comment-text .description {
		padding-top: 16px;
	}
	.nm-comments .commentlist .comment .comment-text .moderating {
		margin-bottom: 8px;
	}
	.nm-comments .commentlist .comment .comment-text .reply {
		padding-top: 16px;
	}
	
	/* Comments: Form */
	.nm-comments .comment-respond {
		padding-top: 38px;
	}
	.nm-comments .comment-form p.comment-notes {
		margin-bottom: 19px;
	}
	
	/* Comments: Form - Threaded form (Added with WP JavaScript) */
	.nm-comments .commentlist .comment-respond {
		padding-top: 38px;
	}
}
@media all and (max-width: 610px) {
	/* Comments: Form */
	.nm-comments .comment-form p.comment-form-author,
	.nm-comments .comment-form p.comment-form-email {
		width: 100%;
	}
}
@media all and (max-width: 550px) {
	/* Comments */
	.nm-comments .nm-comments-heading {
		font-size: 22px;
		line-height: 1.4;
		padding: 39px 0 34px;
	}
}


/* #Comments: Entries
--------------------------------------------------------------- */

.commentlist .comment {
	position: relative;
	min-height: 48px;
}
.commentlist .comment.bypostauthor {}
.commentlist .comment img {
	position: absolute;
	top: -8px;
    left: 0;
    width: 60px;
    height: 60px;
	margin: 0;
    padding: 0;
	overflow: hidden;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.commentlist .comment .comment-text {
	margin: 0 0 34px 81px;
	padding-bottom: 28px;
	border-bottom: 1px solid #f0f0f0;
}
.commentlist .comment:last-child .comment-text {
	margin-bottom: 0;
	border-bottom: 0 none;
}
.commentlist .comment .comment-text .meta {
	margin-bottom: 0;
}
.commentlist .comment .comment-text .meta strong,
.commentlist .comment .comment-text .meta strong a {
	color: #282828;
}
.commentlist .comment .comment-text .meta strong {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
}
.commentlist .comment .comment-text .meta .verified {
	font-size: 12px;
	font-style: normal;
	color: #888;
}
.commentlist .comment .comment-text .meta time {
	display: block;
	line-height: 1;
	color: #dc9814;
	padding-top: 11px;
}
.commentlist .comment .comment-text .description {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 19px;
}
.commentlist .comment .comment-text .moderating {
	color: #acacac;
	margin-bottom: 10px;
}
.commentlist .comment .comment-text .reply {
	line-height: 1;
	padding-top: 19px;
}

/* Comments: Children (replies) */
.commentlist .comment .children {
	margin-left: 81px;
}

/* Comments: Pingbacks and trackbacks */
.commentlist .pingback p,
.commentlist .trackback p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

/* Comments: Closed */
.no-comments {
	font-size: 16px;
	color: #282828;
	padding-top: 58px;
}

/* Comments: Form */
.comment-respond h3 {
	font-size: 24px;
	padding-bottom: 32px;
}
.comment-respond h3 #cancel-comment-reply-link {
	font-size: 14px;
}
.comment-form {
	clear: both;
	overflow: hidden;
}
.comment-form > p {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.form-row-first,
.comment-form p.form-row-last {
    width: 48%;
}
.comment-form p.comment-form-email,
.comment-form p.form-row-last {
    float: right;
}
.comment-form p label {
	display: block;
	font-size: 16px;
	color: #282828;
	padding-bottom: 3px;
}
.comment-form p label .required {
	color: #aaa;
}
.comment-form p input,
.comment-form p textarea {
	width: 100%;
}
.comment-form p textarea {
	resize: none;
}
.comment-form p input#submit {
	display: inline-block;
	width: auto;
	min-width: 120px;
	margin-top: 9px;
}

/* Column - Small (< 768px) */
@media all and (max-width: 767px) {
	.commentlist .comment img {
		display: none;
	}
	.commentlist .comment .comment-text {
		margin-left: 0;
	}
	
	/* Comments: Children (replies) */
	.commentlist .comment .children {
		margin-left: 35px;
	}
}
/* < 400px */
@media all and (max-width: 400px) {
	/* Comments: Children (replies) */
	.commentlist .comment .children {
		margin-left: 28px;
	}
}


/* #Post/page/editor content
--------------------------------------------------------------- */

/* Common */
.post .entry-content {
	font-size: 16px;
	line-height: 1.6;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
p,
pre,
address,
.wp-caption {
	margin-bottom: 24px;
}
.nospacing {
	margin: 0;
	padding: 0;
}
.entry-content > :last-child {
	margin-bottom: 0;
}

/* Alignments */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin-right: 28px;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin-left: 28px;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}

/* Headings */
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
	margin-bottom: 26px;
}

/* Paragraphs */
p:last-child {
	margin-bottom: 0;
}

/* Images */
img.width-full {
	width: 100%;
}

/* Pre, Var and Code tags */
pre,
var,
code {
    -moz-hyphens: none;
    font-family: monospace, serif;
	font-style: normal;
}
pre {
	padding: 20px;
	border: 1px solid #e7e7e7;
	background: #fafafa;
}

/* Bold */
.entry-content strong {
	color: #555;
}

/* Blockquote */
blockquote {
	font-size: 18px;
	font-style: italic;
	color: #555;
	margin-bottom: 26px;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	display: inline-block;
	padding: 7px 0 5px;
}
blockquote p {
	color: #555;
	margin-bottom: 0;
}

/* Cite */
cite {
	display: inline-block;
	font-style: normal;
	color: #282828;
	padding-top: 5px;
}
cite a {
	text-decoration: underline;
}

/* Captions */
.wp-caption {
	position: relative;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	position: absolute;
    bottom: 15px;
	left: -15px;
	font-size: 14px;
	line-height: 1.6;
	color: #eee;
	max-width: 180px;
    margin: 0;
    padding: 12px 19px;
	background: #333;
}

/* Lists (without class) */
ol:not([class]) li,
ul:not([class]) li {
	list-style-position: inside;
}
.entry-content > ol:not([class]),
.entry-content > ul:not([class]) {
	margin-bottom: 28px;
}
.entry-content > ul:not([class]) li {
	list-style-type: disc;
}
.entry-content > ol:not([class]) li {
	list-style-type: decimal;
}
/* Lists: Nested */
.entry-content > ol:not([class]) li ol,
.entry-content > ol:not([class]) li ul,
.entry-content > ul:not([class]) li ul,
.entry-content > ul:not([class]) li ol {
	padding-left: 17px;
}

/* Definition lists */
dt {
    font-weight: bold;
	color: #282828;
}
dd {
    margin-bottom: 24px;
}

/* Tables */
#tab-description.entry-content table,
#tab-description.entry-content table th,
#tab-description.entry-content table td,
.entry-content > table,
.entry-content > table th,
.entry-content > table td {
	border: 1px solid #e0e0e0;
}
#tab-description.entry-content table,
.entry-content > table {
	table-layout: fixed;
	width: 100%;
	margin: 0 0 28px;
	border-width: 1px 0 0 1px;
}
#tab-description.entry-content table th,
#tab-description.entry-content table td,
.entry-content > table th,
.entry-content > table td {
	padding: 7px;
}
#tab-description.entry-content table th,
.entry-content > table th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
#tab-description.entry-content table td,
.entry-content > table td {
	border-width: 0 1px 1px 0;
}

/* Horizontal line */
hr {
	height: 0px;
	border-bottom: 1px solid #eee;
}

/* Spacer */
.nm-spacer {
	display: block;
	width: 100%;
	height: 8px;
}
.nm-spacer.small {
	height: 6px;
}
.nm-spacer.large {
	height: 32px;
}

/* iframe embeds */
iframe {
	max-width: 100%;
	vertical-align: middle;
}

/* More link - https://en.support.wordpress.com/splitting-content/more-tag/ */
.more-link {
    display: block;
    margin-top: 28px;
}

/* Mark and Insert tags */
mark,
ins {
	text-decoration: none;
	background-color: #fff9c0;
}

/* Media queries */
@media all and (max-width: 768px) {
	/* Captions */
	.wp-caption-text {
		bottom: 10px;
		left: -10px;
	}
}


/* #Gallery
--------------------------------------------------------------- */

.gallery {
	clear: both;
	margin: -1.79104477%;
	padding-bottom: 32px;
	overflow: hidden;
}
.gallery:last-child {
	padding-bottom: 0;
}
.gallery-item {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 1.79104477%;
	vertical-align: top;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon {
}
.gallery-item:last-of-type .gallery-icon {
	width: 100%;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.gallery-caption {
	left: 1.79104477%;
	bottom: 1.79104477%;
	z-index: 1000;
	text-align: left;
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Gallery: Overlays */
.gallery-icon:before,
.gallery-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: block;
	content: " ";
	opacity: 0;
	pointer-events: none;
	background: #dc9814;
}
.gallery-icon:before {
	width: 50px;
	height: 1px;
	margin-left: -25px;
}
.gallery-icon:after {
	width: 1px;
	height: 50px;
	margin-top: -25px;
}
.gallery-icon:hover:before,
.gallery-icon:hover:after {
	opacity: 1;
}
.gallery-icon a {
	position: relative;
	display: block;
}
.gallery-icon a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: " ";
	opacity: 0;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background: #111;
}
.gallery-icon:hover a:before {
	opacity: 0.73;
}

/* Gallery: Popup */
.nm-wp-gallery-popup .mfp-counter {
	display: none;
}
.nm-wp-gallery-popup .mfp-close {
	color: #fff;
}
.nm-wp-gallery-popup .mfp-close:hover,
.nm-wp-gallery-popup .mfp-close:focus {
	opacity: 1;
}
.nm-wp-gallery-popup .mfp-arrow {
	font-size: 30px;
	line-height: 110px;
	color: #fff;
	width: 70px;
	opacity: 0.75;
	cursor: pointer;
	-webkit-transition: opacity 0.25s ease; -moz-transition: opacity 0.25s ease; -o-transition: opacity 0.25s ease; transition: opacity 0.25s ease;
}
.nm-wp-gallery-popup .mfp-arrow-left:before { /* Flip icon horizontally */
	display: inline-block;
	-webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1);
}
.nm-wp-gallery-popup .mfp-arrow:hover {
	opacity: 1;
}

@media all and (max-width: 550px) {
	.gallery-item {
		max-width: 50% !important;
	}
	.gallery br {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.gallery-caption {
		display: none;
	}
}
@media all and (max-width: 820px) {
	.nm-wp-gallery-popup .mfp-arrow {
		display: none;
	}
}


/* #Widgets
--------------------------------------------------------------- */

.widget {
	margin-bottom: 43px;
}
.widget .nm-widget-title {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
	margin: 6px 0 6px 20px;
}
.widget .cat-parent .children {
    display: none;
}
.widget .cat-parent.current-cat .children,
.widget .cat-parent.current-cat-parent .children {
    display: block;
}
.widget ul li {
	line-height: 1.6;
	margin-bottom: 8px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget ul li a {
	color: #777;
	cursor: pointer;
}
.widget ul li.active,
.widget ul li a:hover,
.widget ul li a:focus,
.widget ul li a.active {
    color: #dc9814;
}
.widget ul li .count {
	display: none;
}


/* Widget: RSS */
.widget_rss .rsswidget {
	color: #282828;
}
.widget_rss .rsswidget img {
	display: none;
}
.widget_rss ul li {
	padding-bottom: 14px;
}
.widget_rss ul li:last-child {
	padding-bottom: 0;
}
.widget_rss ul li .rss-date {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 15px 0;
}
.widget_rss ul li .rssSummary {
	padding-bottom: 10px;
}


/* Widget: Calendar */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 16px;
	color: #282828;
	padding-bottom: 10px;
}
#wp-calendar th,
#wp-calendar td {
	padding: 5px;
}
#wp-calendar tbody td a {
	margin-left: -5px;
	padding: 3px 5px;
	color: #fff;
	background: #dc9814;
}


/* 
 * Widgets: 
 *
 * - Tag cloud
 * - WooCommerce product tags
 */
.nm-footer-widgets .widget_tag_cloud a,
.nm-footer-widgets .widget_product_tag_cloud a,
.nm-footer-widgets .widget_tag_cloud a:hover,
.nm-footer-widgets .widget_product_tag_cloud a:hover,
.widget_tag_cloud a,
.widget_product_tag_cloud a {
	color: #fff;
}
.widget_tag_cloud a,
.widget_product_tag_cloud a {
	display: inline-block;
	float: left;
	font-size: 12px !important;
	line-height: 1;
	margin: 0 6px 6px 0;
	padding: 5px 10px;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;
	background: #282828;
}
.nm-footer-widgets .widget_tag_cloud a:hover,
.nm-footer-widgets .widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
	background: #dc9814;
}
/* Clear fix */
.tagcloud:before,
.tagcloud:after {
    content: " ";
    display: table;
}
.tagcloud:after {
    clear: both;
}
.tagcloud {
	*zoom: 1;
}


/* Widgets:
 *
 * - Search
 * - Product search
 */
.widget_search form,
.widget_product_search form {
	position: relative;
}
.widget_search input,
.widget_product_search input {
	width: 100%;
	margin: 0;
	padding: 9px;
    outline: 0 none;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.widget_product_search label {
	display: none;
}
.widget_search button,
.widget_product_search #searchsubmit {
	display: block;	
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 100;
	font-size: 16px;
	line-height: 45px;
	color: #555;
	width: 35px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: #fff;
}


/* Widget: Recent posts */
.widget_recent_entries ul li {
	margin-bottom: 14px;
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.widget_recent_entries ul li a {
	color: #282828;
}
.widget_recent_entries ul li .post-date {
	display: block;
	font-size: 12px;
}


/* Widget: Recent comments */
.widget_recent_comments ul li,
.widget_recent_comments ul li a.url {
	color: #282828;
}
.widget_recent_comments ul li {
	position: relative;
	padding-left: 28px;
}
.widget_recent_comments ul li:before { /* Comment icon */
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: "\e602";
	font-family: "nm-font";
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	color: #555;
}


/* Widget: Text */
.widget_text p {
	margin-bottom: 14px;
}
.widget_text p.no-spacing {
	margin-bottom: 0;
}


/* #Contact form 7
--------------------------------------------------------------- */

div.wpcf7,
.wpcf7 {
	color: #282828;
	margin-left: -19px;
	overflow: hidden;
}
.wpcf7-form > .wpcf7-form-control-wrap,
.wpb_text_column .wpcf7-form > p,
.wpcf7-form > p {
	margin-bottom: 0;
	padding: 0 0 19px 19px;
}
.wpcf7-form > p.half {
	float: left;
	width: 50%;
}
.wpcf7-form > p:not(.half) {
	clear: both;
}
.wpcf7 .wpcf7-form-control {
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
}
.wpcf7 input.wpcf7-submit {
	display: inline-block;
	width: auto;
	padding: 11px 17px;
}
div.wpcf7-response-output {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 19px;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	color: #398f14;
}
div.wpcf7-mail-sent-ng {
	color: #f00;
}
div.wpcf7-spam-blocked {
	color: #f90;
}
div.wpcf7-validation-errors {
	color: #f00;
}
span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
span.wpcf7-not-valid-tip {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #f00;
	margin-top: 10px;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-right: 14px;
}
span.wpcf7-list-item:last-child {
	margin-right: 0;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}

@media all and (max-width: 768px) {
	.wpcf7 .wpcf7-form-control {
		font-size: 14px;
	}
}
@media all and (max-width: 550px) {
	.wpcf7-form > p.half {
		float: none;
		width: auto;
	}
}


/* #Page not found
--------------------------------------------------------------- */

.nm-page-not-found {
	line-height: 1.6;
	max-width: 550px;
	text-align: center;
	margin: 0 auto;
	padding: 68px 0 82px;
}
.nm-page-not-found-icon {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 37px;
}
.nm-page-not-found-icon:before,
.nm-page-not-found-icon:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: " ";
	width: 37px;
	height: 2px;
	margin-top: -1px;
	background: #dc9814;
}
.nm-page-not-found-icon:before {
	-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
}
.nm-page-not-found-icon:after {
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
}
.nm-page-not-found h2 {
	font-size: 26px;
	line-height: 1.4;
	margin-top: 14px;
}
.nm-page-not-found p {
	color: #888;
	max-width: 300px;
	margin: 18px auto 20px;
}
.nm-page-not-found a {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cfcfcf;
}

@media all and (max-width: 768px) {
	.nm-page-not-found h2 {
		font-size: 24px;
	}
}


/* #Footer
--------------------------------------------------------------- */

.nm-footer {
	position: relative;
	right: 0; /* Needed for the CSS animation */
	float: left;
	clear: both;
	width: 100%;
}

/* Widgets */
.nm-footer-widgets {
	padding: 55px 0 15px;
	background: #fff;
}
.nm-footer-widgets.has-border {
	border-top: 1px solid #eee;
}
.nm-footer-block-grid {
	margin: 0 -15px;
}
.nm-footer-block-grid > li {
	margin-bottom: 0;
	padding: 0 15px 40px;
}

/* Bar */
.nm-footer-bar {
	float: left;
	clear: both;
	color: #aaa;
	line-height: 30px;
	width: 100%;
	vertical-align: middle;
}
.nm-footer-bar-inner {
	padding: 30px 0 31px;
	overflow: hidden;
	background: #282828;
}
.nm-footer-left {
}
.nm-footer-bar-right {
	text-align: right;
}
.nm-footer .nm-footer-bar-right > .menu,
.nm-footer-bar-right > ul {
	float: right;
}
.nm-footer-bar a {
	color: #aaa;
}
.nm-footer-bar a:hover {
	color: #eee;
}
.nm-footer-bar a.nm-copyright-link {
	color: #ccc;
}
/* Bar: Logo */
.nm-footer-bar-logo {
	float: left;
	margin-right: 37px;
}
.nm-footer-bar-logo img {
	display: inline-block;
	vertical-align: middle;
	max-height: 30px;
}
/* Bar: Menu */
.nm-footer-bar .menu {
	float: left;
}
.nm-footer-bar .menu ul.sub-menu {
	display: none;
}
.nm-footer-bar .menu > li {
	float: left;
	border-bottom-color: #3a3a3a;
}
.nm-footer-bar .menu > li > div,
.nm-footer-bar .menu > li > a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 21px 0 0;
}
.nm-footer-bar .nm-footer-bar-right .menu li.nm-footer-bar-text > div,
.nm-footer-bar .menu > li:last-child a,
.nm-footer-bar .menu > li:last-child > div {
	padding-right: 0;
	padding-left: 0;
}
/* Bar: Social icons */
.nm-footer-bar-social li {
	float: left;
	padding-left: 19px;
}
.nm-footer-bar-social li:first-child {
	padding-left: 0;	
}
.nm-footer-bar-social li:hover {
	opacity: 0.8;
}
.nm-footer-bar-social li i {
	font-size: 18px;
	line-height: 30px;
	color: #eee;
	vertical-align: middle;
}

/* Bar: Text/custom content */
.nm-footer-bar-text img {
	max-height: 24px;
	vertical-align: middle;
}

/* Column - Medium (< 992px) */
@media all and (max-width: 991px) {
	/* Bar */
	.nm-footer-bar {
		text-align: center;
	}
	.nm-footer-bar-right {
		text-align: inherit;
	}
	.nm-footer-bar .nm-footer-bar-right > .menu,
	.nm-footer-bar-right > ul {
		float: none;
	}
	
	/* Bar: Logo */
	.nm-footer-bar-logo {
		float: none;
		margin-right: 0;
	}
	
	/* Bar: Menu */
	.nm-footer-bar .menu {
		float: none;
	}
	.nm-footer-bar .menu > li {
		float: none;
		display: inline-block;
	}
	
	/* Bar: Social icons */
	.nm-footer-bar-social {
		padding-top: 14px;
	}
	.nm-footer-bar-social li {
		float: none;
		display: inline-block;
	}
	.nm-footer-bar-social li i {
		font-size: 16px;
	}
	
	/* Bar: Text/custom content */
	.nm-footer-bar-right .nm-footer-bar-text {
		padding-top: 17px;
	}
}
/* Column - Small (< 768px) */
@media all and (max-width: 767px) {
	/* Bar: Menu */
	.nm-footer-bar .menu {
		text-align: left;
	}
	.nm-footer-bar .menu > li {
		display: block;
		border-bottom: 1px solid #3a3a3a;
	}
	.nm-footer-bar .menu > li:last-child {
		border-bottom: 0 none;
	}
	.nm-footer-bar .menu > li > a,
	.nm-footer-bar .menu > li > span {
		display: block;
		padding: 3px 0;	
	}
	
	/* Bar: Social icons */
	.nm-footer-bar-right .menu li.nm-footer-bar-text {
		text-align: center;
	}
}


/* Retina styles
--------------------------------------------------------------- */

/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}*/

/* Elements - Table of Contents
---------------------------------------------------------------
    
	#Reset
	#vc_column_text
	#nm_divider
	#vc_message
	#vc_single_image
	#vc_tabs/vc_tour/vc_accordion common
	#vc_tabs/vc_tour common
	#vc_tabs
	#vc_tour
	#vc_accordion
    #vc_widgetised_sidebar
	#vc_toggle
	#vc_video
    #vc_progress_bar
	#vc_pie
	#nm_banner/nm_banner_slider
	#nm_banner_slider
	#nm_button
	#nm_feature
	#nm_gmap
	#nm_lightbox
	#nm_post_slider
	#nm_social_profiles
	#nm_team
	#nm_testimonial
	#product_categories
    #product_search
	#add_to_cart
	
--------------------------------------------------------------- */


/* #Reset
 * Reset default Visual Composer styles when stock assets are enabled
--------------------------------------------------------------- */

.wpb_row, 
.wpb_content_element, 
ul.wpb_thumbnails-fluid > li,
.wpb_button {
	margin-bottom: 0;
}


/* Element: #vc_column_text
--------------------------------------------------------------- */

.wpb_text_column {
	font-size: 16px;
	line-height: 1.6;
}
.wpb_text_column p {
	margin-bottom: 20px;
}
.wpb_text_column p:last-child {
	margin-bottom: 0;
}
/* Lists */
.wpb_text_column ol li,
.wpb_text_column ul li {
	list-style-position: inside;
}
.wpb_text_column ul li {
	list-style-type: disc;
}
.wpb_text_column ol li {
	list-style-type: decimal;
}
/* Lists: Nested */
.wpb_text_column ol li ol,
.wpb_text_column ol li ul,
.wpb_text_column ul li ul,
.wpb_text_column ul li ol {
	padding-left: 17px;
}

@media all and (max-width: 768px) {
	.wpb_text_column {
		font-size: 14px;
	}
}


/* Element: #nm_divider
--------------------------------------------------------------- */

.nm-divider {
	position: relative;
	min-height: 2px;
}
.nm-divider.separator_align_center {
	text-align: center;
}
.nm-divider.separator_align_right {
	text-align: right;
}
.nm-divider .nm-divider-line {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	display: block;
	content: " ";
	width: 100%;
	height: 1px;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
	background: #eee;
}
.nm-divider .nm-divider-title {
	position: relative;
	z-index: 100;
	display: inline-block;
	font-size: 22px;
	line-height: 1.6;
	padding-right: 14px;
	background: #fff;
}
.nm-divider .nm-divider-title.large {
	font-size: 28px;
}
.nm-divider .nm-divider-title.small {
	font-size: 18px;
}
.nm-divider.separator_align_center .nm-divider-title,
.nm-divider.separator_align_right .nm-divider-title {
	padding-left: 14px;
}
.nm-divider.separator_align_right .nm-divider-title {
	padding-right: 0;
}


/* Element: #vc_message
--------------------------------------------------------------- */

.nm-message-box {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	color: #282828;
	margin-bottom: 14px;
	padding: 19px 21px;
	overflow: hidden;
	background-color: #dff2fe;
}
/* Icon */
.nm-message-box .nm-message-box-icon {
	position: absolute;
	top: 11px;
	left: 21px;
	font-size: 24px;
}
.nm-message-box.info .nm-message-box-icon,
.nm-message-box.warning .nm-message-box-icon {
	top: 12px;
}
.nm-message-box .nm-message-box-icon i {
	line-height: 1.6;
}
/* Text */
.nm-message-box .nm-message-box-text {
	padding-left: 43px;
}
.nm-message-box .nm-message-box-text p {
	margin-bottom: 0;
}
/* Message: Info */
.nm-message-box.info {
	color: #1e85be;
	background-color: #e6f1f9;
}
/* Message: Warning */
.nm-message-box.warning {
	color: #d88f10;
	background-color: #fff7da;
}
/* Message: Success */
.nm-message-box.success {
	color: #239d62;
	background-color: #e7f7ef;
}
/* Message: Error */
.nm-message-box.danger {
	color: #de4440;
	background-color: #fcecec;
}

@media all and (max-width: 550px) {
	.nm-message-box {
		font-size: 14px;
		padding: 14px;
	}
	/* Icon */
	.nm-message-box .nm-message-box-icon {
		top: 4px;
		left: 14px;
	}
	.nm-message-box.info .nm-message-box-icon,
	.nm-message-box.warning .nm-message-box-icon {
		top: 5px;
	}
	/* Text */
	.nm-message-box .nm-message-box-text {
		padding-left: 38px;
	}
}


/* Element: #vc_single_image
--------------------------------------------------------------- */

/* 
 * Full width image
 * Note: The "full-width" class must be entered into the "Extra class name" field in the element modal
 */
.wpb_single_image.full-width .vc_single_image-wrapper {
	display: block;
}
.wpb_single_image.full-width img {
	width: 100%;
}


/* Element: #vc_tabs/vc_tour/vc_accordion common
--------------------------------------------------------------- */

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
	font-size: 18px;
	line-height: 1.4;
	color: #a0a0a0;
	padding: 0 0 5px;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: transparent;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 0;
}

@media all and (max-width: 768px) {
	.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
	.wpb_content_element .wpb_accordion_header a {
		font-size: 16px;
	}
}


/* Element: #vc_tabs/vc_tour common
--------------------------------------------------------------- */

.wpb_content_element .wpb_tabs_nav {
	margin-bottom: 27px;
	text-align: center;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
	background-color: transparent;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	border-bottom: 1px solid transparent;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a {
	color: #282828;
	border-color: #e1e1e1;
}

@media all and (max-width: 768px) {
	.wpb_content_element .wpb_tabs_nav {
		margin-bottom: 16px;
	}
	.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {	
		display: block;
		float: none;
		margin-bottom: 12px;
    	padding-bottom: 12px;
		border-bottom-color: #eee;
	}
}


/* Element: #vc_tabs
--------------------------------------------------------------- */

.wpb_tabs .wpb_tabs_nav li {
	float: none;
	display: inline-block;
	margin: 0;
}
.wpb_tabs .wpb_tabs_nav li a {
	margin: 0 14px;
}

@media all and (max-width: 768px) {
	.wpb_tabs .wpb_tabs_nav li {
		display: block;
	}
	.wpb_tabs .wpb_tabs_nav li a {
		margin: 0;
	}
}


/* Element: #vc_tour
--------------------------------------------------------------- */

.wpb_tour .wpb_tabs_nav {
	width: 25%;
	text-align: left;
}
.wpb_tour .wpb_tabs_nav li {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	white-space: normal;
}
.wpb_tour .wpb_tabs_nav a {
	float: left;
	width: auto;
	margin: 0 0 19px;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	width: 75%;
	padding: 0 0 0 20px;
}

@media all and (max-width: 768px) {
	.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
	.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {		
		float: none;
		width: 100%;
	}
	.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
		padding: 0;
	}
}


/* Element: #vc_accordion
--------------------------------------------------------------- */

.wpb_accordion .wpb_accordion_section {
	border-bottom: 1px solid #eee;
}
.wpb_accordion .wpb_accordion_section:last-child {
	border-bottom: 0 none;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	line-height: 1.2;
	margin: 0;
	padding: 11px 0;
	outline: none;
	border: 0 none;
	background: none;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	color: #282828;
	margin: 0;
	padding: 0 34px 0 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
	color: #282828;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
	font-family: 'nm-font';
	font-size: 20px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #282828;
	content: "\e609";
	width: auto;
	height: auto;
	background: none;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a:before {
	content: "\e616";
}
.wpb_accordion .wpb_accordion_wrapper .ui-icon {
	display: none !important;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	top: auto;​
	​color: inherit;
	margin: 0;
	padding: 0 0 26px;
	border: 0 none;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	background: none;
}


/* Element: #vc_widgetised_sidebar
--------------------------------------------------------------- */

.wpb_widgetised_column {
	margin-bottom: 12px;
}


/* Element: #vc_toggle
--------------------------------------------------------------- */

.vc_toggle {
	margin-bottom: 21px;
}
.vc_toggle_title {
	position: relative;
	margin-bottom: 9px;
	padding-left: 26px;
	cursor: pointer;
}
.vc_toggle_title h3 {
	font-size: 20px;
	line-height: 1.4;
}
.vc_toggle_title i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
	font-size: 20px;
	color: #282828;
}
.vc_toggle_active .vc_toggle_title i:before {
	content: "\e616";
}
.vc_toggle_content {
	display: none;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
	padding-left: 26px;
}
.vc_toggle_active .vc_toggle_content {
	display: block;
}

@media all and (max-width: 768px) {
	.vc_toggle_title h3 {
		font-size: 18px;
	}
}


/* Element: #vc_video
--------------------------------------------------------------- */

.wpb_video_wrapper .nm-wp-video-wrap { /* Disable responsive fix for default video wrapper */
    position: static;
    height: auto;
    padding-bottom: 0;
    overflow: inherit;
}


/* Element: #vc_progress_bar
--------------------------------------------------------------- */

.vc_progress_bar .vc_single_bar {
	position: relative;
	margin-bottom: 28px;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
	background: none;
}
.vc_progress_bar .vc_single_bar:before {
	position: absolute;
    left: 0;
	bottom: 0;
    content: " ";
    display: block;
	width: 100%;
    height: 5px;
	background: #f5f5f5;
}
.vc_progress_bar .vc_single_bar:last-child {
	margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 1.5;
	color: inherit !important;
	text-shadow: none !important;
	padding: 0 0 14px;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
	font-weight: bold;
	color: #282828;
}
.vc_progress_bar .vc_single_bar .vc_bar {
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	height: 5px;
	background-color: #dc9814;
	width: 0%;
	-webkit-transition: width 1s linear; -moz-transition: width 1s linear; -o-transition: width 1s linear; transition: width 1s linear;
}
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
	background-color: #0074CC;
}
.vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar {
	background-color: #49afcd;
}
.vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_green .vc_bar {
	background-color: #5bb75b;
}
.vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar {
	background-color: #dc9814;
}
.vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
	background-color: #da4f49;
}
.vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_black .vc_bar {
	background-color: #414141;
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar {
    background-color: #FE6C61;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar {
    background-color: #8D6DC4;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar {
    background-color: #4CADC9;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar {
    background-color: #CEC2AB;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar {
    background-color: #50485B;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar {
    background-color: #75D69C;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar {
    background-color: #2A2A2A;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
    background-color: #EBEBEB;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar {
    background-color: #5AA1E3;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar {
    background-color: #6DAB3C;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar {
    background-color: #F4524D;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar {
    background-color: #F79468;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar {
    background-color: #B97EBB;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar {
    background-color: #FFF;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-red .vc_bar {
    background-color: #da4f49;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar {
    background-color: #5472D2;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar {
    background-color: #00C1CF;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar {
    background-color: #FE6C61;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar {
    background-color: #8D6DC4;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar {
    background-color: #4CADC9;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar {
    background-color: #CEC2AB;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar {
    background-color: #50485B;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar {
    background-color: #2A2A2A;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
    background-color: #EBEBEB;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
    background-color: #F7BE68;
}


/* Element: #vc_pie
--------------------------------------------------------------- */

.vc_pie_chart {
	z-index: 0;
	text-align: center;
	opacity: 0;
}
.vc_pie_chart.vc_ready {
	opacity: 1;
}
.vc_pie_chart .vc_pie_wrapper {
	position: relative;
	margin: 0 auto;
}
.vc_pie_chart canvas {
	position: relative;
	z-index: 1;
}
.vc_pie_chart .vc_pie_chart_value {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-size: 22px;
	color: #282828;
	width: 100%;
	height: 100%;
	text-align: center;
}
.vc_pie_chart_back {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 6px solid #e0e0e0 !important;
	border-radius: 50%;
	opacity: 0.3;
}
.vc_pie_chart .wpb_pie_chart_heading {
	font-size: 18px;
	padding-top: 3px;
}


/* Element: #nm_banner/nm_banner_slider
--------------------------------------------------------------- */

.nm-banner {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.nm-banner.image-type-none {
	height: 200px;
}
.nm-banner .nm-banner-link-full {
	display: block;
}
.nm-banner .nm-banner-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.nm-banner.content-boxed .nm-banner-content {
	padding: 0 30px;
}
.nm-banner.content-boxed .nm-banner-content-inner {
	position: relative;
	width: 100%;
	max-width: 1220px; /* 1280px - 60px (padding) */
	height: 100%;
	margin: 0 auto;
}

/* Image */
/* Chrome: Causes "jump" on page-scroll:
.slick-slider .nm-banner img,
.nm-banner img,
.nm-banner-image {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}*/
.slick-slider .nm-banner img,
.nm-banner img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.nm-banner-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
}
.nm-banner.image-type-css div.nm-banner-image {
	height: 200px;
}
.nm-banner.content-boxed div.nm-banner-image {
	width: auto;
}
.nm-banner-alt-image {
	display: none !important;
}

/* Text */
.nm-banner-text {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 10;
	width: 80%;
	margin: 0 auto;
	padding-right: 5%;
	padding-left: 5%;
	text-align: left;
	/* Chrome: Causes "jump" on page-scroll: -webkit-backface-visibility: hidden;*/ /* Chrome/Safari animation fix */
}
/* Text: Position */
.nm-banner-text.h_right {
	right: 0;
	left: auto;
}
.nm-banner-text.h_left {
	right: auto;
	left: 0;
}
.nm-banner-text.v_top {
	top: 0;
	bottom: auto;
	padding-top: 5%;
}
.nm-banner-text.v_center {
	bottom: 50%;
	-webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%);
}
.nm-banner-text.v_bottom {
	bottom: 0;
	padding-bottom: 5%;
}
/* Text: Alignment */
.nm-banner-text.align_center {
	text-align: center;
}
.nm-banner-text.align_right {
	text-align: right;
}
.csstransforms3d .nm-banner-slider .nm-banner-text-inner.animated {
	opacity: 0;
}
/* Text: Size */
.nm-banner-text .nm-banner-title {
	color: #282828;
	line-height: 1.2;
}
.nm-banner-text .nm-banner-title.small {
	font-size: 20px;
}
.nm-banner-text .nm-banner-title.medium {
	font-size: 28px;
}
.nm-banner-text .nm-banner-title.large {
	font-size: 34px;
}
.nm-banner-text .nm-banner-subtitle {
	display: block;
    font-size: 16px;
	line-height: 1.4;
	color: #888;
	margin-top: 15px;
}
/* Text: Link */
.nm-banner-text .nm-banner-link {
	display: inline-block;
	font-size: 20px;
    font-weight: 300;
	line-height: 1.4;
	color: #888;
	white-space: nowrap;
	margin: 16px 0 6px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #cfcfcf;
}
/* Text: Color */
.nm-banner.text-color-light .nm-banner-text .nm-banner-title { color: #eee; }
.nm-banner.text-color-light .nm-banner-text .nm-banner-subtitle { color: #aeaeae; }
.nm-banner.text-color-light .nm-banner-text .nm-banner-link { 
	color: #a1a1a1;
	border-bottom-color: #707070; 
}
.nm-banner-text .nm-banner-link:hover,
.nm-banner.text-color-light .nm-banner-text .nm-banner-link:hover { color: #dc9814; }

@media (max-width: 1200px) {
	/* Text: Size */
	.nm-banner-text .nm-banner-title.medium {
		font-size: 26px;
	}
	.nm-banner-text .nm-banner-title.large {
		font-size: 32px;
	}
}
@media all and (max-width: 991px) {
	/* Text: Size */
	.nm-banner-text .nm-banner-title.small {
		font-size: 18px;
		line-height: 1.4;
	}
	.nm-banner-text .nm-banner-title.medium {
		font-size: 22px;
		line-height: 1.4;
	}
	.nm-banner-text .nm-banner-title.large {
		font-size: 26px;
	}
	/* Text: Link */
	.nm-banner-text .nm-banner-link {
		font-size: 18px;
		margin-top: 8px;
	}
}
@media all and (max-width: 768px) {
	.nm-banner.content-boxed .nm-banner-content {
		padding: 0 15px;
	}
	.nm-banner.has-alt-image .nm-banner-content {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		height: auto;
		padding: 19px 0 0;
		background: #fff;
		-webkit-backface-visibility: hidden; /* Android/Chrome fix: Background-color removed when animating */
	}
	.nm-banner-slider .nm-banner.has-alt-image .nm-banner-content {
		padding: 19px 0 20px;
	}
	.nm-banner.content-boxed.full-width-parent.has-alt-image .nm-banner-content,
	.nm-banner-slider.slider-type-full .nm-banner.has-alt-image .nm-banner-content {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	/* Image */
	.slick-slider .nm-banner.has-alt-image img,
	.nm-banner.has-alt-image img,
	.nm-banner.has-alt-image .nm-banner-image {
		display: none;
	}
	.nm-banner.has-alt-image img.nm-banner-alt-image {
		display: inline-block !important;
	}
	.nm-banner.has-alt-image div.nm-banner-alt-image { /* background image */
		display: block !important;
	}
	
	/* Text */
	.nm-banner.has-alt-image .nm-banner-text,
	.nm-banner.has-alt-image .nm-banner-text.h_right,
	.nm-banner.has-alt-image .nm-banner-text.h_left,
	.nm-banner.has-alt-image .nm-banner-text.v_top,
	.nm-banner.has-alt-image .nm-banner-text.v_center,
	.nm-banner.has-alt-image .nm-banner-text.v_bottom {
		position: relative;
		top: auto; 
		right: auto; 
		bottom: auto; 
		left: auto;
		width: 100% !important;
		padding: 0 !important;
		-webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none;
	}
	/* Text: Alignment */
	.nm-banner.has-alt-image .nm-banner-text,
	.nm-banner.has-alt-image .nm-banner-text.align_center,
	.nm-banner.has-alt-image .nm-banner-text.align_right {
		text-align: left;
	}
	.csstransforms3d .nm-banner-slider .nm-banner.has-alt-image .nm-banner-text-inner.animated { /* Disable text animation */
		opacity: 1;
		-webkit-animation: none; animation: none;
	}
	/* Text: Size */	
	.nm-banner-slider .nm-banner-text .nm-banner-title { /* Hide text overflow */
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.nm-banner-text .nm-banner-title.small,
	.nm-banner-text .nm-banner-title.medium,
	.nm-banner-text .nm-banner-title.large {
		font-size: 20px;
		line-height: 1.4;
	}
	.nm-banner.has-alt-image .nm-banner-text .nm-banner-title.small,
	.nm-banner.has-alt-image .nm-banner-text .nm-banner-title.medium,
	.nm-banner.has-alt-image .nm-banner-text .nm-banner-title.large {
		font-size: 20px;
	}
	.nm-banner-text .nm-banner-subtitle {
		margin-top: 10px;
		margin-bottom: 6px;
	}
	.nm-banner.has-alt-image .nm-banner-text .nm-banner-subtitle {
		display: none;
	}
	/* Text: Link */
	.nm-banner-text .nm-banner-link {
		margin: 5px 0 0;
		padding: 0;
		border-bottom: 0 none;
	}
	.nm-banner.has-alt-image .nm-banner-text .nm-banner-link {
		display: block;
		font-size: 16px;
	}
	/* Text: Color */
	.nm-banner.has-alt-image .nm-banner-text .nm-banner-title,
	.nm-banner.has-alt-image .nm-banner.text-color-light .nm-banner-text .nm-banner-title {
		color: #282828;
	}
	.nm-banner.has-alt-image .nm-banner-text .nm-banner-link,
	.nm-banner.has-alt-image .nm-banner.text-color-light .nm-banner-text .nm-banner-link { 
		color: #888;
	}
}
@media all and (max-width: 550px) {
	/* Text: Size */	
	.nm-banner-text .nm-banner-title.small,
	.nm-banner-text .nm-banner-title.medium,
	.nm-banner-text .nm-banner-title.large {
		font-size: 18px;
	}
	/* Text: Link */
	.nm-banner-text .nm-banner-link {
		font-size: 16px;
	}
}
@media all and (max-width: 400px) {
	.nm-banner.has-alt-image .nm-banner-content,
	.nm-banner-slider .nm-banner.has-alt-image .nm-banner-content {
		padding-top: 18px;
	}
	.nm-banner-slider .nm-banner.has-alt-image .nm-banner-content {
		padding-bottom: 17px;
	}
	
	/* Text */
	.nm-banner.has-alt-image .nm-banner-text {
		padding: 0 !important;
	}
	/* Text: Size */
	.nm-banner .nm-banner-text .nm-banner-title {
		font-size: 16px !important;
	}
	/* Text: Link */
	.nm-banner-text .nm-banner-link {
		margin-top: 3px;
	}
}


/* Element: #nm_banner_slider
--------------------------------------------------------------- */

.nm-banner-slider {
	overflow: hidden;
}
.nm-banner-slider .draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.nm-banner-slider .draggable:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* Arrows */
.nm-banner-slider .slick-prev,
.nm-banner-slider .slick-next { 
	display: block;
	color: #111;
	width: 50px;
	text-align: center;
}
.nm-banner-slider.slick-slider:hover .slick-prev,
.nm-banner-slider.slick-slider:hover .slick-next {
	opacity: 0.91;
}
.nm-banner-slider.slick-slider:hover .slick-prev {
	left: 19px;
}
.nm-banner-slider.slick-slider:hover .slick-next {
	right: 19px;
}
/* Arrows: Disabled */
.nm-banner-slider.slick-slider .slick-prev.slick-disabled,
.nm-banner-slider.slick-slider .slick-next.slick-disabled {
	opacity: 0;
}
/* Arrows: Icons */
.nm-banner-slider .slick-prev i,
.nm-banner-slider .slick-next i {
	position: relative;
	top: 7px;
	display: inline-block;
	font-size: 62px;
	width: auto;
}

@media (max-width: 1200px) {
	/* Arrows */
	.nm-banner-slider .slick-prev,
	.nm-banner-slider .slick-next { 
		width: 42px;
	}
	.nm-banner-slider.slick-slider:hover .slick-prev {
		left: 5px;
	}
	.nm-banner-slider.slick-slider:hover .slick-next {
		right: 5px;
	}
	/* Arrows: Icons */
	.nm-banner-slider .slick-prev i,
	.nm-banner-slider .slick-next i {
		font-size: 52px;
		top: 5px;
	}
}
@media all and (max-width: 991px) {
	.nm-banner-slider.slick-dots-inside {
		overflow: visible;
		padding-bottom: 30px;
	}
	
	/* Arrows */
	.nm-banner-slider .slick-prev,
	.nm-banner-slider .slick-next {
		width: 37px;
		margin-top: -80px;
	}
	.nm-banner-slider.slick-slider:hover .slick-prev {
		left: 0px;
	}
	.nm-banner-slider.slick-slider:hover .slick-next {
		right: 0px;
	}
	
	/* Arrows: Icons */
	.nm-banner-slider .slick-prev i,
	.nm-banner-slider .slick-next i {
		font-size: 46px;
		top: 5px;
	}
	
	/* Dots */
	.nm-banner-slider .slick-dots,
	.nm-banner-slider .slick-dots-inside .slick-dots {
		left: 0;
		bottom: 0;
		max-width: none;
		padding: 0 15px;
		text-align: center;
		-webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none;		
	}
}
@media all and (max-width: 768px) {
	.nm-banner-slider.slick-dots-inside {
		padding-bottom: 47px;
	}
	
	/* Arrows */
	.nm-banner-slider .slick-prev,
	.nm-banner-slider .slick-next {
		margin-top: -89px;
	}
	.nm-banner-slider.alt-image-visible .slick-prev,
	.nm-banner-slider.alt-image-visible .slick-next { /* Arrow offset when alt. tablet/mobile image is visible */
		margin-top: -134px;
	}
	
	/* Dots */
	.nm-banner-slider .slick-dots,
	.nm-banner-slider .slick-dots-inside .slick-dots {
		right: 0;
		width: auto;
		margin: 0;
		padding: 15px 0 16px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.nm-banner-slider.slider-type-full .slick-dots,
	.nm-banner-slider.slider-type-full .slick-dots-inside .slick-dots {
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media all and (max-width: 550px) {
	/* Arrows */
	.nm-banner-slider .slick-prev,
	.nm-banner-slider .slick-next {
		width: 27px;
	}
	
	/* Arrows: Icons */
	.nm-banner-slider .slick-prev i,
	.nm-banner-slider .slick-next i {
		font-size: 34px;
		top: 3px;
	}
}
@media all and (max-width: 400px) {
	.nm-banner-slider.slick-dots-inside {
		padding-bottom: 42px;
	}
	
	/* Arrows */
	.nm-banner-slider.alt-image-visible .slick-prev,
	.nm-banner-slider.alt-image-visible .slick-next { /* Arrow offset when alt. tablet/mobile image is visible */
		margin-top: -127px;
	}
	
	/* Dots */
	.nm-banner-slider .slick-dots,
	.nm-banner-slider .slick-dots-inside .slick-dots {
		padding: 12px 0 14px;
	}
}


/* Element: #nm_button
--------------------------------------------------------------- */

.nm_btn_align_center {
	text-align: center;
}
.nm_btn_align_right {
	text-align: right;
}
.nm_btn {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	min-width: 140px;
	padding: 12px 28px 10px;
	cursor: pointer;
	text-align: center;
}
/* Title */
.nm_btn_title {
	position: relative;
	z-index: 100;
}
/* Background */
.nm_btn_bg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	border: 1px solid;
	-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
/* Size */
.nm_btn_lg {
	padding: 17px 36px 16px;
}
.nm_btn_sm {
	padding: 9px 20px 8px;
}
.nm_btn_xs {
	min-width: 100px;
	padding: 7px 14px 6px;
}
/* Style: Rounded */
.nm_btn_filled_rounded .nm_btn_bg,
.nm_btn_border_rounded .nm_btn_bg {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
/* Style: Filled */
.nm_btn_filled,
.nm_btn_filled_rounded {
	color: #fff;
}
.nm_btn_filled:hover,
.nm_btn_filled_rounded:hover {
	color: #fff;
}
.nm_btn_filled .nm_btn_bg,
.nm_btn_filled_rounded .nm_btn_bg {
	border-color: transparent;
	background-color: #181818;
}
.nm_btn_filled:hover .nm_btn_bg,
.nm_btn_filled_rounded:hover .nm_btn_bg {
	opacity: 0.73;
}
/* Style: Border */
.nm_btn_border,
.nm_btn_border_rounded {
	color: #555;
}
.nm_btn_border:hover .nm_btn_bg,
.nm_btn_border_rounded:hover .nm_btn_bg {
	opacity: 0.37;
}
/* Style: Link */
.nm_btn_link {
	min-width: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e1e1e1;
}
.nm_btn_link .nm_btn_bg {
	display: none;
}


/* Element: #nm_feature
--------------------------------------------------------------- */

.nm-feature {
	position: relative;
}
.nm-feature.bottom-spacing-small {
	padding-bottom: 11px;
}
.nm-feature.bottom-spacing-medium {
	padding-bottom: 37px;
}
.nm-feature.bottom-spacing-large {
	padding-bottom: 55px;
}

/* Icon/Image */
.nm-feature .nm-feature-icon {
	display: block;
	font-size: 38px;
	line-height: 38px;
	color: #282828;
	width: 80px;
	height: 80px;
	text-align: center;
	margin-bottom: 21px;
}
.nm-feature.icon-style-simple .nm-feature-icon {
	font-size: 52px;
	line-height: 52px;
}
.nm-feature.layout-default.icon-style-simple .nm-feature-icon,
.nm-feature.layout-centered.icon-style-simple .nm-feature-icon,
.nm-feature.icon-style-image-default .nm-feature-icon,
.nm-feature.icon-style-image-rounded .nm-feature-icon {
	width: auto;
	height: auto;
}
.nm-feature.icon-style-background .nm-feature-icon,
.nm-feature.icon-style-border .nm-feature-icon,
.nm-feature.icon-style-image-rounded .nm-feature-icon img {
	overflow: hidden;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.nm-feature.icon-style-background .nm-feature-icon {
	color: #fff;
	padding-top: 21px;
	background: #1a1a1a;
}
.nm-feature.icon-style-border .nm-feature-icon {
	padding-top: 19px;
	border: 2px solid #282828;
}
.nm-feature .nm-feature-icon i {
	display: block;
	cursor: default;
}
.nm-feature .nm-feature-icon img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

/* Content */
.nm-feature .nm-feature-content {
}
.nm-feature h2 {
	font-size: 22px;
	line-height: 1.4;
}
.nm-feature h3 {
	font-size: 16px;
	line-height: 1.6;
	color: #888;
	margin-bottom: 2px;
}
.nm-feature .wpb_text_column {
	margin-top: 12px;
}
.nm-feature .vc_btn {
	display: inline-block;
	margin-top: 15px;
}

/* Layout: Default */
.nm-feature.layout-default.icon-style-simple .nm-feature-icon {
	text-align: left;
}

/* Layout: Centered */
.nm-feature.layout-centered {
	text-align: center;
}
.nm-feature.layout-centered .nm-feature-icon,
.nm-feature.layout-centered .nm-feature-icon img {
	margin-right: auto;
	margin-left: auto;
}

/* Layout: Icon right/Icon left common */
.nm-feature.layout-icon_right .nm-feature-icon,
.nm-feature.layout-icon_left .nm-feature-icon {
	font-size: 34px;
	line-height: 34px;
	width: 68px;
	height: 68px;
}
.nm-feature.layout-icon_right.icon-style-background .nm-feature-icon,
.nm-feature.layout-icon_left.icon-style-background .nm-feature-icon {
	padding-top: 17px;
}
.nm-feature.layout-icon_right.icon-style-border .nm-feature-icon,
.nm-feature.layout-icon_left.icon-style-border .nm-feature-icon {
	padding-top: 15px;
}
.nm-feature.layout-icon_right.icon-style-image-default .nm-feature-icon,
.nm-feature.layout-icon_left.icon-style-image-default .nm-feature-icon,
.nm-feature.layout-icon_right.icon-style-image-rounded .nm-feature-icon,
.nm-feature.layout-icon_left.icon-style-image-rounded .nm-feature-icon {
	padding: 0;
}

/* Layout: Icon right */
.nm-feature.layout-icon_right {
	padding-right: 93px;
}
.nm-feature.layout-icon_right.icon-style-simple {
	padding-right: 54px;
}
.nm-feature.layout-icon_right .nm-feature-icon {
	position: absolute;
    top: 0;
	right: 0;
}
.nm-feature.layout-icon_right.icon-style-simple .nm-feature-icon {
	width: auto;
	height: auto;
}

/* Layout: Icon left */
.nm-feature.layout-icon_left {
	padding-left: 93px;
}
.nm-feature.layout-icon_left.icon-style-simple {
	padding-left: 54px;
}
.nm-feature.layout-icon_left .nm-feature-icon {
	position: absolute;
    top: 0;
    left: 0;
}
.nm-feature.layout-icon_left.icon-style-simple .nm-feature-icon {
	width: auto;
	height: auto;
}


/* Element: #nm_gmap
--------------------------------------------------------------- */

.nm-gmap {
	position: relative;
}
.nm-gmap.aspect-ratio {
	height: 0;
	padding-bottom: 56.25%; /* Aspect ratio height */
}
.nm-gmap img { /* Zoom control fix */
	max-width: none;
}

@media all and (max-width: 400px) {
	.nm-gmap:not(.aspect-ratio) {
		max-height: 340px;
	}
}


/* Element: #nm_lightbox
--------------------------------------------------------------- */

.nm-lightbox {
	position: relative;
	cursor: pointer;
}
.nm-lightbox img {
	display: inline-block;
	width: 100%;
	height: auto;
}
.nm-lightbox i {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	font-size: 14px;
	line-height: 50px;
	color: #282828;
	width: 50px;
	height: 50px;
	text-align: center;
}
.nm-lightbox:hover .nm-image-overlay {
	opacity: 1;
}


/* Element: #nm_post_slider
--------------------------------------------------------------- */

.nm-post-slider {
	margin: 0 -15px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
.nm-post-slider.slick-initialized {
	opacity: 1;
}
.nm-post-slider-inner {
	padding: 0 15px;
}
/* Image */
.nm-post-slider-image {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}	
.nm-post-slider-image img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.nm-post-slider.slick-initialized .nm-post-slider-image img {
	width: 100%;
}
/* Image: Background image */
.nm-post-slider-image .bg-image {
	width: 100%;
	height: 280px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Image: Placeholder */
.nm-post-slider-noimage {
	display: block;
	width: 100%;
	height: 280px;
	background: #f7f7f7;
}
/* Image: Overlay */
.nm-post-slider .nm-image-overlay {
	display: none;
}
.nm-post-slider.slick-initialized .nm-image-overlay {
	display: block;
}
.nm-post-slider-image:hover .nm-image-overlay {
	opacity: 1;
}
/* Content */
.nm-post-slider-content .nm-post-meta {
	line-height: 2;
	margin: 16px 0 8px;
}
.nm-post-slider-content h3 {
	font-size: 18px;
	line-height: 1.6;
}
.nm-post-slider-content .nm-post-slider-excerpt {
	margin-top: 7px;
}

@media all and (max-width: 991px) {
	/* Content */
	.nm-post-slider-content .nm-post-meta:before {
		width: 19px;
	}
	.nm-post-slider-content .nm-post-meta {
		padding-left: 29px;
	}
}


/* Element: #nm_social_profiles
--------------------------------------------------------------- */

.nm-social-profiles.align-center {
	text-align: center;
}
.nm-social-profiles.align-right {
	text-align: right;
}
.nm-social-profiles li {
	display: inline-block;
	margin: 5px 14px 5px;
}
.nm-social-profiles li a {
    line-height: 30px;
    vertical-align: middle;
}
.nm-social-profiles.icon-size-small li a {
	font-size: 18px;
}
.nm-social-profiles.icon-size-medium li a {
	font-size: 20px;
}
.nm-social-profiles.icon-size-large li a {
	font-size: 24px;
}


/* Element: #nm_team
--------------------------------------------------------------- */

.nm-team > li {
	padding-bottom: 25px;
}
.nm-team-member {
	text-align: center;
}

/* Image */
.nm-team-member-image {
	position: relative;
	text-align: center;
	margin-bottom: 19px;
}
.nm-team-member-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.nm-team-member-image.rounded img,
.nm-team-member-image.rounded .nm-team-member-overlay {
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}

/* Image overlay */
.nm-team-member-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background: #282828;
	background: rgba(0, 0, 0, 0.7);
}
.nm-team-member-overlay:before { /* Fix: Center vertical */
	display: inline-block;
	content: " ";
	height: 100%;
	vertical-align: middle;
}
.nm-team-member:hover .nm-team-member-overlay {
	opacity: 1;
}

/* Social icons */
.nm-team-member-social-icons {
	position: relative;
	top: 10px;
    display: inline-block;
    height: auto;
    text-align: center;
    vertical-align: middle;
	-webkit-transition: top 0.2s ease; -moz-transition: top 0.2s ease; -o-transition: top 0.2s ease; transition: top 0.2s ease;
}
.nm-team-member:hover .nm-team-member-social-icons {
	top: 0;
}
.nm-team-member-social-icons li {
	display: inline-block;
}
.nm-team-member-social-icons li a {
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
	padding: 0 10px;
}
.nm-team-member-social-icons li a:hover {
	color: #fff;
}

/* Content */
.nm-team-member-content {
}
.nm-team-member-content h2 {
	font-size: 18px;
	line-height: 1.4;
}
.nm-team-member-content h3 {
	font-size: 14px;
	line-height: 1.6;
	color: #888;
	margin-top: 3px;
	margin-bottom: 2px;
}
.nm-team-member-content .wpb_text_column {
	margin-top: 11px;
}

@media all and (max-width: 550px) {
	/* Content */
	.nm-team-member-content h2 {
		font-size: 18px;
	}
}
@media all and (max-width: 400px) {
	/* Image overlay */
	.nm-team-member-overlay {
		display: none;
	}
	
	/* Content */
	.nm-team-member-content h2 {
		font-size: 16px;
	}
}


/* Element: #nm_testimonial
--------------------------------------------------------------- */

.nm-testimonial {
	position: relative;
}
.nm-testimonial-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
}
.nm-testimonial-image img {
	width: 100%;
	max-width: 100px;
	height: auto;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.has-image .nm-testimonial-content {
	padding-top: 8px;
	padding-left: 123px;
}
.nm-testimonial-description {
	font-size: 16px;
	line-height: 1.6;
	color: #282828;
}
.nm-testimonial-author {
	font-size: 14px;
	line-height: 1.6;
	color: #888;
	margin-top: 10px;
}
.nm-testimonial-author span {
	position: relative;
	display: inline-block;
	padding-left: 38px;
}
.nm-testimonial-author span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: " ";
	width: 28px;
	height: 1px;
	background: #ccc;
}
.nm-testimonial-author em {
	display: inline-block;
	font-style: normal;
}

@media all and (max-width: 768px) {
	.nm-testimonial {
		text-align: center;
	}
	.nm-testimonial-image {
		position: static;
		width: auto;
	}
	.has-image .nm-testimonial-content {
		padding-top: 16px;
		padding-left: 0;
	}	
}
@media all and (max-width: 400px) {
	.nm-testimonial-author span {
		padding-left: 0;
	}
	.nm-testimonial-author span:before {
		display: none;
	}
}


/* Element: Product categories - #product_categories
--------------------------------------------------------------- */

.nm-product-categories.packery-enabled .nm-products {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
}
.nm-product-categories.packery-enabled .nm-products.show {
	opacity: 1;
}
.nm-product-categories [class*="block-grid-"],
.nm-product-categories .nm-products {
	margin: 0 -5px -10px;
}
.nm-product-category-inner {
	position: relative;
}
.nm-product-categories [class*="block-grid-"] > li.product-category,
.nm-product-categories .product-category {
	opacity: 1;
	padding: 0 5px 10px;
}
.nm-product-category-inner > a {
	display: block;
	width: 100%;
	height: 100%;
}
.product-category img {
    display: inline-block; /* Chrome: Images "jump" on page-scroll when set to "block" */
	width: 100%;
	height: auto;
}
.nm-product-category-text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5%;
}
.nm-product-category-text .nm-product-category-heading,
.nm-product-category-text > a {
	display: block;
	line-height: 1.4;
    margin: 0;
    padding: 0;
}
.nm-product-category-text .nm-product-category-heading {
	font-size: 20px;
}
.nm-product-category-text .nm-product-category-heading a {
	color: inherit;
}
.nm-product-category-text > a {
	font-size: 16px;
	padding-top: 3px;
}

@media all and (max-width: 400px) {
	.nm-product-category-text {
		padding: 6.1%;
	}
	.nm-product-category-text .nm-product-category-heading {
		font-size: 16px;
	}
	.nm-product-category-text > a {
		display: none;
	}
}


/* Element: Product search - #product_search
--------------------------------------------------------------- */

.nm-product-search {
    position: relative;
    width: 100%;
}
.nm-product-search input {
    width: 100%;
}
.nm-product-search button {
	display: block;	
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 100;
	font-size: 16px;
	line-height: 45px;
	color: #555;
	width: 35px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: transparent;
}


/* Element: Product slider - #product_slider
--------------------------------------------------------------- */

.nm-product-slider {
	position: relative;
    margin: 0 -8px;
}
.nm-product-slider .nm-products {
    margin: 0;
    padding: 0;
}
.nm-product-slider .nm-shop-loop-details {
    padding-bottom: 0;
}

/* Before slider initialization */
.nm-product-slider .nm-products {
    max-height: 424px;
    overflow: hidden;
    opacity: 0;
	-webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}

/* After slider initialization */
.nm-product-slider .nm-products.slick-initialized {
    max-height: none;
    overflow: visible;
	opacity: 1;
}
.nm-product-slider .nm-products .slick-list li {
    padding: 0 8px;
}

/* Medium */
@media (min-width: 750px) {
	.nm-product-slider {
		margin: 0 -10px;
	}
	.nm-product-slider .nm-products .slick-list li {
		padding: 0 10px;
	}
}
/* Large */
@media (min-width: 1020px) {
	.nm-product-slider {
		margin: 0 -12px;
	}
	.nm-product-slider .nm-products .slick-list li {
		padding: 0 12px;
	}
}


/* Element: Add to cart - #add_to_cart
--------------------------------------------------------------- */

.add_to_cart_inline {
	text-align: center;
}
.add_to_cart_inline .amount {
	display: block;
	font-size: 16px;
}
.add_to_cart_inline del,
.add_to_cart_inline ins {
	display: block;
	background: none;
}
.add_to_cart_inline ins {
	color: #dc9814;
}
.add_to_cart_inline del .amount,
.add_to_cart_inline ins .amount {
	display: inline-block;
}
.add_to_cart_inline del .amount {
	text-decoration: line-through;
}
.add_to_cart_inline .add_to_cart_button {
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	margin-top: 8px;
	padding: 8px 28px;
	background: #282828;
}
.add_to_cart_inline .added_to_cart {
	display: none;
}

/*
  █   █ █  █ █▀▀█ ▀▀█▀▀ ▀█ █ ▀█
  █▄█▄█ █▀▀█ █▄▄█   █   █▀ ▀ █▀
   ▀ ▀  ▀  ▀ ▀  ▀   ▀   ▄  ▄ ▄
   FDS Custom styles
       for e-commerce
*/

/* COLORS */
.color-main {color: #00ccff;}
.color-main-bg {background: : #00ccff}
.color-main-orange-dark {color: #fec026}
.color-orange-dark {background: #fec026}
.color-orange-light {background: #fecf48}
.color-orange-v-light {background: #fcdf67}

input[type=submit] {background-color: #00ccff!important}

/* MENU */
.nm-menu li a {font-weight: 800; text-transform: uppercase;} 

/* TYPO */
.elementor-widget-call-to-action .elementor-cta__title {color: #fec026}
.tnp-email {min-width: 320px; margin-right: 10px}

/* GDPR hack */
input[name=gdpr_terms] {    
    margin-right: 10px;
} 
.wordpress-gdpr-privacy-center-items p { min-height: 55px; line-height: 17px; }


/* Template hack */
/*.nm-post-header, .nm-post-meta {
  display: none!important;
}*/

/* Form: Checkbox - Custom input */
/*.woocommerce-form__label-for-checkbox {
    position: relative;
}
.woocommerce-form__label-for-checkbox input {
    visibility: hidden;
}
.woocommerce-form__label-for-checkbox span {
    display: inline-block;
}
.woocommerce-form__label-for-checkbox input + span:before {
  position: absolute;
  top: 7px;
  left: 0;
    display: block;
  content: " ";
  width: 14px;
  height: 14px;
    border: 1px solid #ccc;
  cursor: pointer;
}
.woocommerce-form__label-for-checkbox input:checked + span:before {
  font-family: 'nm-font';
    font-size: 12px;
  line-height: 10px;
  font-style: normal;
  font-weight: normal;
  color: #000;
    content: "\e116";
  text-align: center;
}*/

/*ELEMENTOR hack
elementor-hidden-desktop
elementor-hidden-tablet
elementor-hidden-phone
.db-column-flex-grow .elementor-column { flex: 1 1 auto; }*/


