/*
	Theme Name: Savoy
	Theme URI: http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description: Savoy - Modern AJAX enabled WooCommerce theme.
	Version: 2.5.5
	License:
	License URI:
	Author: NordicMade
	Author URI: http://www.nordicmade.com
	Tags: responsive-layout, 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 logo centered
    #Header: Stacked centered
    #Header: Search
	#Mobile menu
	#Widget panel
	#Pagination
	#Blog
	#Blog: Classic
    #Blog: Grid
	#Blog: List
	#Blog: No results
	#Blog: Single post
	#Blog: Single post - Password protected
	#Search results
	#Comments
	#Comments: Entries
    #Post/page/editor content
    #Blocks
    #Elementor
	#Gallery
	#Widgets
	#Contact form 7
	#Page not found
	#Footer
    #Footer widgets
    #Footer bar
    #Footer bar: Stacked
    #Footer bar: Centered
    #Plugin: Flickity

--------------------------------------------------------------- */


/* #Reset
--------------------------------------------------------------- */

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, center, cite, code, dd, del, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, label, legend, li, menu, nav, object, ol, output, p, pre, q, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
b, strong {
	font-weight: bold;
	font-weight: 900;
}
img {
	font-size: 0;
	color: transparent;
    max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: inherit;
	vertical-align: top;
	text-align: left;
}
small {
	font-size: 75%;
}
p:empty {
	display: none !important;
}


/* #General
--------------------------------------------------------------- */

*, *:after, *:before {
	-webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}

/* Transition preload fix */
.nm-preload * {
	-webkit-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. */
a {
	color: #dc9814;
	outline: 0;
    text-decoration: none;
	-webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
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%; 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 #e1e1e1;
	-webkit-border-radius: 0; border-radius: 0;
	-webkit-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 {
        padding-right: 28px;
		background-color: #fff;
		background-image: url("assets/img/select-arrow@2x.gif");
		/*background-position: 98.5% 50%;*/
        background-position: calc(100% - 10px) 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 */
.widget form > button,
input[type=submit],
.button {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 9px 15px 10px;
	border: 0 none;
	-webkit-border-radius: 0; border-radius: 0;
	text-align: center;
	opacity: 1;
	cursor: pointer;
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background-color: #282828;
}
input[type=submit]:hover,
.button:hover {
	color: #fff;
	opacity: 0.82;
}
input[type=submit]:active,
input[type=submit]:focus,
.button:active,
.button:focus {
	outline: none;
}
.touch input[type=submit]:hover,
.touch input[type=submit]:active,
.touch input[type=submit]:focus,
.touch .button:hover,
.touch .button:active,
.touch .button:focus {
	opacity: 1;
}
.button[disabled],
.button.disabled,
.button.loading {
	cursor: default;
	opacity: 0.82;
	background: #828282;
}
/* Button: Light */
.button.light {
	background: #bababa;
}
/* Button: Border */
#nm-blog-pagination a,
#nm-blog-pagination a:hover,
.button.border,
.button.border:hover {
    color: #282828;
    opacity: 1;
    background: none;
}
#nm-blog-pagination a,
.button.border {
	padding-top: 8px;
    padding-bottom: 9px;
    border: 1px solid #aaa;
}
#nm-blog-pagination a:not([disabled]):hover,
.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%; 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; 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
--------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2;
	color: #777;
}
h1, h2, h3, h4, h5, h6 {
	font-style: 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); transform: scale(-1, 1);
}
.nm-font.rotate-90:before {
	display: inline-block;
	-webkit-transform: rotate(90deg); transform: rotate(90deg);
}
.nm-font.rotate-180:before {
	display: inline-block;
	-webkit-transform: rotate(180deg); transform: rotate(180deg);
}
.nm-font.rotate-270:before {
	display: inline-block;
	-webkit-transform: rotate(270deg); transform: rotate(270deg);
}


/* #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; 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; transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
body.nm-page-load-transition-0 .nm-page-load-overlay {
    display: none;
}

/* Page-load overlay: Elementor */
.elementor-editor-preview #nm-page-load-overlay,
.elementor-editor-active #nm-page-load-overlay {
    display: none !important;
}

/* Page overlay: Divi Builder */
.et-fb-preview--desktop #nm-page-load-overlay,
.et-fb-preview--tablet #nm-page-load-overlay,
.et-fb-preview--phone #nm-page-load-overlay {
    display: none !important;
}

/* Page wrappers */
.nm-page-wrap {
	position: relative;
	right: 0; /* Needed for CSS animation */
    min-width: 280px;
	min-height: 100%;
    overflow: hidden;
	background: #fff;
}
.nm-page-wrap-inner {
	position: relative;
	width: 100%;
}

/* 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: 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.2s ease; transition: opacity 0.2s ease;
}
#nm-page-overlay.show {
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
#nm-page-overlay.fade-out {
    opacity: 0;
}

/* Page overlay: Header search */
#nm-page-overlay.nm-header-search-overlay {
	z-index: 1010;
}

/* Page overlay: Widget panel */
.widget-panel-dark #nm-page-overlay.nm-widget-panel-overlay {
    background: rgba(241, 241, 241, 0.73); /* Chrome: "rbga" background makes widget-panel animation smoother */
}
#nm-page-overlay.nm-widget-panel-overlay {
	z-index: 1010;
}
#nm-page-overlay.nm-widget-panel-overlay.nm-loader {
    cursor: default;
}

/* Page overlay: Elementor */
.elementor-editor-preview #nm-page-overlay,
.elementor-editor-active #nm-page-overlay {
    display: none !important;
}

/* Page overlay: Divi Builder */
.et-fb-preview--desktop #nm-page-overlay,
.et-fb-preview--tablet #nm-page-overlay,
.et-fb-preview--phone #nm-page-overlay {
    display: none !important;
}


/* #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;
    z-index: 1005;
	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;
    white-space: nowrap;
}
.nm-top-bar .nm-menu > li {
	float: none;
	display: inline-block;
	margin-left: -4px;
}
.nm-menu > li.menu-item-has-children:last-child {
	margin-right: 0;
}
.nm-top-bar .nm-menu > li > a,
.nm-top-bar .nm-menu > li > a:hover {
    color: #eee;
}
.nm-top-bar .nm-menu > li > a {
	font-size: inherit;
	padding: 0 10px;
	vertical-align: middle;
	-webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
.nm-top-bar .nm-menu > li > a:hover {
	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 {
	float: right;
    padding-right: 0;
	padding-left: 36px;
}
.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 {
	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;
}

/* < 991px */
@media all and (max-width: 991px) {
	.top-bar-mobile-none .nm-top-bar {
		display: none;
	}

    /* Top bar: Text/Menu */
    .top-bar-mobile-rc .nm-top-bar-right,
    .top-bar-mobile-lc .nm-top-bar-left {
	   width: 100%;
    }
    .top-bar-mobile-rc .nm-top-bar-left,
    .top-bar-mobile-lc .nm-top-bar-right {
	   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;
	transition: all 200ms linear, background-color 1ms;
}
.nm-header-inner {
	position: relative;
	height: auto;
}
.nm-header-col {
    position: static;
}

/* Header: Transparency */
.header-transparency .nm-header-placeholder {
	display: none;
}
.header-transparency .nm-header,
.home.header-transparency .nm-header {
    background: none;
}
.header-transparency.header-border-1 .nm-header {
	border-color: transparent;
}

/* 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):not(.mobile-menu-open) .alt-logo-home .nm-alt-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-alt-logo,
.mobile-menu-open .alt-logo-mobile-menu-open .nm-alt-logo,
.header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-light .nm-alt-logo,
.header-transparency-dark:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-dark .nm-alt-logo {
    display: inline-block;
}
.home:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-home .nm-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-logo,
.mobile-menu-open .alt-logo-mobile-menu-open .nm-logo,
.header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-light .nm-logo,
.header-transparency-dark:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-dark .nm-logo {
    display: none;
}
@media all and (max-width: 991px) and (min-width: 401px) {
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-tablet .nm-alt-logo {
        display: inline-block;
    }
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-tablet .nm-logo {
        display: none;
    }
}
@media all and (max-width: 400px) {
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-mobile .nm-alt-logo {
        display: inline-block;
    }
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-mobile .nm-logo {
        display: none;
    }
}


/* 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;
    color: #707070;
	vertical-align: bottom;
	text-decoration: none;
	padding: 16px 40px 16px 0;
}
.nm-menu li a:hover {
	color: #282828;
}

/* Menu: Label */
.nm-menu li a .label {
	position: relative;
	top: -7px;
	font-size: 10px;
	color: #eee;
	padding-left: 2px;
	text-transform: uppercase;
}
.nm-menu > li > a .label {
	color: inherit !important;
	padding-left: 0;
}
.nm-menu .sub-menu li a .label.bubble {
	color: #282828 !important;
	margin-left: 1px;
    padding: 1px 2px 0;
    -webkit-border-radius: 3px; border-radius: 3px;
    background: #fff;
}

/* Menu: Dropdown */
.nm-menu .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;
}
.nm-sub-menu-bridge {
    display: none;
}

/* Menu: Dropdown animation */
@-webkit-keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }
@keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }

.nm-menu li:not(.no-hover):hover > .sub-menu { /* Note: The "no-hover" class is added with JS when clicking an Ajax enabled link (to hide the menu) */
    display: block;
}
.nm-menu .sub-menu .sub-menu {
	top: -18px;
    left: 100%;
}
.nm-menu .sub-menu li {
    float: none;
    position: relative;
    z-index: 100000;
}
.nm-menu .sub-menu li a {
	display: block;
	font-size: 14px;
	color: #a0a0a0;
	padding: 8px 27px;
}
.nm-menu .sub-menu li.menu-item-has-children > a {
	padding-right: 41px;
}
.nm-menu .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 .sub-menu li a:hover {
	color: #eee;
}
.nm-menu .sub-menu li.nm-menu-text-hide > a {
	visibility: hidden;
}

/* Menu: Megamenu */
.nm-menu .megamenu .sub-menu {
    min-width: 0;
}
.nm-menu .megamenu .sub-menu .sub-menu {
	display: block;
	position: static;
}
.nm-menu .megamenu > .sub-menu {
	left: -14px;
    padding: 18px 0 7px;
}
.nm-menu .megamenu > .sub-menu .sub-menu {
	padding: 7px 0 0 0;
}
.nm-menu .megamenu.col-1 > .sub-menu { width: 250px; }
.nm-menu .megamenu.col-2 > .sub-menu { width: 500px; }
.nm-menu .megamenu.col-3 > .sub-menu { width: 750px; }
.nm-menu .megamenu.col-4 > .sub-menu { width: 993px; }
.nm-menu .megamenu.col-5 > .sub-menu { width: 1152px; }
.nm-menu .megamenu.col-6 > .sub-menu { width: 1220px;
}
.nm-menu .megamenu .sub-menu li {
	white-space: normal;
}
.nm-menu .megamenu > .sub-menu > ul > li {
    float: left;
	display: block;
    margin-bottom: 15px;
}
.nm-menu .megamenu.col-2 > .sub-menu > ul > li { width: 50%; }
.nm-menu .megamenu.col-3 > .sub-menu > ul > li { width: 33.33333%; }
.nm-menu .megamenu.col-4 > .sub-menu > ul > li { width: 25%; }
.nm-menu .megamenu.col-5 > .sub-menu > ul > li { width: 20%; }
.nm-menu .megamenu.col-6 > .sub-menu > ul > li { width: 16.66667%;
}
.nm-menu .megamenu.col-1 > .sub-menu > ul > li:nth-child(1n+1),
.nm-menu .megamenu.col-2 > .sub-menu > ul > li:nth-child(2n+1),
.nm-menu .megamenu.col-3 > .sub-menu > ul > li:nth-child(3n+1),
.nm-menu .megamenu.col-4 > .sub-menu > ul > li:nth-child(4n+1),
.nm-menu .megamenu.col-5 > .sub-menu > ul > li:nth-child(5n+1),
.nm-menu .megamenu.col-6 > .sub-menu > ul > li:nth-child(6n+1) {
	clear: both;
}
.nm-menu .megamenu > .sub-menu > ul > li:not(.nm-menu-item-has-image) > a {
	color: #eee;
}
.nm-menu .megamenu .sub-menu li a {
	padding: 8px 28px;
}
.nm-menu .megamenu .sub-menu li.menu-item-has-children a:after {
	display: none;
}

/* Menus: Megamenu - Full width */
.nm-menu .megamenu.full {
    position: static;
}
.nm-menu .megamenu.full > .sub-menu {
    left: 0;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.nm-menu .megamenu.full > .sub-menu > .nm-sub-menu-bridge {
	display: block;
	position: absolute;
    bottom: 100%;
	left: 0;
	content: " ";
	width: 100%;
	height: 4px;
    min-height: 4px;
}
.nm-menu .megamenu.full > .sub-menu > ul {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.nm-menu .megamenu.full .sub-menu li a {
	color: #777;
}
.nm-menu .megamenu.full > .sub-menu > ul > li:not(.nm-menu-item-has-image) > a,
.nm-menu .megamenu.full .sub-menu li a:hover {
	color: #282828;
}

/* Menus: Megamenu - Thumbnails */
.nm-menu .megamenu > .sub-menu > ul > li.nm-menu-item-has-image {
    text-align: center;
    border-right: 1px solid #3e3e3e;
}
.nm-menu .megamenu > .sub-menu > ul > li.nm-menu-item-has-image:last-child {
    border-right: 0 none;
}
.nm-menu .megamenu > .sub-menu > ul > li.nm-menu-item-has-image > a {
    display: block;
}
.nm-menu .sub-menu li img {
    display: none;
}
.nm-menu .megamenu > .sub-menu > ul > li > a img {
	display: block;
	width: auto;
    /*max-height: 80px;*/
    max-height: 70px;
    margin: 0 auto 26px;
}
.nm-menu .megamenu > .sub-menu > ul > li > a .nm-menu-item-image-title {
    display: inline-block;
}

/* Main menu */
.nm-main-menu-wrap {
    position: static;
}
.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); transform: rotate(0);
	-webkit-transition: -webkit-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); 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); transform: rotate(-45deg);
}


/* Right menu */
.nm-right-menu-wrap {
    position: static;
}
.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: Search */
/*.header-search-open #nm-menu-search-btn {
	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: 991px) {
	.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;
    }

    /* Right menu: Cart */
    .header-mobile-default .nm-menu-cart.no-icon .count {
        font-size: 14px;
    }

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

@media all and (max-width: 991px) {
	/* 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%); 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%); 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: 991px) {
    /* Logo */
    .nm-header.stacked .nm-header-logo {
        float: left;
        line-height: inherit;
        margin-right: 37px;
        padding-bottom: 0;
    }
}


/* #Header: Stacked logo centered
--------------------------------------------------------------- */

/* Logo */
.nm-header.stacked-logo-centered .nm-header-logo {
    padding-bottom: 0;
    text-align: center;
}
.nm-header.stacked-logo-centered .nm-header-logo a {
    display: inline-block;
}

/* Main menu */
.nm-header.stacked-logo-centered .nm-main-menu {
	float: left;
    margin-left: -16px;
}

@media all and (max-width: 991px) {
    /* Logo */
    .nm-header.stacked-logo-centered .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
        padding-bottom: 0;
    }

    /* Main menu */
    .nm-header.stacked-logo-centered .nm-main-menu {
        display: none;
    }

    /* Right menu */
    .nm-header.stacked-logo-centered .nm-right-menu {
        display: block;
        float: none;
        margin-right: -12px;
    }
    .nm-header.stacked-logo-centered .nm-right-menu > ul {
        width: 100%;
    }
    .nm-header.stacked-logo-centered .nm-right-menu ul li.nm-menu-cart {
        float: right;
    }
}
@media all and (max-width: 400px) {
    /* Logo */
	.header-mobile-alt .nm-header.stacked-logo-centered .nm-header-logo {
		left: 15px;
		-webkit-transform: translate(0, -50%); transform: translate(0, -50%);
	}

    /* Right menu */
    .header-mobile-alt .nm-header.stacked-logo-centered .nm-right-menu ul li.nm-menu-cart {
        display: none;
    }
    .header-mobile-alt .nm-header.stacked-logo-centered .nm-right-menu ul li.nm-menu-offscreen {
        float: right;
    }

    /* Menu offscreen button: Cart count */
	.header-mobile-alt .nm-header.stacked-logo-centered .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
		display: block;
	}
}


/* #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: 991px) {
    /* Logo */
    .nm-header.stacked-centered .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        -webkit-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;
    }
    .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%); 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;
	}
}


/* #Header: Search
--------------------------------------------------------------- */

#nm-header-search {
    position: fixed;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 1020;
	width: auto;
    overflow: hidden;
    background: #fff;
	max-height: 100%;
	overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease;
}
.nm-preload #nm-header-search {
    visibility: hidden;
    top: auto;
    bottom: -100%;
    opacity: 0;
}
.touch #nm-header-search {
	-webkit-overflow-scrolling: touch;
}
.header-search-open #nm-header-search {
    -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);
}
.header-on-scroll:not(.header-search-open) #nm-header-search {
    visibility: hidden;
}
#nm-header-search .nm-header-search-wrap {
    padding: 18px 0 30px;
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
#nm-header-search .nm-header-search-wrap.redirecting {
    opacity: 0.5;
    pointer-events: none;
}
#nm-header-search-form {
    position: relative;
    padding-left: 30px;
}
#nm-header-search-form.nm-loader:after {
	left: 3px;
    width: 10px;
    height: 10px;
    margin: -6px 0 0 0;
}
#nm-header-search-form i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 18px;
    opacity: 0.5;
}
#nm-header-search-form.nm-loader i {
    display: none;
}
#nm-header-search-input {
	display: block;
	font-size: 22px;
	line-height: normal;
	font-family: inherit;
	width: 100%;
	padding: 7px 0;
	border: 0 none;
    border-bottom: 1px solid #dadada;
	background: none;
}
#nm-header-search-input::-ms-clear { /* IE: Remove "X" button */
	width: 0;
	height: 0;
}
#nm-header-search ::-webkit-input-placeholder { opacity: 1; }
#nm-header-search ::-moz-placeholder { opacity: 1; }
#nm-header-search :-ms-input-placeholder { opacity: 1; }

/* Search: Close button */
#nm-header-search-close {
	position: absolute;
	top: 32px;
	right: 27px;
	z-index: 10;
	font-size: 24px;
	line-height: 1;
    color: inherit;
}

/* Search: Notice */
#nm-header-search-notice {
	font-size: 14px;
	line-height: normal;
	color: #aaa;
    height: 0;
	margin-left: 30px;
    white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.2s ease; transition: all 0.2s ease;
	cursor: default;
}
#nm-header-search-notice.show {
	height: 28px;
	opacity: 1;
}
#nm-header-search-notice span {
	display: block;
	padding-top: 14px;
}

/* Search: Suggestions */
#nm-search-suggestions {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease;
}
#nm-search-suggestions.show {
    opacity: 1;
}
#nm-search-suggestions.doing-search {
    opacity: 0.5;
}

/* Search: Suggestions - Notice */
#nm-search-suggestions-notice {
    display: none;
    line-height: normal;
    color: #aaa;
    margin-top: 25px;
    white-space: nowrap;
}
#nm-search-suggestions-notice.show {
    display: block;
}
#nm-search-suggestions-notice span {
    display: none;
}
#nm-search-suggestions-notice.press-enter .txt-press-enter,
#nm-search-suggestions-notice.has-results .txt-has-results,
#nm-search-suggestions-notice.no-results .txt-no-results {
    display: block;
}

/* Search: Suggestions - Products */
#nm-search-suggestions-product-list li {
    padding-top: 26px;
    padding-bottom: 16px;
}
#nm-search-suggestions-product-list li a {
    color: inherit;
}
#nm-search-suggestions-product-list img {
    display: block;
    width: 100%;
}
#nm-search-suggestions-product-list h3 {
    font-size: 16px;
    line-height: 1.4;
    color: inherit;
    margin-top: 14px;
}
#nm-search-suggestions-product-list .price {
    display: block;
    color: #282828;
    padding-top: 2px;
}

/* WP admin bar - https://developer.wordpress.org/reference/functions/_admin_bar_bump_cb/ */
.admin-bar #nm-header-search {
    padding-top: 32px;
}

@media (max-width: 1400px) {
    #nm-header-search-input {
        padding-right: 36px;
    }

    /* Search: Close button */
    #nm-header-search-close {
        top: 28px;
        font-size: 22px;
    }
}
@media (max-width: 1080px) {
    /* Search: Suggestions - Products */
    #nm-search-suggestions-product-list li {
        padding-bottom: 0;
    }
}
@media all and (max-width: 991px) {
    #nm-header-search {
        display: none;
    }
}
@media all and (max-width: 1019px) and (min-width: 750px) {
	/* Search: Suggestions - Products */
    #nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-4 > li:nth-of-type(n+5),
	#nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-5 > li:nth-of-type(n+6),
	#nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-6 > li:nth-of-type(n+7),
	#nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-7 > li:nth-of-type(n+8),
	#nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-8 > li:nth-of-type(n+9) {
        display: none;
    }
}


/* #Mobile menu
--------------------------------------------------------------- */

#nm-mobile-menu {
	position: absolute;
    top: -100%;
	left: 0;
	z-index: -1;
	width: 100%;
    opacity: 0;
	overflow: hidden;
    background: #fff;
}
.header-fixed #nm-mobile-menu {
	position: fixed;
    z-index: 1001;
}
.top-bar-mobile-rc:not(.header-on-scroll) #nm-mobile-menu,
.top-bar-mobile-lc:not(.header-on-scroll) #nm-mobile-menu {
    padding-top: 38px;
}
.mobile-menu-open #nm-mobile-menu {
    top: 0;
    opacity: 1;
    z-index: 1001;
}
.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 32px;
}
.header-border-0 #nm-mobile-menu .nm-mobile-menu-content {
    border-top: 1px solid #eee;
}

/* Mobile menu: Menus */
#nm-mobile-menu .menu li {
	position: relative;
    border-bottom: 1px solid #eee;
}
#nm-mobile-menu .menu li.menu-item-has-children {
	cursor: pointer;
}
#nm-mobile-menu .menu a {
	display: inline-block;
	line-height: 2;
	color: #282828;
	padding: 6px 0;
	white-space: nowrap;
}
#nm-mobile-menu .menu li .nm-menu-toggle {
    position: absolute;
    top: 6px;
    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 .menu li .nm-menu-toggle:before {
    display: block;
    content: "\e114";
}
#nm-mobile-menu .menu > li.active > .nm-menu-toggle:before {
    content: "\e115";
}
#nm-mobile-menu .menu li.menu-item-has-children > .nm-menu-toggle {
	display: inline-block;
}

/* Mobile menu: Menus - Label */
#nm-mobile-menu .menu a .label {
	position: relative;
	top: -7px;
	font-size: 10px;
	color: #282828;
	padding-left: 2px;
	text-transform: uppercase;
}
#nm-mobile-menu .menu a .label.bubble {
	color: #fff !important;
	margin-left: 1px;
    padding: 1px 2px 0;
    -webkit-border-radius: 3px; border-radius: 3px;
    background: #282828;
}

/* Mobile menu: Sub menus */
#nm-mobile-menu .sub-menu {
	display: none;
	padding: 16px 0 13px;
    border-top: 1px solid #eee;
}
#nm-mobile-menu .sub-menu.open {
    display: block;
}
#nm-mobile-menu .sub-menu .sub-menu {
	padding: 4px 0;
    border-top: 0 none;
}
#nm-mobile-menu .sub-menu li {
	cursor: default;
    border-bottom: 0 none;
}
#nm-mobile-menu .sub-menu li.menu-item-has-children {
	cursor: pointer;
}
#nm-mobile-menu .sub-menu a {
    padding: 0 0 3px;
    text-indent: 15px;
}
#nm-mobile-menu .sub-menu .sub-menu a {
    text-indent: 30px;
}
#nm-mobile-menu .sub-menu .sub-menu .sub-menu a {
    text-indent: 45px;
}
#nm-mobile-menu .sub-menu li .nm-menu-toggle {
    top: 1px;
}

/* Mobile menu: Sub menus - Thumbnails */
#nm-mobile-menu .menu .mobile-thumbnail-menu > ul {
    padding: 28px 0 0;
	overflow: hidden;
}
#nm-mobile-menu .menu .mobile-thumbnail-menu ul > li {
	float: left;
	width: 20%;
	margin-bottom: 19px;
    text-align: center;
}
#nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(5n+1) {
    clear: both;
}
#nm-mobile-menu .menu .mobile-thumbnail-menu ul li a {
	line-height: 1.3;
    white-space: normal;
    padding: 0;
}
#nm-mobile-menu .sub-menu li img {
	display: none;
}
#nm-mobile-menu .menu .mobile-thumbnail-menu li img {
	display: block;
	width: auto;
	max-height: 54px;
	height: auto;
	margin: 0 auto 17px;
}
@media all and (max-width: 550px) {
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li {
        width: 33.33333%;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(3n+1) {
        clear: both;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(5n+1) {
        clear: none;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu li img {
        margin-bottom: 11px;
    }
}
@media all and (max-width: 370px) {
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li {
        width: 50%;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(2n+1) {
        clear: both;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(3n+1) {
        clear: none;
    }
}

/* Mobile menu: Top menu */
#nm-mobile-menu-top-ul {
    padding-top: 15px;
}
/* Mobile menu: Top menu - Search */
#nm-mobile-menu-top-ul .nm-mobile-menu-item-search {
    padding: 6px 0;
    border-bottom-color: #e1e1e1;
}
#nm-mobile-menu-top-ul .nm-mobile-menu-item-search form {
    position: relative;
}
#nm-mobile-menu-top-ul .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-top-ul .nm-mobile-menu-item-search span {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 17px;
    color: #707070;
    opacity: 0.5;
}

/* Mobile menu: Main menu */
#nm-mobile-menu-main-ul {
    padding-top: 17px;
}

/* Mobile menu: Secondary menu */
#nm-mobile-menu-secondary-ul {
    padding-top: 17px;
}
/* Mobile menu: Secondary menu - Cart */
.header-mobile-default #nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart,
#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart {
	display: none;
}
#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart > a {
    display: block;
}
#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart .count {
	position: absolute;
    right: 0;
    top: 6px;
}
/*#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart .count:before {
    display: inline;
    content: "(";
}
#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart .count:after {
    display: inline;
    content: ")";
}*/

/* Mobile menu: Social icons */
.nm-mobile-menu-social-ul {
    line-height: 10px;
    padding-top: 30px;
}
.nm-mobile-menu-social-ul li {
    display: inline-block;
    margin-right: 15px;
}
.nm-mobile-menu-social-ul li:last-child {
    margin-right: 0;
}
.nm-mobile-menu-social-ul li a {
    font-size: 18px;
    color: inherit;
}

@media all and (max-width: 400px) {
    /* Mobile menu: Top menu - Search */
    #nm-mobile-menu-top-ul .nm-mobile-menu-item-search input {
        padding-left: 24px;
    }
    #nm-mobile-menu-top-ul .nm-mobile-menu-item-search span {
        font-size: 16px;
    }

	/* Mobile menu: Secondary menu - Cart */
	#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart {
		display: block;
	}
}


/* #Widget panel
--------------------------------------------------------------- */

#nm-widget-panel {
	position: fixed;
    top: 0;
    left: 100%;
	z-index: 1020;
	line-height: 1.2;
    width: 500px;
    height: 100%;
	overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s ease; transition: transform 0.25s ease;
	background: #fff;
}
.touch-orientation-change #nm-widget-panel {
    visibility: hidden;
}
.widget-panel-open #nm-widget-panel {
    -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
}
.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;
}
/*#nm-widget-panel a:hover {
    color: inherit;
}*/

/* 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 36px;*/
    padding: 5vh 0;
    text-align: center;
}
#nm-widget-panel .nm-cart-panel-empty .product_list_widget .empty {
    display: block;
}
#nm-widget-panel .product_list_widget .empty i {
	display: block;
    font-size: 20px;
    line-height: 29px;
	width: 50px;
	height: 50px;
	margin: 0 auto 21px;
    padding: 10px;
    text-align: center;
    background: #eee;
    -webkit-border-radius: 50px; border-radius: 50px;
    opacity: 0.5;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition-delay: 0.25s;
}
.widget-panel-open #nm-widget-panel .product_list_widget .empty i {
    opacity: 1;
    transform: translateY(0);
}

/* 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 {
    display: block;
    line-height: inherit;
    margin: 2px 0 3px;
}
#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;
}
.widget-panel-qty-throttle .woocommerce-mini-cart-item.loading .quantity { /* Prevent quantity change when "throttle" is enabled via filter-hook */
    pointer-events: none;
    opacity: 0.5;
}
#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: inherit;
}
#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 .empty i {
    background-color: #414141;
}
.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: 991px) {
    /* 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: 195px;
    }
    /* Cart panel: Cart list - Details */
    .nm-cart-panel-item-details {
        padding-left: 15px;
    }

	/* 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: 19px;
        padding-bottom: 18px;
    }
    #nm-widget-panel .buttons .button {
        margin-top: 15px;
    }
}
@media all and (max-width: 385px) {
	#nm-widget-panel {
        width: calc(100% - 15px);
	}

    /* Cart panel: Cart list - Loader */
    .loading .nm-cart-item-loader {
        display: block;
        opacity: 0.82;
    }
    /* Cart panel: Cart list - Thumbnail */
    .loading .nm-cart-panel-thumbnail-loader {
        display: none;
    }
    /* 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;
    }
}
@media all and (max-width: 320px) {
    /* Cart panel: Cart list - Details - Title */
    #nm-widget-panel .nm-cart-panel-product-title {
        font-size: inherit;
        line-height: inherit;
    }
    /* 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,
    #nm-widget-panel .quantity .qty {
        font-size: inherit !important;
    }
    /* Cart panel: Cart list - Details - Price */
    #nm-widget-panel .nm-cart-panel-item-price .amount {
        font-size:  inherit !important;
    }
}


/* #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: inherit;
	padding: 3px 14px;
}
.page-numbers li:first-child a,
.page-numbers li:first-child span {
	padding-left: 0;
}
.page-numbers li a:hover,
.page-numbers li span.current {
    color: #dc9814;
}


/* #Blog
--------------------------------------------------------------- */

.nm-blog-wrap {
	padding: 0 0 62px;
}
.nm-blog.nm-blog-categories-disabled {
    padding-top: 56px;
}

#nm-blog-list.nm-search-results > div,
#nm-blog-list > .post {
    -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
}
#nm-blog-list.nm-search-results > div.fade-out,
#nm-blog-list > .post.fade-out {
    opacity: 0;
}

/* Heading */
.nm-blog-heading {
	padding: 34px 0 114px;
}
.nm-blog-heading h1 {
	font-size: 18px;
	line-height: 1.4;
	color: inherit;
}
.nm-blog-heading h1 strong {
	font-weight: inherit;
	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: inherit;
	margin: 0 17px;
}
.nm-blog-categories-list li a:hover {
	color: #dc9814;
}
.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;
}
.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;
}

/* Meta */
.nm-post-meta {
	position: relative;
	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 {
    position: relative;
}
.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;
	text-align: center;
	width: 100%;
	padding: 12px 0;
}

/* Pagination: Infinite load */
#nm-blog-pagination.infinite-load {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
#nm-blog-pagination.all-pages-loaded {
    display: none;
}
#nm-blog-infinite-load {
    text-align: center;
}
#nm-blog-infinite-load a {
	padding: 23px 0;
	border: 0 none;
}
#nm-blog-infinite-load a:hover {
	color: #888;
    background: none;
}
.loading #nm-blog-infinite-load a {
    opacity: 0;
}

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

/* Sidebar */
.nm-blog.sidebar-right .nm-sidebar {
    padding-left: 34px;
}
.nm-blog.sidebar-left .nm-sidebar {
	padding-right: 34px;
}
.nm-blog.sidebar-left .nm-blog-content-col {
	float: right;
}
.nm-blog.sidebar-left .nm-blog-sidebar-col {
	float: left;
}
.nm-blog .nm-sidebar .widget:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    /* Sidebar */
	.nm-blog.sidebar-right .nm-sidebar {
		padding-left: 24px;
	}
	.nm-blog.sidebar-left .nm-sidebar {
		padding-right: 24px;
	}
}
@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;
	}

    /* Pagination */
    .has-sidebar #nm-blog-pagination {
        margin-bottom: 64px;
    }

    /* Sidebar */
	.nm-blog.sidebar-right .nm-sidebar {
		padding-left: 0;
	}
	.nm-blog.sidebar-left .nm-sidebar {
		padding-right: 0;
	}
}
@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%;
	}
}


/* #Blog: Classic
--------------------------------------------------------------- */

#nm-blog-list.nm-blog-classic {
    margin-bottom: 51px;
}

/* Title */
.nm-blog-classic .nm-post-title {
	font-size: 24px;
}
.nm-blog-classic .nm-post-title a {
	color: inherit;
}

/* 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;
}
.nm-blog-classic .post:first-child .nm-post-divider {
    display: none;
}

@media all and (max-width: 1199px) {
	/* Divider */
	.nm-blog-classic .nm-post-divider {
		margin: 38px 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
--------------------------------------------------------------- */

.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;
}
.nm-blog-grid .nm-post-content .nm-post-read-more i {
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    vertical-align: text-bottom;
}

/* 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
--------------------------------------------------------------- */

#nm-blog-list.nm-blog-list {
    margin-bottom: 51px;
}

/* Title */
.nm-blog-list .nm-post-title {
	font-size: 24px;
	padding-right: 28px;
}
.nm-blog-list .nm-post-title a {
	color: inherit;
}

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

/* Content/Excerpt */
.nm-blog-list .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
}
.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;
}
.nm-blog-list .post:first-child .nm-post-divider {
    display: none;
}

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

/* Header */
.nm-post-header {
	padding-bottom: 35px;
}
.nm-post.nm-post-sidebar-none .nm-post-header {
    text-align: center;
}
.nm-post.nm-post-sidebar-left .nm-post-header .col {
	float: right;
}
.nm-post-header h1 {
	font-size: 26px;
	line-height: 1.2;
}

/* Header: Featured image */
.nm-post.nm-post-sidebar-none .nm-post-featured-image {
    width: calc(100% + 10vw);
    max-width: none;
    margin-left: -5vw;
    text-align: left;
}
.nm-post.has-featured-image .nm-post-featured-image {
    margin-bottom: 44px;
}
.nm-post-featured-image img {
    width: 100%;
}

/* Blog: Single post - Featured image */
.nm-post-featured-image.aspect-ratio {
    position: relative;
    overflow: hidden;
}
.nm-post-featured-image.aspect-ratio.ratio-1-1 {
    padding-bottom: 100%;
}
.nm-post-featured-image.aspect-ratio.ratio-3-2 {
    padding-bottom: 66.66%;
}
.nm-post-featured-image.aspect-ratio.ratio-4-3 {
    padding-bottom: 75%;
}
.nm-post-featured-image.aspect-ratio.ratio-16-9 {
    padding-bottom: 56.25%;
}
.nm-post-featured-image.aspect-ratio img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}

/* Header: Meta */
.nm-single-post-meta-top {
	margin-top: 21px;
}
.nm-single-post-meta-top em {
    font-style: normal;
}
.nm-single-post-meta-top a {
	color: #282828;
}

/* Body */
.nm-post-body .post {
	padding-bottom: 50px;
}

/* 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-wrap {
    line-height: 1.8;
    padding-bottom: 46px;
    overflow: hidden;
}
.nm-single-post-meta {
	float: left;
	width: 70%;
    padding-right: 7px;
}

/* Meta: Tags */
.nm-single-post-tags {
    padding-bottom: 15px;
	overflow: hidden;
}
.nm-single-post-tags.widget_tag_cloud a {
    font-size: 14px !important;
    text-transform: lowercase;
}
.nm-single-post-tags a:before {
	display: inline-block;
	font-family: arial, sans-serif;
	content: "#";
	padding-right: 3px;
	vertical-align: middle;
}

/* Meta: Categories */

/* Meta: Share */
.nm-post-share {
	float: right;
	width: 30%;
    padding-left: 7px;
	text-align: right;
}
.nm-post-share span {
    display: none;
}
.nm-post-share a {
    font-size: 18px;
    line-height: 1;
    color: inherit;
	display: inline-block;
	margin-right: 15px;
    vertical-align: middle;
}
.nm-post-share a:last-child {
	margin-right: 0;
}
.nm-post-share a:hover {
	color: #282828;
}

/* Pagination */
.nm-post-pagination {
    line-height: 1.4;
    padding: 44px 0;
	overflow: hidden;
	border-top: 1px solid #eee;
}
.nm-post-pagination > .nm-row {
    max-width: none;
}
.nm-post-pagination-inner {
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
}
.nm-post-pagination .nm-post-prev,
.nm-post-pagination .nm-post-next {
    float: left;
    width: 50%;
}
.nm-post-pagination .nm-post-prev {
    padding-right: 15px;
}
.nm-post-pagination .nm-post-next {
	float: right;
	text-align: right;
    padding-left: 15px;
}
.nm-post-pagination a {
    position: relative;
    display: block;
    color: #282828;
}
.nm-post-pagination .nm-post-prev a {
    padding-left: 37px;
}
.nm-post-pagination .nm-post-next a {
    padding-right: 37px;
}
.nm-post-pagination a:before {
    position: absolute;
	top: 50%;
    font-family: 'nm-font';
    font-size: 50px;
    line-height: 1;
    margin-top: -20px;
	opacity: 0.3;
}
.nm-post-pagination .nm-post-prev a:before {
    left: -11px;
    content: "\e600";
}
.nm-post-pagination .nm-post-next a:before {
    right: -11px;
    content: "\e601";
}
.nm-post-pagination a .short-title {
    display: block;
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 2px;
}
.nm-post-pagination a .long-title {
    font-size: 16px;
}

/* Related posts */
.nm-related-posts {
    padding: 56px 0 37px;
}
.no-post-comments .nm-related-posts {
	border-top: 1px solid #eee;
}
.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: 1400px) {
    /* Pagination */
    .nm-post-pagination-inner {
        padding-right: 0;
        padding-left: 0;
    }
}
@media all and (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;
	}

    /* Related posts */
    .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: 890px) {
    .has-featured-image .nm-post-body {
        padding-top: 0;
    }
}
@media all and (max-width: 610px) {
	/* Pagination */
    .nm-post-pagination {
        padding: 40px 0 39px;
    }
    .nm-post-pagination .nm-post-prev a {
        padding-left: 22px;
    }
    .nm-post-pagination .nm-post-next a {
        padding-right: 22px;
    }
    .nm-post-pagination a:before {
        font-size: 30px;
        margin-top: -14px;
    }
    .nm-post-pagination .nm-post-prev a:before {
        left: -7px;
    }
    .nm-post-pagination .nm-post-next a:before {
        right: -7px;
    }
    .nm-post-pagination a .long-title {
        display: none;
    }
    .nm-post-pagination a .short-title {
        display: inline-block;
        font-size: inherit;
        color: inherit !important;
        margin-bottom: 0;
    }
}
@media all and (max-width: 550px) {
	.nm-post-body {
        padding-top: 48px;
    }

    /* Header */
	.nm-post-header {
		padding-bottom: 24px;
	}
	.nm-post-header h1 {
		font-size: 22px;
		line-height: 1.4;
	}

    /* Header: Meta */
	.nm-single-post-meta-top {
		margin-top: 17px;
		padding-left: 29px;
	}
	.nm-single-post-meta-top::before {
		width: 19px;
	}

	/* Body */
	.nm-post-body .post {
		padding-bottom: 46px;
	}

    /* Related posts */
    .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) {
    /* Related posts */
    .nm-related-posts-content .nm-post-meta {
        display:  none;
    }
    .nm-related-posts-content h3 {
        padding-top: 14px;
    }
}


/* #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
--------------------------------------------------------------- */

#nm-blog-list.nm-search-results {
    margin-bottom: 51px;
}

/* Title */
.nm-search-results .nm-post-title {
	font-size: 24px;
	padding-right: 28px;
}
.nm-search-results .nm-post-title a {
	color: inherit;
}

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

/* Divider */
.nm-search-results .nm-post-divider {
    height: 1px;
	margin: 45px 0 48px;
	background: #eee;
}
.nm-search-results > div:first-child .nm-post-divider {
    display: none;
}

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

	/* 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: 38px 0 40px;
	}
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-search-results .nm-post-title {
		font-size: 22px;
	}

	/* Divider */
	.nm-search-results .nm-post-divider {
		margin: 29px 0 32px;
	}
}


/* #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-post.nm-post-sidebar-none .nm-comments .nm-comments-heading {
    text-align: center;
}
.nm-comments .commentlist > li,
.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 > li .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 > li .comment-text {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.nm-comments .commentlist > .comment:last-child > .comment-text {
	padding-bottom: 0;
}

/* 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 > li,
	.nm-comments .commentlist .pingback,
	.nm-comments .commentlist .trackback {
		margin-top: 23px;
	}
	.nm-comments .commentlist > li .comment-inner-wrap,
	.nm-comments .commentlist .pingback p,
	.nm-comments .commentlist .trackback p {
		margin-top: 22px;
	}
	.nm-comments .commentlist > li .comment-text .description {
		padding-top: 16px;
	}
	.nm-comments .commentlist > li .comment-text .moderating {
		margin-bottom: 8px;
	}
	.nm-comments .commentlist > li .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 > li {
	position: relative;
	min-height: 48px;
}
.commentlist > li.bypostauthor {
    color: inherit;
}
.commentlist > li > div > img,
.commentlist .children > li > div > img {
	position: absolute;
    top: -5px;
    left: 0;
    width: 60px;
    height: 60px;
	margin: 0;
    padding: 0;
	overflow: hidden;
	-webkit-border-radius: 50%; border-radius: 50%;
}
.commentlist > li .comment-text {
	margin: 0 0 34px 81px;
	padding-bottom: 28px;
	border-bottom: 1px solid #f0f0f0;
}
.commentlist > li:last-child .comment-text {
	margin-bottom: 0;
	border-bottom: 0 none;
}
.commentlist > li .comment-text .meta {
	margin-bottom: 0;
}
.commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a {
	color: #282828;
}
.commentlist > li .comment-text .meta strong {
	display: block;
	font-size: 18px;
    line-height: 1.4;
	font-weight: inherit;
}
.commentlist > li .comment-text .meta .verified {
	font-size: 12px;
	font-style: normal;
	color: #888;
}
.commentlist > li .comment-text .meta time {
	display: block;
	line-height: 1;
	color: #a1a1a1;
    padding-top: 7px;
}
.commentlist > li .comment-text .description {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 19px;
}
.commentlist > li .comment-text .moderating {
	color: #acacac;
	margin-bottom: 10px;
}
.commentlist > li .comment-text .reply {
	line-height: 1;
	padding-top: 19px;
}

/* Comments: Children (replies) */
.commentlist > li .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 > li > div > img,
    .commentlist .children > li > div > img {
		display: none;
	}
	.commentlist > li .comment-text {
		margin-left: 0;
	}

	/* Comments: Children (replies) */
	.commentlist > li .children {
		margin-left: 35px;
	}
}
/* < 400px */
@media all and (max-width: 400px) {
	/* Comments: Children (replies) */
	.commentlist > li .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 {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}
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%;
}

/* Emoji icons */
img.wp-smiley,
img.emoji {
  font-size: inherit;
}

/* 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 */
ol:not([class]) li,
ul:not([class]) li {
	list-style-position: inside;
}
.page > ol:not([class]),
.entry-content > ol:not([class]) {
    padding-left: 18px;
}
.page > ul:not([class]),
.entry-content > ul:not([class]) {
    padding-left: 14px;
}
.page > ol:not([class]):not(:last-child),
.page > ul:not([class]):not(:last-child),
.entry-content > ol:not([class]):not(:last-child),
.entry-content > ul:not([class]):not(:last-child) {
	margin-bottom: 24px;
}
.page > ol:not([class]) li,
.page > ul:not([class]) li,
.entry-content ol:not([class]) li,
.entry-content ul:not([class]) li {
	list-style-position: outside;
}
.page > ol:not([class]) li ,
.entry-content > ol:not([class]) li {
	list-style-type: decimal;
}
.page > ul:not([class]) li,
.entry-content > ul:not([class]) li {
	list-style-type: disc;
}
/* 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;
	}
}


/* #Blocks
--------------------------------------------------------------- */

/* Common: Alignment */
.alignwide,
.alignfull {
	width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
@media (min-width: 1334px) {
    .alignwide {
        width: calc(100% + 10vw);
        max-width: none;
        margin-left: -5vw;
    }
}
.nm-page-sidebar .alignwide,
.nm-page-sidebar .alignfull {
	width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}
[class^="wp-block"].alignleft,
[class^="wp-block"].alignright {
    max-width: 305px;
}

/* Common: Drop cap */
.has-drop-cap:not(:focus):first-letter {
	font-weight: inherit;
}

/* Block: Heading */
.nm-block-heading {
    margin-bottom: 24px;
}

/* Block: List */
.nm-block-list {
    margin-bottom: 24px;
    padding-left: 15px;
}
.nm-block-list ul,
.nm-block-list ol {
    padding-left: 15px;
}
ol.nm-block-list li,
ul.nm-block-list li {
    list-style-position: outside;
}
ol.nm-block-list li {
    list-style-type: decimal;
}
ul.nm-block-list li {
    list-style-type: disc;
}
ul.nm-block-list ul li {
    list-style-type: circle;
}

/* Block: Image */
.wp-block-image {
    margin-bottom: 28px;
}

/* Block: Quote */
.wp-block-quote {
	font-size: 22px;
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 28px;
	padding-left: 20px;
    border-left: 4px solid;
}
.wp-block-quote.has-text-align-right {
	padding-right: 20px;
    border-right: 4px solid;
    border-left: 0 none;
}
.wp-block-quote.has-text-align-center {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    border-right: 0 none;
    border-left: 0 none;
}
.wp-block-quote p {
    font-size: inherit;
    margin-bottom: 0;
}
.wp-block-quote.has-text-align-center p:before,
.wp-block-quote.has-text-align-center p:after {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
}
.wp-block-quote.has-text-align-center p:before {
    content: "\201c";
}
.wp-block-quote.has-text-align-center p:after {
    content: "\201d";
}
.wp-block-quote cite {
    font-size: 13px;
    font-style: normal;
	color: inherit;
	margin-top: 10px;
    opacity: 0.5;
}

/* Block: Pullquote */
.wp-block-pullquote {
    padding: 30px 0;
    margin-bottom: 28px;
    border-top: 4px solid;
    border-bottom: 4px solid;
}
.wp-block-pullquote blockquote {
    font-style: normal;
    margin-bottom: 0;
}
.wp-block-pullquote p {
	font-size: 20px;
}
.wp-block-pullquote.alignleft {
	margin-right: 28px;
}
.wp-block-pullquote.alignright {
	margin-left: 28px;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    margin-bottom: 0;
}
.wp-block-pullquote cite {
	font-size: 13px;
    padding-top: 10px;
    opacity: 0.5;
}

/* Block: File */
.wp-block-file a {
    color: inherit;
    text-decoration: underline;
}

/* Block: Code/Preformatted/Verse */
.wp-block-code,
.wp-block-preformatted,
.wp-block-verse {
	color: #23282d;
}

/* Block: Gallery */
.wp-block-gallery {
    margin-bottom: 12px;
}

/* Block: Cover */
.wp-block-cover {
    margin-bottom: 28px;
}

/* Block: Group */
.wp-block-group.has-background {
	padding: 28px;
}

/* Block: Media & Text */
.wp-block-media-text {
    line-height: 1.8;
    margin-bottom: 28px;
}

/* Block: Table */
.wp-block-table {
    margin-bottom: 28px;
}
.wp-block-table td,
.wp-block-table th {
	padding: 8px;
	border: 1px solid;
}

/* Block: Audio & Video */
.wp-block-audio,
.wp-block-video {
    margin-bottom: 28px;
}
.wp-block-audio figcaption,
.wp-block-video figcaption {
	text-align: center;
}

/* Block: Widget - Archives */
.wp-block-archives {
    margin-bottom: 24px;
}

/* Block: Widget - Categories */
.wp-block-categories {
    margin-bottom: 24px;
}

/* Block: Widget - Calendar */
.wp-block-calendar {
    margin-bottom: 28px;
}
.wp-block-calendar table thead {
    color: #282828;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: inherit;
}
.wp-block-calendar table caption,
.wp-block-calendar td,
.wp-block-calendar th {
	text-align: center;
}

/* Block: Widget - Latest Posts */
.wp-block-latest-posts {
	margin-bottom: 24px;
}
.wp-block-latest-posts > li > a {
    font-size: 18px;
    line-height: 1.6;
}

/* Block: Widget - Latest Comments */
.wp-block-latest-comments {
    margin-bottom: 24px;
}
.wp-block-latest-comments__comment {
	margin-bottom: 28px;
}

/* Block: Widget - Search */
.wp-block-search {
    margin-bottom: 28px;
}
.wp-block-search__button {
    line-height: 1;
	color: #fff;
	padding: 9px 15px;
	border: 0 none;
	-webkit-border-radius: 0; border-radius: 0;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background-color: #282828;
}
.wp-block-search__button:hover {
	color: #fff;
	opacity: 0.82;
}

/* Block: Widget - RSS */
.wp-block-rss__item-title a {
    font-size: 18px;
    line-height: 1.6;
}
.wp-block-rss > li {
    margin-bottom: 24px;
}


/* #Elementor
--------------------------------------------------------------- */

/* Page template: Default (boxed) */
.elementor-page .nm-page-default {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}
.elementor-page .nm-page-default-col {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

/* Editor: Transparent header */
.elementor-editor-active.header-transparency .nm-header {
    opacity: 0.3;
    pointer-events: none;
}

/* Editor: "Add" section */
.elementor .elementor-add-section {
    max-width: 1260px;
}

/* Widget: Section */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1280px;
}
.elementor-section.elementor-section-boxed > .elementor-column-gap-no {
    max-width: 1220px;
}
@media all and (min-width: 768px) {
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
        padding-left: 20px;
        padding-right: 20px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
        padding-left: 25px;
        padding-right: 25px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
        padding-left: 15px;
        padding-right: 15px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media all and (max-width: 768px) {
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
        padding-left: 5px;
        padding-right: 5px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
        padding-left: 10px;
        padding-right: 10px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
        margin-left: -5px;
        margin-right: -5px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
        margin-left: -15px;
        margin-right: -15px;
    }
}


/* #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-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; 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; transition: opacity 0.25s ease;
}
.nm-wp-gallery-popup .mfp-arrow-left:before { /* Flip icon horizontally */
	display: inline-block;
	-webkit-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 ul li {
	line-height: 1.6;
	margin-bottom: 8px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget ul li a {
	color: inherit;
	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;
}
/* Select boxes */
.widget form > select {
    width: 100%;
}
.widget form > button {
    display: block;
}


/* 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;
	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; 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; box-sizing: border-box;
}
.widget_product_search label {
	display: none;
}
.widget_search form > button,
.widget_product_search form > #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 .post-date {
	display: block;
	font-size: 12px;
}


/* Widget: Recent comments */
.widget_recent_comments ul li {
	position: relative;
	padding-left: 28px;
}
.widget_recent_comments ul li:before {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: "\e602";
	font-family: "nm-font";
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	color: #282828;
}
.widget_recent_comments ul li .comment-author-link {
	color: #282828;
}


/* Widget: Text */
.widget_text p {
	margin-bottom: 14px;
}
.widget_text p.no-spacing {
	margin-bottom: 0;
}


/* #Contact form 7
--------------------------------------------------------------- */

div.wpcf7,
.wpcf7 {
    position: relative;
	margin-left: 0px;
	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 .ajax-loader {
    opacity: 0;
    transition: opacity 0.2s ease;
}
div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
    background: rgba(255,255,255, 0.4);
}
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;
	text-align: center;
	padding: 68px 0 82px;
}
.nm-page-not-found-icon i {
	display: inline-block;
	font-size: 22px;
	line-height: 50px;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px; border-radius: 50px;
	background: #eee;
}
.nm-page-not-found h2 {
	font-size: 26px;
	line-height: 1.4;
	margin-top: 14px;
}
.nm-page-not-found p {
	max-width: 330px;
	margin: 18px auto 20px;
}
.nm-page-not-found .button {
	font-size: inherit;
}
.nm-page-not-found .button i {
    margin-right: 8px;
}

/* Products */
.nm-page-not-found-products {
    padding: 44px 0 25px;
}
.nm-page-not-found-products-heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 43px;
}

@media all and (max-width: 768px) {
	.nm-page-not-found h2 {
		font-size: 24px;
	}
}
@media all and (max-width: 400px) {
    .nm-page-not-found {
        padding: 46px 0 55px;
    }
    .nm-page-not-found-icon {
        width: 32px;
        height: 32px;
    }

    /* Products */
    .nm-page-not-found-products {
        padding-top: 41px;
        padding-bottom: 41px;
    }
    .nm-page-not-found-products-heading {
        font-size: 18px;
        margin-bottom: 39px;
    }
}


/* #Footer
--------------------------------------------------------------- */

.nm-footer {
	position: relative;
	right: 0; /* Needed for the CSS animation */
	float: left;
	clear: both;
	width: 100%;
}


/* #Footer widgets
--------------------------------------------------------------- */

.nm-footer-widgets {
    padding-top: 55px;
    padding-bottom: 15px;
    overflow: hidden;
	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;
}


/* #Footer bar
--------------------------------------------------------------- */

.nm-footer-bar {
	float: left;
	clear: both;
	color: #aaa;
	line-height: 30px;
	width: 100%;
	vertical-align: middle;
}
.nm-footer-bar-inner {
    padding-top: 30px;
    padding-bottom: 31px;
	overflow: hidden;
	background: #282828;
}
.nm-footer-bar a {
	color: #aaa;
}
.nm-footer-bar a:hover {
	color: #eee;
}

/* 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 .sub-menu {
	display: none;
}
.nm-footer-bar .menu > li {
    display: inline-block;
    margin-left: 18px;
	border-bottom-color: #3a3a3a;
}
.nm-footer-bar .menu > li:first-child {
	margin-left: 0;
}
.nm-footer-bar .menu > li > a {
	display: inline-block;
	vertical-align: middle;
}

/* Bar: Social icons */
.nm-footer-bar-social {
    float: right;
}
.nm-footer-bar-social:not(:only-child) {
    margin-left: 37px;
}
.nm-footer-bar-social li {
	display: inline-block;
	margin-left: 19px;
}
.nm-footer-bar-social li:first-child {
	margin-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: Copyright text */
.nm-footer-bar-copyright {
    float: right;
    text-align: right;
}

/* Bar: Custom content */
.nm-footer-bar-custom {
    float: right;
}
.nm-footer-bar-custom img {
	max-height: 24px;
	vertical-align: middle;
}

@media all and (max-width: 991px) {
    /* Bar: Logo */
    .nm-footer-bar-logo {
        float: none;
        margin-right: 0;
        margin-bottom: 17px;
    }

    /* Bar: Menu */
	.nm-footer-bar .menu {
		float: none;
	}

	/* Bar: Social icons */
	.nm-footer-bar-social {
		float: none;
        padding-top: 14px;
	}
    .nm-footer-bar-social:not(:only-child) {
        margin-left: 0;
    }
	.nm-footer-bar-social li i {
		font-size: 16px;
	}

    /* Bar: Copyright text */
    .nm-footer-bar-copyright {
        float: none;
        padding-top: 17px;
        text-align: inherit;
    }

    /* Bar: Custom content */
    .nm-footer-bar-custom {
        float: none;
        padding-top: 17px;
    }
}
@media all and (max-width: 767px) {
	/* Bar: Menu */
	.nm-footer-bar .menu > li {
		display: block;
		margin-left: 0;
        padding: 3px 0;
        border-bottom: 1px solid #3a3a3a;
	}
	.nm-footer-bar .menu > li:last-child {
		border-bottom: 0 none;
	}
}


/* #Footer bar: Stacked
--------------------------------------------------------------- */

/* Bar: Logo */
.layout-stacked .nm-footer-bar-logo {
	float: none;
	margin-right: 0;
    margin-bottom: 18px;
}

/* Bar: Menu */
.nm-footer-bar.layout-stacked .menu > li.nm-menu-item-copyright {
    display: block;
    margin-left: 0;
}

/* Bar: Copyright text */
.layout-stacked .nm-footer-bar-copyright {
    float: none;
}

/* Bar: Custom content */
.layout-stacked .nm-footer-bar-custom {
    float: none;
}



/* #Footer bar: Centered
--------------------------------------------------------------- */

.layout-centered .nm-footer-bar-left,
.layout-centered .nm-footer-bar-right {
    width: 100%;
}

/* Bar: Logo */
.nm-footer-bar.layout-centered {
    text-align: center;
}
.layout-centered .nm-footer-bar-logo {
	float: none;
	margin-right: 0;
    margin-bottom: 18px;
}

/* Bar: Menu */
.nm-footer-bar.layout-centered .menu {
	float: none;
}
.nm-footer-bar.layout-centered .menu > li {
    margin-right: 9px;
    margin-left: 9px;
}

/* Bar: Social icons */
.layout-centered .nm-footer-bar-social {
    float: none;
    margin-left: 0;
    padding-top: 17px;
}
.layout-centered .nm-footer-bar-social li {
    margin-right: 9px;
    margin-left: 9px;
}

/* Bar: Copyright text */
.layout-centered .nm-footer-bar-copyright {
    float: none;
    padding-top: 17px;
    text-align: inherit;
}

/* Bar: Custom content */
.layout-centered .nm-footer-bar-custom {
    float: none;
    padding-top: 17px;
}


/* #Plugin: Flickity
--------------------------------------------------------------- */

.flickity-enabled { position: relative; }
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing;
}
/* Flickity: Button */
.flickity-button {
    position: absolute;
    top: 50%;
    display: block;
    color: #111;
    width: 50px;
    height: 128px;
    margin-top: -64px;
    border: none;
    background: none;
	-webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.flickity-button:after { font-family: 'nm-font'; }
.flickity-button:hover {
    color: #dc9814;
    cursor: pointer;
}
.flickity-button:focus { outline: none; }
.flickity-button:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.flickity-button-icon { display: none;
}
/* Flickity: Previous/next buttons */
.flickity-prev-next-button.previous { left: -10px; }
.flickity-prev-next-button.previous:after { content: "\e600"; }
.flickity-prev-next-button.next { right: -10px; }
.flickity-prev-next-button.next:after { content: "\e601";
}
/* Flickity: Page dots */
.flickity-page-dots {
    position: absolute;
    bottom: 30px;
	left: 50%;
    line-height: 1;
	width: 100%;
	max-width: 1280px;
	padding: 0 27px;
	-webkit-transform: translateX(-50%); transform: translateX(-50%);

}
.flickity-page-dots .dot {
    -webkit-box-sizing: content-box; box-sizing: content-box;
    position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
    margin: 0 6px;
    vertical-align: middle;
	cursor: pointer;
    -webkit-border-radius: 50%; border-radius: 50%;
	background-color: #aaa;
}
.flickity-page-dots .dot.is-selected {
    width: 10px;
	height: 10px;
	margin: 0 2px;
    border: 2px solid #dc9814;
	background: none;
}

@media all and (max-width: 400px) {
	/* Flickity: Page dots */
	.flickity-page-dots {
		bottom: 22px;
	}
    .flickity-page-dots .dot,
    .flickity-page-dots .dot.is-selected {
		margin: 0 7px;
	}
	.flickity-page-dots .dot.is-selected {
		width: 6px;
		height: 6px;
		border: 0 none;
		background: #dc9814;
	}
}


/* Tiger style */

/*
.row{
	width:100%;
	clear:both;
}

.contact_label{
	width: 33%;
	float: left;
	font-size: 20px;
	color: #424852;
	margin-bottom: 20px;
}

.contact_input{
	width: 66%;
	float: left;
}

.contact_input input,.contact_input textarea{
	border-radius: 18px;
	border: 1px solid black;
}

.contact_input textarea{
	border-radius: 33px;
	border: 1px solid black;
	height: 8em;
}

.contact_input span{
	font-size: 22px;
	color: #424852;
}

.label_required:after {
    content:"*";
    color: red;
}

.wpcf7-radio input{
	margin-right: 5px;
}

.wpcf7-radio label{
	color: #424852;
}

.nm-page-default.nm-row{
	margin: 0;
	padding: 0;
	max-width: 1214px;
}

.nm-page-default-col.col-xs-12{
	padding: 0;
}



.body_title{
	font-size: 59px!important;
  margin-top: 20px;
  margin-left: 23px;
}

.body_title_2{
	font-size: 39px!important;
	margin-top: 8px;
	font-weight: normal;
}

.body_title_3{
	font-size: 59px!important;
}

.red_title{
	color:#E20613;
}

.body_text{
	font-size: 22px!important;
	line-height: 1.8em;
	margin: 14px 25px;
}


.current-lang a{
	color:#E20D19!important;
}

.about_us_div{
	z-index: 1004;
	width: 61.4%;
	padding: 10px 60px;
	padding-bottom: 37px;
}

.learn_btn{
	font-size: 20px!important;
	color: #3A3A3A;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 22px;
}

.learn_btn span{
	font-size: 60px;
	color: #E20613;
	width: 45px;
	margin-top: -15px;
	margin-left: -18px;
	margin-right: 10px;
}


.vision_img{
	width: 58.9%;
	z-index: 2;
	margin-top: -60px;
	padding-bottom: 137px;
	padding-right: 30px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-position-y: 135px;
	background-position-x: 270px;
	background-size: 100%;
}

.vision_img .nm-banner-image{
	height: 620px!important;
}

.vision_div{
	z-index: 1;
	width: 41%;
	padding: 40px 20px;
}

.services_image_1{
	width: 44%;
	margin-top: 22px;
	padding: 0px;
	margin-left: 12.5%;
}

.services_image_1 .nm-banner-image{
	height: 482px!important;
}

.services_image_2 .nm-banner-image{
	height: 482px!important;
}

.services_image_2{
	width: 43%;
	margin-top: 115px;
	padding: 0px;
}

.services_text{
	 margin: 13px 70px;
	font-size:
}

.services_item{
	margin: 31px 7%!important;
}

.services_item .section{
	height: 156px;
	width: 156px;
	border: 1px solid red;
	border-radius: 1000px;
}

.services_item .layoutArea{
	background-color: #E6E6E6;
	text-align: center;
	height: 154px;
	width: 154px;
	padding-top:auto;
	border: 5px solid white;
	font-size: 20px;
	color: black;
	border-radius: 1000px;
	font-weight: bold;
}

.services_item .nm_column:nth-child(1) .layoutArea{
	padding: 30px 10px;
}

.services_item .nm_column:nth-child(2) .layoutArea,.services_item .nm_column:nth-child(3) .layoutArea,.services_item .nm_column:nth-child(6) .layoutArea{
	padding: 40px 10px;
}

.services_item .nm_column:nth-child(4) .layoutArea,.services_item .nm_column:nth-child(5) .layoutArea{
	padding: 55px 10px;
}


.services_item .nm_column:nth-child(2),.services_item .nm_column:nth-child(4),.services_item .nm_column:nth-child(6){
	margin-top: 42px;
}


.nm-header-logo{
	float: left!important;
  margin-top: 0px!important;
  padding-bottom: 80px!important;
}

.nm-menu li{
	margin-left: 0;
	min-width: 26px;
	text-align: right;
}

.nm-menu li a {
    font-size: 17px!important;
    font-weight: normal;
}

#nm-top-menu li a {
    font-size: 16px!important;
}

.nm-header.default .nm-main-menu {
    float: left;
		text-align: left;
}

.services_div{
	background-position: right;
	background-repeat: no-repeat;
	background-position-y: 35%;
	background-size: 44.7% 76%;
	background-position-x: 87.6%;
}

.nm-top-bar{
	line-height: 25px!important;
}

#contact_map{
	width: 70%;
}

#contact_info{
	width: 46.5%;
position: absolute;
right: 0;
margin-top: 80px;
color: white;
    padding: 112px 59px 59px;
    background-position: center center;
}

#contact_info p{
	font-size: 1.4em;
	margin-bottom: 45px;
}

.contact_us_title h1{
	font-size: 60px!important;
}

#contact_submit_btn{
	background-color: rgba(0,0,0,0);
	color: #424852;
	float: right;
	padding: 0;
	font-size: 20px;
}

.contact_submit_row{
	padding-top: 30px;
}

.contact_submit_row span{
	font-size: 60px;
	color: #E20613;
	width: 45px;
	margin-top: -15px;
	margin-left: -18px;
	margin-right: 10px;
	float: right;
}

.our_company_div{
	z-index: 1005!important;
	position: relative;
	display:none;
	margin: 0 40px;
	padding: 40px;
	margin-top: -30px;
}

.our_company_div .body_text{
	margin: 0;
}

.our_company_div h1{
	font-size: 40px!important;
}

.nm-header {
    line-height: 180px!important;
}

.nm-main-menu,.nm-main-menu-ul{
	min-width: 40%;
}




.touch.header-fixed.header-on-scroll .nm-header, .has-top-bar.header-fixed.header-on-scroll .nm-header, .header-fixed .nm-header {
    position: absolute!important;
}

.nm-header-placeholder{
	max-height: 334px!important;
}

.contact_us_form{
	margin: 10px 23%!important;
}
.template_img{
	background-size: 50% 80%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: 0;
  padding-left: 0%;
  padding-bottom: 5%;
	width: 64.5%;
	position: absolute;
	right: 0;
	z-index: 1003;
	margin-top: -197px;
	top: 0;
	padding-right: 0!important;
}

.template_img .nm-banner-image{
	height: 600px!important;
	background-position: 0% 50%!important;
}

.display_none{
	display:none!important;
}

.nm-header-logo{
	width: 33%;
	margin-right: 0!important;
}

.nm-main-menu{
	width: 67%;
}

.nm-main-menu > ul {
    display: block;
		margin-top: 38px;
}


.nm-header-logo img {
    height: 178.2px!important;
    width: auto;
		margin-left: 25px;
		margin-top: -10px;
}
.nm-header {
    padding-bottom: 38px!important;
}

.wpcf7-not-valid-tip{
	color: red!important;
	margin: 2px 0px 20px 0px;
}

.wpcf7-response-output{
	color: red!important;
}


@media only screen and (min-width: 1214px) {
	.nm-page-default.nm-row{
		margin: 0 auto;
		max-width: 1214px;
	}
}

@media only screen and (max-width: 991px) {
	.about_us_img{
		position: absolute!important;
		top: 190px!important;
	}

	.nm-header-logo {
    padding-bottom: 0px!important;
	}

	.nm-main-menu, .nm-main-menu-ul {
    min-width: 0!important;
		width: 0px;
	}

	.nm-header-logo{
		width: 100%;
	}

	#nm-header{
		padding-bottom: 10px!important;
	}

	.nm-header-logo img{
		height: 70px!important;
    width: auto;
	}

	.nm-right-menu {
    position: absolute;
    right: 0;
		margin-top:0px;
		width: 60px;
		height: 80px;
	}

	.touch.header-fixed.header-on-scroll .nm-header, .has-top-bar.header-fixed.header-on-scroll .nm-header, .header-fixed .nm-header {
	    position: fixed!important;
	}

	.nm-header-logo {
    padding: 0!important;
		margin: 0!important;
	}
	.nm-header-logo a{
		text-align: center;
	}

	.nm-header {
    line-height: 0px!important;
	}

	.about_us_div{
		width: 85%;
		margin-right: 15%;
		padding: 2% 10%;
		padding-bottom: 5%;
	}

	.body_title,.body_title_2,.body_title_3 {
    font-size: 30px!important;
    margin-top: 0px;
    margin-left: 0px;
	}

	.body_text {
		font-size: 15px!important;
		line-height: 1.76em;
    margin: 0;
	}

	.learn_btn {
    font-size: 12px!important;
    margin-top: 10px;
    margin-left: 0px;
	}
	.learn_btn span {
    font-size: 40px;
    color: #E20613;
    width: 30px;
    margin-top: -10px;
    margin-left: -13px;
    margin-right: 10px;
	}
	.our_company_div{
		margin: 0 20px!important;
		margin-top: -10px!important;
		padding: 5px 10px!important;
	}
	.our_company_div h1 {
    font-size: 25px!important;
    margin: 0;
	}

	.vision_img {
    width: 100%;
    z-index: 2;
    margin-top: -60px;
    padding-left: 18%;
		padding-right: 0px;
		padding-bottom: 6%;
    background-position: left;
    background-repeat: no-repeat;
		background-position-y: 90%;
		background-position-x: 12%;
    background-size: 35% 80%;

	}

	.vision_div{
		width: 95%;
		margin: 0 2.5%;
		padding: 10px 30px;
	}

	.body_title_3 p{
		text-align: left!important;
		margin: 0 30px;
	}

	.body_title_2 p{
		font-size: 17px;
	}

	.services_image_1,.services_image_2{
		margin:0;
		float: left;
		width: 50%;
	}



	.services_image_2{
		margin-top: 40px;
	}

	.services_div {
		background-position: right;
		background-repeat: no-repeat;
		background-size: 45% 75%;
		background-position-y: 33%;
		background-position-x: 86%;
	}

	.services_text p{
		margin: 10px 30px;
	}

	.services_item{
		margin: 0 30px 30px 30px!important;
		padding-top: 10px;
	}

	.services_item .section{
		height: 97px;
		width: 97px;
		border: 1px solid red;
		border-radius: 1000px;
	}

	.services_item .layoutArea{
		background-color: #E6E6E6;
		text-align: center;
		height: 95px;
		width: 95px;
		padding-top:auto;
		border: 2px solid white;
		font-size: 13px;
		color: black;
		border-radius: 1000px;
		font-weight: bold;
	}

	.services_item .nm_column:nth-child(1) .layoutArea{
		padding: 15px 10px;
	}

	.services_item .nm_column:nth-child(2) .layoutArea,.services_item .nm_column:nth-child(3) .layoutArea,.services_item .nm_column:nth-child(6) .layoutArea{
		padding: 24px 10px;
	}

	.services_item .nm_column:nth-child(4) .layoutArea,.services_item .nm_column:nth-child(5) .layoutArea{
		padding: 35px 10px;
	}


	.services_item .nm_column:nth-child(2),.services_item .nm_column:nth-child(4),.services_item .nm_column:nth-child(6){
		margin-top: 0px;
	}

	.services_item .col-sm-2 {
    width: 29%;
		float: left;
		padding-top: 10px;
		padding-right: 5px!important;
		padding-left: 5px!important;
		margin: 0 2%;
	}

	#contact_map .nm-gmap-embed{
		height: 180px!important;
	}

	#contact_map{
		clear: both;
    width: 100%;
    position: relative;
	}

	#contact_info p {
    font-size: 15px;
		line-height: 2em;
		margin-bottom: 20px;
	}

	#contact_info{
		padding: 25px 50px;
		width: 100%;
    position: relative;
    right: 0;
    margin-top: 0px;
    color: white;
		background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
	}

	.contact_us_div{
		margin: 30px 0 0 0;
	}

	.contact_us_div h1{
		font-size: 30px!important;
	}
	.contact_us_div p{
		font-size: 15px!important;
	}

	.contact_label{
		 width: 35%;
		 padding-top: 10px;
		 margin-bottom: 15px!important;
	}

	.contact_input{
		width: 65%;
		margin-bottom: 15px!important;
		    margin-top: 10px;
	}

	.contact_us_form{
		margin: 10px 40px!important;
	}

	.contact_label,.contact_input span{
		font-size: 15px!important;
	}

	.contact_input input{
		height: 2em;
	}

	.radio_title input{
		height: 1em;
	}

	.contact_input textarea{
		height: 4em;
	}

	#contact_submit_btn {
    font-size: 13px;
	}

	.contact_submit_row{
		padding-top: 20px;
	}

	.contact_submit_row span {
    font-size: 40px;
    width: 25px;
    margin-top: -12px;
    margin-right: 10px;
	}

	#nm-footer-bar-menu span{
		font-size: 10px!important;
	}

	.empty_space_150{
		height: 100px!important;
	}

	.empty_space_100{
		height: 30px!important;
	}
	.empty_space_80{
		height: 20px!important;
	}

	.nm-footer-bar-inner {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
	}

	.nm-header-logo img {
    margin: 5px 0;
	}

	.nm-menu-icon span {
    background: #c1adad00!important;
    font-size: 25px;
    height: 10px;
		color: #B3B3B3;
		position: relative!important;
	}

	#nm-mobile-menu-button{
		padding: 0;
		margin-top: 10px;
	}

	.about_us_div {
    z-index: 5;
	}


	#nm-mobile-menu-main-ul .menu-item a{
    text-align: center;
    width: 100%;
	}

	#nm-mobile-menu-main-ul .menu-item:not(.lang-item) a{
    font-size: 30px!important;
	}



	#nm-mobile-menu .menu li {
    border-bottom: 0px solid #eee!important;
	}

	#nm-mobile-menu {
    background-color: rgba(255, 255, 255, 0.9)!important;
	}

	.template_img{
		background-size: 0% 0%;
	  padding: 0;
		width: 100%;
		height: 50%;
		position: relative;
    top: 0px;
		z-index: 3;
	}

	.template_img div, .template_img figure,.template_img img{
		width: 100%;
	}

	.template_img .nm-banner-image{
		height: 255px!important;
	}

	.template_text{
		width: 94%;
		margin: 0 3%;
	}

	.template_text h1{
		font-size: 33px;
		margin: 15px 0;
	}

	.template_text p{
		font-size: 16px;
	}

	.empty_space_50{
		height: 30px!important;
	}

	.template_img .nm-banner-image,.vision_img .nm-banner-image{
		max-height:300px!important;
	}

	.services_image_1 .nm-banner-image,.services_image_2 .nm-banner-image{
		max-height:200px!important;
	}

	.services_div {
    background-position: right;
    background-repeat: no-repeat;
    background-size: 45% 70%;
    background-position-y: 33%;
    background-position-x: 86%;
	}

	.nm-mobile-menu-content{
		    padding-top: 30px!important;
	}

	#nm-mobile-menu .menu a{
		padding: 0!important;
	}

	.lang-item{
		width: 20%;
    float: left;
    margin-top: 30px;
	}

	.nm-mobile-menu-main .lang-item-en{
		margin-left: 20%;
	}

}


@media only screen and (min-width: 401px) and (max-width: 991px) {
	.nm-right-menu {
    margin: 3% 2%;
	}

	.template_img .nm-banner-image,.vision_img .nm-banner-image{
		max-height:300px!important;
	}

	.services_image_1 .nm-banner-image,.services_image_2 .nm-banner-image{
		max-height:300px!important;
	}

	.services_div {
    background-position: right;
    background-repeat: no-repeat;
    background-size: 45% 80%!important;
    background-position-y: 33%;
    background-position-x: 86%;
	}

	.services_item .section {
    height: 117px;
    width: 117px;
	}

	.services_item .layoutArea {
    height: 115px;
    width: 115px;
	}

	.services_item .nm_column:nth-child(1) .layoutArea{
		padding: 23px 10px;
	}

	.services_item .nm_column:nth-child(2) .layoutArea,.services_item .nm_column:nth-child(3) .layoutArea,.services_item .nm_column:nth-child(6) .layoutArea{
		padding: 35px 10px;
	}

	.services_item .nm_column:nth-child(4) .layoutArea,.services_item .nm_column:nth-child(5) .layoutArea{
		padding: 45px 10px;
	}
}

@media only screen and (min-width: 730px) and (max-width: 991px) {
	.services_item .col-sm-2 {
    width: 20%;
	}

	.services_item .col-sm-2:nth-child(1){
		margin-left: 26%;
	}
}

.ad_01 {
  animation-delay: 0.1s;
}
.ad_02 {
  animation-delay: 0.2s;
}
.ad_03 {
  animation-delay: 0.3s;
}
.ad_04 {
  animation-delay: 0.4s;
}
.ad_05 {
  animation-delay: 0.5s;
}
*/



.red_title{
	color:#E20613;
}

.our_company_div{
	display: none;
}

.row{
	width:100%;
	clear:both;
}

.dashicons-arrow-up:before, .dashicons-arrow-down:before {
    margin-left: -3px;
}

input:focus, textarea:focus{
	border-color: #424852!important;
}

input{
	padding: 5px 5px!important;
}

textarea{
	border: 1px solid #424852;
	max-height: 120px;
	resize: vertical;
}

.current-lang a{
	color:#E20D19!important;
}

.wpcf7-list-item-label{
	margin-left: 5px;
}

.nm-top-bar-right{
	max-width: 700px;
  display: contents;
}

.nm-footer-bar-copyright,.nm-footer-bar-social{
	padding-top:0!important;
}

.slick-dots li.slick-active button {
    border: 0px solid #dc9814!important;
    background-color: red!important;
}

.slick-dots-active-small .slick-dots li.slick-active button {
    width: 6px!important;
    height: 6px!important;
}

.slick-dots-active-small .slick-dots li.slick-active {
    margin: 0 6px!important;
}

@media only screen and (max-width: 991px) {
	.body_title p{
		font-size: 27px;
	}

	.body_text p{
		font-size: 14px;
    line-height: 2em;
	}

	.nm-footer-bar-copyright{
		font-size: 10px;
	}

	#nm-mobile-menu-main-ul .menu-item a{
    text-align: center;
    width: 100%;
	}

	#nm-mobile-menu-main-ul .menu-item:not(.current-lang) a{
		color: #424852!important;
	}

	#nm-mobile-menu-main-ul .menu-item:not(.lang-item) a{
    font-size: 30px!important;
	}



	#nm-mobile-menu .menu li {
    border-bottom: 0px solid #eee!important;
	}

	#nm-mobile-menu {
    background-color: rgba(255, 255, 255, 0.9)!important;
	}

	.nm-mobile-menu-content{
		    padding-top: 30px!important;
	}

	#nm-mobile-menu .menu a{
		padding: 0!important;
	}

	.lang-item{
		width: 80px;
    float: left;
    margin-top: 30px;
	}

	.nm-mobile-menu-main .lang-item-en{
		margin-left: calc(50% - 125px);
	}




	#nm-header-placeholder{
		height: 90px;
	}

	#nm-header{
		height: 90px;
		padding: 0;
	}

	#nm-header .nm-header,#nm-header .nm-header-col,#nm-header .nm-header-row{
		height: 90px;
		line-height: 90px;
	}

	#nm-header .nm-header-logo{
		width: 100%;
    text-align: center;
	}

	#nm-header .nm-header-logo img {
    height: 64px;
	}

	#nm-header .nm-right-menu{
		position: absolute;
    right: 15px;
    top: 0px;
    margin: 0;
	}

	#nm-header #nm-mobile-menu-button{
		padding: 0;
	}

	#nm-header .nm-menu-icon {
    position: relative;
    width: 25px;
    height: 40px;
	}

	#nm-header .nm-menu-icon span {
    background: #c1adad00!important;
    font-size: 23px;
    height: 10px;
		color: #B3B3B3;
		position: relative!important;
	}

	.about_us_div{
		margin-top: 126px;
    padding: 11px 18px 25px 18px;
		z-index: 5;
		width: 325px;
	}

	.about_us_img{
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
	}

	.about_us_div .body_title p{
		font-size: 27px;
	}

	.about_us_div .body_text p{
		font-size: 14px;
    line-height: 2em;
	}

	.about_us_img .nm-banner-image{
		min-height: 176px!important;
		max-height: 176px!important;
		background-position: center center!important;
	}

	.learn_btn{
		margin-top:10px;
	}


	.learn_btn p{
		font-size: 14px;
    min-height: 20px;
	}

	.learn_btn .dashicons{
		color:#E20613;
		vertical-align: middle;
		margin-left: -5px;
	}

	.vision_img{
		margin-top: 18px;
    margin-left: 15px;
		padding: 0 0px 20px 40px;
		background-repeat: no-repeat;
		background-size: 35% 100%;
		background-position-y: 31px;
		background-position-x: 3px;
	}

	.vision_img .nm-banner-image{
		min-height: 176px!important;
		max-height: 176px!important;
		background-position: center center!important;
	}

	.our_company_div .body_title p{
		font-size: 19px;
	}

	.our_company_div .body_text p{
		font-size: 14px;
    line-height: 2em;
	}

	.our_company_div{
    margin: -11px 0px 0px 2px!important;
    z-index: 6;
    position: relative;
	}

	.our_company_div .vc_column_container{
		padding: 12px 23px;
	}
	.vision_div{
		padding-top: 9px;
	}

	.vision_div .body_title p{
		font-size: 27px;
	}

	.vision_div .body_text p{
		font-size: 14px;
    line-height: 2em;
	}

	.service_title_div{
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}

	.service_title_div p{
		font-size: 27px;
	}

	.services_div{
		display:flex;
		background-repeat: no-repeat;
		background-size: 45% 70%;
		background-position-y: 30px;
		background-position-x: 86%;
		margin-bottom: 10px!important;
	}

	.services_div .services_image_1{
		flex:1;
		padding:0;
	}

	.services_div .services_image_2{
		flex:1;
		padding:45px 0 0 0;
	}

	.services_div .nm-banner-image{
		position: relative;
		width: 100%;
		padding-bottom: 100%;
		height: 100%;
		min-height:initial!important;
	}

	.services_div .body_title p{
		font-size: 16px;
		margin: 0px 0 14px 0;
		font-weight: bold;
	}

	.body_text.services_text p{
		font-size: 14px;
    line-height: 2em;
	}

	#services_circle{
		display: inline;
    position: relative;
	}

	#services_circle .vc_column_container{
		padding: 0;
		width: 30%;
		position: relative;
		float:left;
    position: relative;
    width: 30%;
    padding-bottom : 30%;
    margin: 5% 1% 0% 1%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    border: 1.5px solid red;
    border-radius: 50%;
	}

	#services_circle .vc_column_container .vc_column-inner{
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0%;
		border: 3px solid white;
		border-radius: 50%;
		background-color: #E6E6E6;
	}

	#services_circle .wpb_text_column{
		position: absolute;
    margin: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}

	#services_circle p{
		font-size: 10px;
		font-weight: bold;
	}

	.company_info_div{
		margin-top: 30px;
	}

	#contact_map{
		 padding: 0;
	}

	#contact_info{
		padding: 10%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
	}

	#contact_info p{
		color: white;
	}

	.contact_us_div{
		margin-top: 50px;
	}

	.contact_us_title p{
		font-size: 27px;
	}

	.contact_us_sub_title p{
		font-size: 14px;
		line-height: 20px;
		margin: 0!important;
	}

	#contact_submit_btn{
		background-color: rgba(0,0,0,0);
		color: #424852;
		float: right;
		padding: 0;
		font-size: 14px;
		height: 32px;
		font-weight: bold;
	}

	.contact_submit_row{
		padding-top: 10px;
	}

	.ajax-loader{
		width:0px!important;
		height:0px!important;
	}

	.contact_submit_row span{
		color: #E20613;
    float: right;
    font-size: 30px;
    width: 30px;
    height: 30px;
	}

	.label_required:after {
	    content:"*";
	    color: red;
	}

	.contact_us_form .row{
		margin-bottom: 10px;
	}

	.contact_input {
		display: block;
		flex: 1;
	}

	.contact_input .wpcf7-list-item.first{
		margin-left:5px;
	}

	.contact_label{
		position: relative;
    flex: 1;
    margin-bottom: 0px;
    padding-left: 5px;
	}

	.contact_input input,.contact_input textarea{
		border-radius: 30px;
		border: 1px solid #424852;
	}

	.contact_input textarea{
		padding: 20px;
		height: 100px;
    border-radius: 50px;
	}

	.contact_us_form{
		margin-top:20px;
		margin-bottom: 0px!important;
	}

	#to_top_scrollup {
	    display:none!important;
	}

	/*template page*/
	.template_img{
		width: 100%;
		padding: 0px!important;
	}

	.template_max_width{
		width:100%;
		padding: 0;
	}

	.template_video .wpb_wrapper{
		width: 100%!important;
	}

	.template_bottom_space{
		height: 60px!important;
	}

	.template_video{
		padding: 30px 30px 10px 30px!important;
	}
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
	.body_title p, .contact_us_title p {
    font-size: 32px!important;
	}

	.body_text p {
    font-size: 14px!important;
	}

	.about_us_img .nm-banner-image{
    min-height: 276px!important;
    max-height: 276px!important;
    background-position: center center!important;
	}

	.about_us_div {
    margin-top: 225px;
    padding: 11px 18px 25px 18px;
    z-index: 5;
    width: 450px;
	}

	.vision_img{
		margin-top:35px;
	}


	.vision_img .nm-banner-image{
    min-height: 345px!important;
    max-height: 345px!important;
    background-position: center center!important;
	}

	.services_div .body_title p{
		font-size: 20px!important;
	}

	.service_title_div p {
    font-size: 32px!important;
	}

	#services_circle .vc_column_container{
		width: 21%;
		padding-bottom: 20%;
		margin: 5% 2% 0% 2%;
	}

	#services_circle .vc_column_container:nth-child(1){
		margin-left: 27%;
	}

	#services_circle p {
    font-size: 12px;
    font-weight: bold;
	}


	.contact_us_form .row{
		display: flex;
		max-width: 450px;
		min-width: 300px;
		margin: 10px auto;
	}

	.contact_us_form .contact_input{
		flex:2;
	}

	.contact_us_form .contact_label{
		flex:1;
	}

	.contact_us_form .contact_input textarea{
		border-radius: 50px;
	}



	.contact_submit_row{
		text-align: right;
		display: block!important;
	}

	#contact_map .nm-banner-image{
		height: 270px;
    margin-right: 10%!important;
    width: 90%;
	}

	.company_info_div{
		display: block;
		position: relative;
	}

	#contact_info{
		width: 320px;
		padding: 55px 25px;
		position: absolute;
		bottom: -40px;
		right: 0;
		display: block;
		background-position: center center;
		background-size: 100% 100%;
	}


	.services_div {
    display: flex;
    background-repeat: no-repeat;
    background-size: 50% 80%;
    background-position-y: 20px;
    background-position-x: 86%;
    margin-bottom: 10px!important;
	}

	.learn_btn p {
    font-size: 14px;
    min-height: 30px;
    margin-top: 10px;
	}

	.contact_us_div{
		margin-top: 50px;
	}

	.template_img .nm-banner-image{
    min-height: 276px!important;
    max-height: 276px!important;
    background-position: center center!important;
	}

}

@media only screen and (min-width: 768px) {

	.body_title p , .contact_us_title p{
    font-size: 34px!important;
	}

	.body_text p {
    font-size: 16px!important;
	}

	.about_us_img .nm-banner-image{
    min-height: 380px!important;
    max-height: 380px!important;
    background-position: center center!important;
	}

	.about_us_div {
		margin-top: 328px;
		padding: 15px 48px 35px 48px;
		z-index: 5;
		width: 505px;
	}

	.nm-row{
		padding: 0px!important;
	}

	.vision_img{
		width: 52%;
		z-index: 2;
		background-repeat: no-repeat;
		background-position-y: 100px;
		background-position-x: 200px;
		background-size: 100% 100%;
		text-align: left;
		float: left;
		margin: 30px 0 0 0;
		padding: 0 20px 80px 0;
	}

	.vision_img .nm-banner-image{
		min-height: 420px!important;
		max-height: 420px!important;
		background-position: center center!important;
	}

	.vision_div{
		z-index: 1;
		width: 47%;
		padding: 40px 20px;
	}

	.services_div .body_title p{
		font-size: 22px!important;
	}


	.services_div {
		display: flex;
		background-repeat: no-repeat;
		background-size: 50% 86%;
		background-position-y: 20px;
		background-position-x: 86%;
		margin-bottom: 10px!important;
	}


	#services_circle .vc_column_container{
		width: 14.5%;
		padding-bottom: 14.5%;
		margin: 0 1%;
	}


	#services_circle p {
    font-size: 14px;
    font-weight: bold;
	}

	#contact_map{
		width:100%;
	}


	#contact_map .nm-banner-image{
		height: 300px;
    margin-right: 10%!important;
    width: 90%;
	}

	.company_info_div{
		display: block;
		position: relative;
	}

	#contact_info{
		width: 320px;
		padding: 55px 25px;
		position: absolute;
		bottom: -20px;
		right: 0;
		display: block;
		background-position: center center;
		background-size: 100% 100%;
	}


	.contact_us_form .row{
		display: flex;
		max-width: 600px;
		min-width: 600px;
		margin: 10px auto;
	}

	.contact_us_form .contact_input{
		flex:3;
	}

	.contact_us_form .contact_label{
		flex:1;
	}

	.contact_input input{
		border-radius: 10px;
		border: 1px solid #424852;
	}

	.contact_us_form .contact_input textarea{
		border-radius: 50px;
	}



	.contact_submit_row{
		text-align: right;
		display: block!important;
	}

	.contact_us_form .contact_input textarea{
		border-radius: 20px;
	}

	.contact_us_div{
		margin-top: 60px;
	}

	.learn_btn p {
    font-size: 16px;
    min-height: 30px;
    margin-top: 10px;
	}


	.service_title_div{
		padding: 80px 0 50px 0!important;
	}

	.service_title_div p{
		text-align: center;
	}

	.services_div{
		margin-top: 30px;
	}

	.vision_div{
		padding: 115px 40px 0 40px;
	}


	.services_item .vc_column_container:nth-child(2),.services_item .vc_column_container:nth-child(4),.services_item .vc_column_container:nth-child(6){
		margin-top: 42px!important;
	}


	.ad_01 {
	  animation-delay: 0.1s;
	}
	.ad_02 {
	  animation-delay: 0.2s;
	}
	.ad_03 {
	  animation-delay: 0.3s;
	}
	.ad_04 {
	  animation-delay: 0.4s;
	}
	.ad_05 {
	  animation-delay: 0.5s;
	}

	.template_img .nm-banner-image{
    min-height: 350px!important;
    max-height: 350px!important;
    background-position: center center!important;
	}



}


@media only screen and (min-width: 992px){
	#nm-header-placeholder{
		height: 305px;
	}

	#nm-header{
		height: 305px;
		padding: 0!important;
		position: absolute!important;
		margin-top:0!important;
	}

	#nm-header .nm-header,#nm-header .nm-header-col,#nm-header .nm-header-row{
		height: 305px;
		line-height: 305px;
	}

	#nm-header .nm-header-logo{
		width: calc(35% - 80px)!important;
		text-align: center;
		padding-right: 0%;
		margin-left:40px
	}

	.nm-header-logo a{
		display: grid;
	}

	.nm-main-menu {
		display: grid;
		margin: 45px 0 0 67px;
	}

	#nm-header .nm-header-logo img {
    height: 180px;
	}

	.nm-top-bar-left{
		height: 38px;
	}

	.nm-top-bar-right{
		position: absolute;
    top: 17px;
    right: 37px;
    font-size: 15px;
	}



	.about_us_img{
		padding: 0;
		position: absolute;
		right: 0;
		top: -200px;
		width: 65%;
		z-index: 1003;

	}

	.about_us_img .nm-banner-image{
		min-height: 600px!important;
		max-height: 600px!important;
		background-position: left center!important;
	}

	.body_title{
		margin-bottom: 12px!important;
	}

	.body_title p , .contact_us_title p,.service_title_div p{
    font-size: 55px!important;
	}

	.body_text p {
    font-size: 22.5px!important;
		line-height: 35px;
	}

	.about_us_div {
    margin-top: 180px;
    padding: 35px 55px 35px 71px;
    z-index: 1004;
    width: 740px;
	}


	.learn_btn{
		margin-top:10px;
	}


	.learn_btn p{
		font-size: 23px;
    min-height: 58px;
	}

	.learn_btn .dashicons{
		color: #E20613;
    vertical-align: middle;
    margin-left: -18px;
    font-size: 23px!important;
    height: 60px;
    width: 52px;
    margin-top: -3px;
	}

	.learn_btn .dashicons-arrow-up:before, .learn_btn .dashicons-arrow-down:before {
        margin-left: -3px;
        font-size: 58px;
    }

		#vision_img{
			margin-top: 73px;
		}

		.vision_img {
			width: 59%;
			z-index: 2;
			background-repeat: no-repeat;
			background-position-y: 140px;
			background-position-x: 260px;
			background-size: 100% 100%;
			text-align: left;
			float: left;
			margin: 0 0 0 0!important;
			padding: 0 30px 135px 0;
	}

	.vision_img .nm-banner-image{
		position: relative;
		width: 100%;
		padding-bottom: 92%;
		height: 100%;
		min-height: initial!important;
	}

	.vision_div {
    z-index: 1;
    width: 40%;
    padding: 123px 45px 0px 45px;
	}

	.service_title_div {
    padding: 60px 0 10px 0!important;
	}

	.services_div{
		display:flex;
		background-repeat: no-repeat;
		background-size: 53% 77%;
		background-position-y: 30px;
		background-position-x: 89%;
		margin-bottom: 0px!important;
		margin-left: 11%!important;
	}

	.services_div .services_image_1{
		flex:1;
		padding:0;
	}

	.services_div .services_image_2{
		flex:1;
		padding:89px 0 0 0;
	}

	.services_div .nm-banner-image{
		position: relative;
		width: 100%;
		padding-bottom: 92%;
		height: 100%;
		min-height:initial!important;
	}

	.services_div .body_title p{
		font-size: 35px!important;
		margin: 13px 0 15px 0;
		font-weight: bold;
	}


	.services_title_div{
		padding: 0px 15px 45px 53px!important;
	}


	#services_circle{
		display: inline;
    position: relative;
		margin: 0;
	}

	#services_circle .vc_column_container{
		padding: 0;
		width: 13.5%!important;
    padding-bottom: 13.5%;
		margin: 0 0.65%;
		position: relative;
		float:left;
    position: relative;
    width: 30%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    border: 1.5px solid red;
    border-radius: 50%;
	}

	#services_circle .vc_column_container .vc_column-inner{
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0%;
		border: 3px solid white;
		border-radius: 50%;
		background-color: #E6E6E6;
	}

	#services_circle .wpb_text_column{
		position: absolute;
    margin: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}

	#services_circle p{
		font-size: 16px;
    font-weight: bold;
	}
	body:lang(zh-HK) #services_circle p,body:lang(zh-CN) #services_circle p{
		font-size: 17px;
		font-weight: bold;
		width: 110px;
	}

	#services_circle .vc_column_container:nth-child(1){
		margin-left: 7%;
	}


	.company_info_div{
		 margin-top: 110px;
	}

	#contact_map .nm-banner-image {
    height: 445px;
	}

	#contact_info {
		width: 545px;
		max-height: 430px;
    position: absolute;
    bottom: -30px;
    right: 0;
    display: block;
		background-position: center center;
		background-size: 100% 100%;
	}

	#contact_info p{
		font-size: 20px;
    color: white;
    line-height: 1.9em;
    margin-bottom: 30px;
	}

	.contact_us_div{
		margin-top: 80px;
	}
	.contact_us_sub_title{
		margin-bottom: 20px!important;
	}

	.contact_us_sub_title p{
		text-align: center!important;
		margin-bottom: 0px!important;
		font-size: 20px!important;
		line-height: 27px;
	}

	.contact_us_form .contact_label {
    flex: 1.4;
    margin-bottom: 5px;
    font-size: 21px;
	}

	.contact_us_form .row {
		display: flex;
		max-width: 640px;
		min-width: 640px;
		margin: 0 auto 15px auto;
	}

	.contact_us_form .contact_label {
    flex: 1.4;
    margin-bottom: 0px;
    font-size: 21px;
	}

	.contact_us_form .row input{
		padding: 10px 8px!important;
	}

	.contact_us_form .contact_input .wpcf7-list-item-label{
		font-size: 21px!important;
	}

	#contact_submit_btn{
		background-color: rgba(0,0,0,0);
    color: #424852;
    float: right;
    font-size: 21px;
    height: 62px;
    font-weight: bold;
		padding:0!important;
		margin-left: -5px;
	}

	.contact_submit_row{
		padding-top: 10px;
		height: 60px;
	}

	.ajax-loader{
		width:0px!important;
		height:0px!important;
	}

	.contact_submit_row span{
		color: #E20613;
    float: right;
    font-size: 60px;
    width: 60px;
    height: 60px;
	}

	.label_required:after {
	    content:"*";
	    color: red;
	}

	.contact_submit_row {
    padding-top: 0px;
	}

	.contact_us_form{
    margin-bottom: 0px!important;
	}



	.nm-footer-bar-inner{
		padding: 5px 0!important;
	}

	.nm-menu-item-copyright span{
		font-size: 12px;
	}

	#contact_map .nm-banner-image{
		    width: 69%;
	}

	.our_company_div{
    margin: 0 5%!important;
    padding: 4% 2%!important;
		z-index: 1007;
		margin-top: -40px !important;
		position: relative;
	}

	.our_company_div .body_title p{
		font-size: 37px!important;
	}

	.nm-footer-bar-social{
		display:none;
	}


	.nm-top-bar-right {
    position: absolute;
    top: 17px;
    right: 37px;
    font-size: 15px;
	}
	.nm-top-bar .nm-menu {
    float: right;
    white-space: nowrap;
    position: relative;
	}

	.nm-top-bar-social {
		max-width: 1280px;
		margin: 0 auto;
		padding-right: 0;
		position: absolute;
    left: 0px!important;
    top: 40px;
		right: 0;
	}

	.nm-top-bar-social li {
    float: right;
    padding-left: 15px!important;
	}

	.nm-footer-bar-copyright{
		margin: 10px 0;
	}

	/* template page desktop*/
	.template_img{
		background-size: 50% 80%;
	  background-repeat: no-repeat;
	  background-position: bottom;
	  background-position-x: 0;
		padding-left: 5%!important;
    padding-bottom: 5%;
    width: 76.5%;
		position: absolute;
		right: 0;
		z-index: 1003;
		margin-top: -197px;
		top: 0;
		padding-right: 0!important;
	}

	.template_img .nm-banner-image{
		height: 600px!important;
		background-position: center center!important;
	}

	.nm-page-default-col.col-xs-12{
		padding: 0 0px;
	}

	.template_div{
    		padding: 0 70px!important;
  }

	.template_img .nm-banner-image{
    min-height: 60px!important;
    max-height: 600px!important;
    background-position: center center!important;
	}

	#nm-main-menu-ul .lang-item{
		display:none;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1300px) {
	.vision_div {
    padding: 20px 5px 0px 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.services_div {
    /*background-size: 50% 72%;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
	.vision_img {
        background-position-x: 160px;
	}
}

@media only screen and (min-width: 400px) and (max-width: 500px) {
	.vision_img .nm-banner-image {
		min-height: 246px!important;
		max-height: 246px!important;
	}
}

@media only screen and (max-width: 768px) {
	.empty_space_50{
		height:20px!important;
	}
}

@media only screen and (max-width: 499px) {
	#services_circle .vc_column_container{
		padding: 0;
		position: relative;
		float:right;
		position: relative;
		width: 40%;
		padding-bottom: 40%;
		margin: 5% 5% 0% 5%;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
		border: 1.5px solid red;
		border-radius: 50%;
	}

	#services_circle .vc_column_container:nth-child(1){
		margin-right: 55%;
	}

	#services_circle .vc_column_container:nth-child(2),#services_circle .vc_column_container:nth-child(4),#services_circle .vc_column_container:nth-child(6){
		margin-top:-18%;
	}

	#services_circle p{
		font-size: 14px;
		font-weight: bold;
	}





}

.nm-font-weibo:before {
	content:url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'><g><path class='st0' d='M0.064,131.19c-0.221-4.743,0.125-9.508,1.154-14.144c0.248-1.116,0.518-2.225,0.832-3.321c3.008-10.487,8.643-19.626,15.251-28.144c8.706-11.221,18.737-21.149,30.377-29.353c9.218-6.496,19.067-11.705,30.247-13.973c3.883-0.787,7.803-0.946,11.68,0.366c6.172,2.09,10.112,8.003,9.788,14.511c-0.183,3.695-1.063,7.374-1.526,11.069c-0.019,0.153-0.034,0.306-0.047,0.459c-0.168,2.119,1.841,3.751,3.874,3.13l0.036-0.011c4.527-1.409,8.93-3.23,13.486-4.522c6.29-1.783,12.722-2.767,19.297-1.831c11.812,1.682,17.027,9.495,14.023,21.032c-0.54,2.072-1.266,4.096-1.819,6.165c-0.601,2.251-0.281,2.878,1.873,3.723c2.238,0.879,4.545,1.589,6.759,2.521c8,3.366,14.228,8.638,17.409,16.922c2.722,7.09,1.715,14.082-1.133,20.889c-3.91,9.346-10.669,16.406-18.507,22.533c-14.909,11.653-32.073,17.798-50.621,20.401c-18.895,2.651-37.537,1.411-55.806-4.228c-10.63-3.281-20.788-7.605-29.467-14.768C8.169,153.143,1.534,144.16,0.11,132.079C0.106,132.039,0.088,131.707,0.064,131.19z M76.358,169.906c5.924-0.795,11.913-1.27,17.76-2.448c14.509-2.923,27.365-9.15,37.444-20.28c6.962-7.688,10.058-16.644,7.773-27.006c-1.68-7.618-6.325-13.323-12.411-17.91c-10.267-7.738-22.17-11.022-34.734-12.063c-13.001-1.077-25.748,0.518-38.01,5.078c-11.312,4.207-21.3,10.461-28.445,20.418c-6.685,9.316-7.846,19.422-2.739,29.842c3.284,6.701,8.783,11.422,15.189,15.034C50.008,167.238,62.875,169.618,76.358,169.906z'/><path class='st0' d='M138.917,19.677c11.048-1.622,22.418-0.137,32.342,4.982c14.977,7.726,25.699,22.272,28.236,40.297c1.087,7.724,0.415,15.321-1.988,22.748c-1.404,4.34-5.311,6.592-9.407,5.49c-4.103-1.104-6.531-5.238-5.324-9.649c1.604-5.857,2.266-11.702,1.272-17.745c-1.573-9.564-6.186-17.353-13.694-23.335c-8.89-7.083-19.069-9.36-30.28-7.614c-1.956,0.305-4.208,0.106-6.052-0.584c-2.988-1.119-4.58-4.385-4.254-7.441c0.338-3.166,2.434-5.916,5.58-6.54C136.533,20.049,137.723,19.853,138.917,19.677z'/><path class='st0' d='M172.293,67.814c0.448,3.274,0.342,6.606-0.365,9.834c-0.14,0.64-0.298,1.288-0.482,1.928c-1.004,3.508-4.616,5.466-7.947,4.547c-3.374-0.93-5.463-4.33-4.589-7.903c0.88-3.596,1.105-7.048-0.846-10.378c-2.987-5.098-7.698-7.294-13.708-6.345c-2.9,0.458-5.36-0.331-6.96-2.827c-1.487-2.321-1.586-4.927,0.104-7.137c0.918-1.2,2.398-2.345,3.831-2.716c14.018-3.631,28.911,6.46,30.938,20.832C172.278,67.704,172.285,67.759,172.293,67.814z'/><path class='st0' d='M78.583,105.927c8.037,0.296,15.466,2.344,21.426,8.038c8.214,7.848,9.704,18.558,4.281,29.358C95.599,160.63,70.058,167,54.32,155.786c-11.099-7.908-13.573-22.383-5.83-34.103C54.751,112.206,67.113,105.733,78.583,105.927z M67.483,129.166c-3.725,0.096-6.799,1.319-9.317,3.811c-3.182,3.149-4.134,7.466-2.504,11.067c1.528,3.374,5.313,5.478,9.53,5.078c3.855-0.366,7.097-2.026,9.448-5.195c2.276-3.067,2.893-6.391,1.149-9.883C74.065,130.59,70.988,129.301,67.483,129.166z M81.613,132.024c2.487-0.035,4.665-2.086,4.586-4.32c-0.067-1.897-1.584-3.23-3.651-3.207c-2.491,0.028-4.649,2.192-4.57,4.581C78.037,130.84,79.535,132.054,81.613,132.024z'/></g></svg>");
}

.nm-font-rss-square:before {
	content:url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'><g id='uKxZdz.tif'><g><path class='st0' d='M83.735,12.512c5.903,0.649,11.736,2.139,17.366,3.947c21.613,6.941,38.136,19.698,46.167,41.73c0.526,1.442,0.88,2.947,1.485,5.005c-7.905,0-15.475-0.751-22.846,0.144C105.691,65.795,88.3,74.243,75.289,90.279c-10.129,12.484-14.479,26.804-11.887,42.927c0.143,0.888,0.205,1.79,0.402,3.565c-5.169-1.291-9.95-2.659-14.812-3.616c-1.99-0.391-4.365-0.426-6.204,0.295c-7.576,2.972-15.013,6.297-23.646,9.98c3.504-7.167,6.517-13.329,9.435-19.296c-3.912-3.385-7.72-6.333-11.12-9.692C8.629,105.723,2.837,95.33,0.901,82.946c-0.097-0.621-1.44-7.071-0.658-14.284c0.474-4.369,1.951-8.63,3.588-12.677c8.413-20.793,24.589-32.925,45.369-39.528c5.638-1.791,11.464-3.296,17.368-3.945C72.257,11.887,78.047,11.887,83.735,12.512z M40.845,49.398c-0.3,5.133,3.746,9.633,8.888,9.885c4.976,0.244,9.38-3.628,9.777-8.596c0.409-5.111-3.563-9.717-8.683-10.069C45.698,40.265,41.145,44.271,40.845,49.398zM100.187,59.288c5.143-0.031,9.37-4.36,9.281-9.505c-0.086-4.994-4.22-9.111-9.217-9.18c-5.143-0.071-9.46,4.17-9.478,9.31C90.756,55.054,95.038,59.32,100.187,59.288z'/><path class='st0' d='M175.965,165.325c1.915,3.859,3.698,7.462,5.491,11.061c1.789,3.591,3.587,7.178,5.783,11.571c-1.721-0.553-2.752-0.797-3.712-1.206c-8.597-3.657-17.123-7.489-25.807-10.924c-2.366-0.936-5.285-1.289-7.799-0.911c-21.082,3.17-40.447-0.734-57.204-14.241c-23.472-18.922-23.371-50.101-0.089-69.225c24.173-19.856,63.427-20.471,88.167-1.381c25.787,19.898,25.579,52.523-0.463,72.06C178.989,163.135,177.624,164.112,175.965,165.325z M118.734,122.933c5.144,0.067,9.451-4.179,9.46-9.326c0.008-4.994-4.051-9.199-9.036-9.359c-5.145-0.166-9.542,3.991-9.658,9.13C109.384,118.52,113.584,122.866,118.734,122.933z M165.648,113.443c-0.08-5.148-4.442-9.331-9.588-9.196c-4.992,0.131-9.08,4.303-9.106,9.293c-0.027,5.14,4.25,9.415,9.398,9.392C161.498,122.91,165.728,118.593,165.648,113.443z'/></g></g></svg>");
}

.nm-font-rss-square:before, .nm-font-weibo:before{
	display:block;
	width:20px;
	height:20px;
	margin:0;
	filter: invert(10000%) sepia(1000%) saturate(10000%) hue-rotate(1000deg) brightness(1000%) contrast(20%);
}

.nm-top-bar-social{
	position: absolute;
	right: 0px;
	padding-right: 16px!important;
	top: 40px;
}

#nm-top-menu{
	padding-right: 16px;
}

.nm-footer-bar-social .nm-font-rss-square:before,.nm-footer-bar-social .nm-font-weibo:before{
	width:30px;
	height:30px;
	display:block;
	width:30px;
	height:30px;
	margin:0;
	filter: invert(10000%) sepia(1000%) saturate(10000%) hue-rotate(1000deg) brightness(1000%) contrast(100%);
}

.nm-post-slider-content{
	display:none;
}

span.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.wpcf7-response-output{
	color: red;
	padding-top: 15px;
	padding-left: 0px!important;
  text-align: left;
}
/*
.about_us_img{
	padding:0!important;
}

.vision_img{
	padding-left:0!important;
}
*/
/*
.g-recaptcha {
    transform:scale(1);
    transform-origin:0 0;
}

.wpcf7-form-control-wrap.recaptcha{
	display: flex;
	max-width: 640px;
	min-width: 640px;
	margin: 0 auto 15px auto;
	padding: 0;
}*/


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .nm-header-col.col-xs-12 {
        line-height: 0!important;
   }
}


.slick-dots li.slick-active button {
    background-color: unset!important;
}

.slick-dots li.slick-active button:before {
    color: red!important;
}


.wp-embed-heading,.wp-embed-footer{
	display:none;
}

.wp-embed {
	padding: 0px!important;
}

.nm-post-header{
	display:none;
}


.company_address{
	width: 100%!important;
	max-width: 640px!important;
	margin: 30px auto 30px auto!important;
}

.company_address .vc_column_container{
	padding: 0;
	margin: 0;
}

.company_address .contact_title{
	font-size: 23px;
	font-weight: bold;
	line-height: 38px;
}

.company_address .contact_txt{
	font-size: 20px;
	line-height: 35px;
}



@media all and (max-width: 991px) {
	.company_address .contact_title{
		font-size: 17px;
		line-height: 32px;
	}

	.company_address .contact_txt{
		font-size: 14px;
		line-height: 29px;
	}
}

@media all and (max-width: 767px) {
	.company_address{
		max-width: 450px!important;
	}
}

.wpcf7-response-output{
	max-width: 640px;
	margin:auto;
}

@media all and (max-width: 767px) {
	.wpcf7-response-output{
		max-width: 450px!important;
	}
}

@font-face {
  font-family: 'Mark_light';
  src: url('./assets/fonts/Mark-Light.ttf') format("truetype");
	font-weight: normal;
}

@font-face {
  font-family: 'Mark_regular';
  src: url('./assets/fonts/Mark-Regular.ttf') format("truetype");
	font-weight: normal;
}

@font-face {
  font-family: 'Mark_medium';
  src: url('./assets/fonts/MarkOT-Medium.ttf') format("truetype");
	font-weight: normal;
}
body{
	font-family: 'Mark_light'!important;
}

body .body_title p, body .our_service_title p,.contact_us_title p{
	font-family: 'Mark_light'!important;
	font-weight: bold!important;
}

body .services_image_1 p, body .services_image_2 p{
	font-family: 'Mark_regular'!important;

}

.learn_btn p{
	font-family: 'Mark_medium'!important;
}

.services_item p{
	font-family: 'Mark_medium'!important;
}

#contact_submit_btn{
	font-family: 'Mark_medium'!important;
}

.nm-menu li a:lang(en) {
	font-family: 'Mark_light'!important;
	font-weight: normal!important;
}

.nm-mobile-menu-content li a:lang(en) {
	font-family: 'Mark_regular'!important;
	/*font-weight: bold!important;*/
}

.nm-mobile-menu-content li.lang-item a{
	/*font-weight: bold!important;*/
}


body:lang(en){
	/*font-weight: normal!important;*/
}

body .body_text p:lang(en) {
	/*font-weight: normal!important;*/
}

.nm-menu li:nth-last-child(4) a{
	padding-right: 0!important;
}
#nm-header .nm-menu li a:lang(en) {
	font-size: 20px!important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.learn_btn p{
	 font-family: ‘Mark_light’!important;
	 font-weight: bold;
	}
	.services_item p{
	 font-family: ‘Mark_light’!important;
	 font-weight: bold;
	}
	#contact_submit_btn{
	 font-family: ‘Mark_light’!important;
	 font-weight: bold;
	}
} 