
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion:reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection>output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection>output[hidden] {
	display: none;
}

.rs-p-wp-fix {
	display: none !important;
	margin: 0 !important;
	height: 0px !important;
}

.wp-block-themepunch-revslider {
	position: relative;
}

#debungcontrolls {
	z-index: 100000;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, .6);
	padding: 10px;
	box-sizing: border-box;
}

rs-debug {
	z-index: 100000;
	position: fixed;
	top: 0;
	width: 300px;
	height: 300px;
	background: rgba(0, 0, 0, .6);
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	overflow: scroll;
}

rs-modal {
	position: fixed !important;
	z-index: 9999999 !important;
	pointer-events: none !important;
}

rs-modal.rs-modal-auto {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}

rs-modal.rs-modal-fullwidth, rs-modal.rs-modal-fullscreen {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

rs-modal rs-fullwidth-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

rs-module-wrap.rs-modal {
	display: none;
	max-height: 100% !important;
	overflow: auto !important;
	pointer-events: auto !important;
}

rs-module-wrap.hideallscrollbars.rs-modal {
	overflow: hidden !important;
	max-width: 100% !important;
}

rs-modal-cover {
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	pointer-events: auto;
}

body>rs-modal-cover {
	position: fixed;
	z-index: 9999995 !important;
}

rs-sbg-px {
	pointer-events: none;
}

.rs-forcehidden * {
	visibility: hidden !important;
}

.rs_splitted_lines {
	display: block;
	white-space: nowrap !important;
}

.debugtimeline {
	width: 100%;
	height: 10px;
	position: relative;
	display: block;
	margin-bottom: 3px;
	display: none;
	white-space: nowrap;
	box-sizing: border-box;
}

.debugtimeline:hover {
	height: 15px;
}

.the_timeline_tester {
	background: #e74c3c;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
}

.rs-go-fullscreen {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
	z-index: 9999999 !important;
	background: #fff;
}

.debugtimeline.tl_slide .the_timeline_tester {
	background: #f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
	background: #3498db;
}

.debugtimline_txt {
	color: #fff;
	font-weight: 400;
	font-size: 7px;
	position: absolute;
	left: 10px;
	top: 0;
	white-space: nowrap;
	line-height: 10px;
}

.rtl {
	direction: rtl;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
	font-family: "revicons";
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}

rs-module i[class^="fa-"], rs-module i[class*=" fa-"], .rb-modal-wrapper i[class^="fa-"], .rb-modal-wrapper i[class*=" fa-"], #waitaminute i[class^="fa-"], #waitaminute i[class*=" fa-"], #objectlibrary i[class^="fa-"], #objectlibrary i[class*=" fa-"], #rs_overview i[class^="fa-"], #rs_overview i[class*=" fa-"], #rs_overview_menu i[class^="fa-"], #rs_overview_menu i[class*=" fa-"], #builderView i[class^="fa-"], #builderView i[class*=" fa-"] {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before, rs-module [class*=" fa-"]:before, .rb-modal-wrapper [class^="fa-"]:before, .rb-modal-wrapper [class*=" fa-"]:before, #rs_overview [class^="fa-"]:before, #rs_overview [class*=" fa-"]:before, #objectlibrary [class^="fa-"]:before, #objectlibrary [class*=" fa-"]:before, #waitaminute [class^="fa-"]:before, #waitaminute [class*=" fa-"]:before, #rs_overview_menu [class^="fa-"]:before, #rs_overview_menu [class*=" fa-"]:before, #builderView [class^="fa-"]:before, #builderView [class*=" fa-"]:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

rs-module .sr-only, #objectlibrary .sr-only, #waitaminute .sr-only, #rs_overview .sr-only, #rs_overview_menu .sr-only, .rb-modal-wrapper .sr-only, #builderView .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

rs-module .sr-only-focusable:active, rs-module .sr-only-focusable:focus, #waitaminute .sr-only-focusable:active, #waitaminute .sr-only-focusable:focus, #objectlibrary .sr-only-focusable:active, #objectlibrary .sr-only-focusable:focus, #rs_overview .sr-only-focusable:active, #rs_overview .sr-only-focusable:focus, #rs_overview_menu .sr-only-focusable:active, #rs_overview_menu .sr-only-focusable:focus, .rb-modal-wrapper .sr-only-focusable:active, .rb-modal-wrapper .sr-only-focusable:focus, #builderView .sr-only-focusable:active, #builderView .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.revicon-search-1:before {
	content: "";
}

.revicon-pencil-1:before {
	content: "";
}

.revicon-picture-1:before {
	content: "";
}

.revicon-cancel:before {
	content: "";
}

.revicon-info-circled:before {
	content: "";
}

.revicon-trash:before {
	content: "";
}

.revicon-left-dir:before {
	content: "";
}

.revicon-right-dir:before {
	content: "";
}

.revicon-down-open:before {
	content: "";
}

.revicon-left-open:before {
	content: "";
}

.revicon-right-open:before {
	content: "";
}

.revicon-angle-left:before {
	content: "";
}

.revicon-angle-right:before {
	content: "";
}

.revicon-left-big:before {
	content: "";
}

.revicon-right-big:before {
	content: "";
}

.revicon-magic:before {
	content: "";
}

.revicon-picture:before {
	content: "";
}

.revicon-export:before {
	content: "";
}

.revicon-cog:before {
	content: "";
}

.revicon-login:before {
	content: "";
}

.revicon-logout:before {
	content: "";
}

.revicon-video:before {
	content: "";
}

.revicon-arrow-combo:before {
	content: "";
}

.revicon-left-open-1:before {
	content: "";
}

.revicon-right-open-1:before {
	content: "";
}

.revicon-left-open-mini:before {
	content: "";
}

.revicon-right-open-mini:before {
	content: "";
}

.revicon-left-open-big:before {
	content: "";
}

.revicon-right-open-big:before {
	content: "";
}

.revicon-left:before {
	content: "";
}

.revicon-right:before {
	content: "";
}

.revicon-ccw:before {
	content: "";
}

.revicon-arrows-ccw:before {
	content: "";
}

.revicon-palette:before {
	content: "";
}

.revicon-list-add:before {
	content: "";
}

.revicon-doc:before {
	content: "";
}

.revicon-left-open-outline:before {
	content: "";
}

.revicon-left-open-2:before {
	content: "";
}

.revicon-right-open-outline:before {
	content: "";
}

.revicon-right-open-2:before {
	content: "";
}

.revicon-equalizer:before {
	content: "";
}

.revicon-layers-alt:before {
	content: "";
}

.revicon-popup:before {
	content: "";
}

.tp-fullwidth-forcer {
	z-index: 0;
	pointer-events: none;
}

rs-module-wrap {
	visibility: hidden;
}

rs-module-wrap, rs-module-wrap * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

rs-module-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
}

.rs-fixedscrollon rs-module-wrap {
	position: fixed !important;
	top: 0px !important;
	z-index: 1000;
	left: 0 !important;
}

.rs-stickyscrollon rs-module-wrap {
	position: sticky !important;
	top: 0;
	z-index: 1000;
}

.rs-stickyscrollon {
	overflow: visible !important;
}

rs-fw-forcer {
	display: block;
	width: 100%;
	pointer-events: none;
}

rs-module {
	position: relative;
	overflow: hidden;
	display: block;
}

rs-module.disableVerticalScroll {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

rs-pzimg-wrap, rs-sbg-effectwrap, rs-sbg {
	display: block;
	pointer-events: none;
}

rs-sbg-effectwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

rs-sbg-px, rs-sbg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
}

a.rs-layer, a.rs-layer:-webkit-any-link {
	text-decoration: none;
}

a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

.entry-content rs-module a, rs-module a {
	box-shadow: none;
}

.rs-ov-hidden {
	overflow: hidden !important;
}

.rs-forceoverflow, .rs-forceoverflow rs-module-wrap, .rs-forceoverflow rs-module, .rs-forceoverflow rs-slides, .rs-forceoverflow rs-slide {
	overflow: visible !important;
}

.tp-simpleresponsive img, rs-module img {
	max-width: none !important;
	transition: none;
	margin: 0;
	padding: 0;
	border: none;
}

rs-module .no-slides-text {
	font-weight: 700;
	text-align: center;
	padding-top: 80px;
}

rs-slides, rs-slide, rs-slide:before {
	position: absolute;
	text-indent: 0em;
	top: 0;
	left: 0;
}

rs-slide, rs-slide:before {
	display: block;
	visibility: hidden;
}

.rs-layer .rs-untoggled-content {
	display: block;
}

.rs-layer .rs-toggled-content {
	display: none;
}

.rs-tc-active.rs-layer .rs-toggled-content {
	display: block;
}

.rs-tc-active.rs-layer .rs-untoggled-content {
	display: none;
}

.rs-layer-video {
	overflow: hidden;
}

.rs_html5vidbasicstyles {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

rs-module rs-layer, rs-module .rs-layer {
	opacity: 0;
	position: relative;
	visibility: hidden;
	white-space: nowrap;
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
}

rs-layer-wrap, rs-mask, rs-module-wrap, rs-module .rs-layer, rs-module img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

rs-module rs-mask-wrap .rs-layer, rs-module rs-mask-wrap *:last-child, .wpb_text_column rs-module rs-mask-wrap .rs-layer, .wpb_text_column rs-module rs-mask-wrap *:last-child {
	margin-bottom: 0;
}

.rs-svg svg {
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: top;
}

rs-layer:not(.rs-wtbindex), .rs-layer:not(.rs-wtbindex), rs-alyer *:not(.rs-wtbindex), .rs-layer *:not(.rs-wtbindex) {
	outline: none !important;
}

rs-carousel-wrap {
	cursor: url("https://willapodmagura.pl/wp-content/plugins/revslider/public/assets/css/openhand.cur"), move;
}

rs-carousel-wrap.dragged {
	cursor: url("https://willapodmagura.pl/wp-content/plugins/revslider/public/assets/css/closedhand.cur"), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

rs-carousel-space {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.tp_inner_padding {
	box-sizing: border-box;
	max-height: none !important;
}

.rs-layer.rs-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;
}

rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed, rs-module iframe, rs-module object, rs-module audio, rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	pointer-events: none;
}

.tp-blockmask, .tp-blockmask_in, .tp-blockmask_out {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	transform: scaleX(0) scaleY(0);
}

rs-zone {
	position: absolute;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	min-height: 50px;
	font-size: 0;
	pointer-events: none;
}

rs-row-wrap, rs-column, rs-cbg-mask-wrap {
	display: block;
	visibility: hidden;
}

rs-layer-wrap, rs-parallax-wrap, rs-loop-wrap, rs-mask-wrap {
	display: block;
}

rs-column-wrap>rs-loop-wrap {
	z-index: 1;
}

rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
	transform-style: flat;
}

.safarifix rs-layer-wrap {
	perspective: 1000000;
}

@-moz-document url-prefix() {
	rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
		perspective: none;
	}
}

rs-mask-wrap {
	overflow: hidden;
}

rs-fullwidth-wrap {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: visible;
	max-width: none !important;
}

.rev_row_zone_top {
	top: 0;
}

.rev_row_zone_bottom {
	bottom: 0;
}

rs-column-wrap .rs-parallax-wrap {
	vertical-align: top;
}

.rs-layer img, rs-layer img {
	vertical-align: top;
}

rs-row, rs-row.rs-layer {
	display: table;
	position: relative;
	width: 100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height: auto;
	font-size: 0;
}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size: 0;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100% !important;
	height: auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.rs-pelock * {
	pointer-events: none !important;
}

rs-column .rs-parallax-wrap, rs-column rs-loop-wrap, rs-column rs-mask-wrap {
	text-align: inherit;
}

rs-column rs-mask-wrap {
	display: inline-block;
}

rs-column .rs-parallax-wrap rs-loop-wrap, rs-column .rs-parallax-wrap rs-mask-wrap, rs-column .rs-parallax-wrap {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	line-height: 0;
}

rs-column .rs-parallax-wrap rs-loop-wrap, rs-column .rs-parallax-wrap rs-mask-wrap, rs-column .rs-parallax-wrap, rs-column .rev_layer_in_column {
	vertical-align: top;
}

.rev_break_columns {
	display: block !important;
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
	display: block !important;
	width: 100% !important;
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden, .tp-forcenotvisible, .tp-hide-revslider, rs-row-wrap.rs-layer-hidden, rs-column-wrap.rs-layer-hidden, .rs-layer.rs-layer-hidden, .rs-layer-audio.rs-layer-hidden, .rs-parallax-wrap.rs-layer-hidden {
	visibility: hidden !important;
	display: none !important;
}

rs-layer.rs-nointeraction, .rs-layer.rs-nointeraction {
	pointer-events: none !important;
}

rs-static-layers {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

rs-static-layers.rs-stl-back {
	z-index: 0;
}

.rs-layer rs-fcr {
	width: 0;
	height: 0;
	border-left: 40px solid rgba(255, 255, 255, 0);
	border-right: 0 solid rgba(255, 255, 255, 0);
	border-top: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0;
}

.rs-layer rs-fcrt {
	width: 0;
	height: 0;
	border-left: 40px solid rgba(255, 255, 255, 0);
	border-right: 0 solid rgba(255, 255, 255, 0);
	border-bottom: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0;
}

.rs-layer rs-bcr {
	width: 0;
	height: 0;
	border-left: 0 solid rgba(255, 255, 255, 0);
	border-right: 40px solid rgba(255, 255, 255, 0);
	border-bottom: 40px solid #00a8ff;
	position: absolute;
	left: 100%;
	top: 0;
}

.rs-layer rs-bcrt {
	width: 0;
	height: 0;
	border-left: 0 solid rgba(255, 255, 255, 0);
	border-right: 40px solid rgba(255, 255, 255, 0);
	border-top: 40px solid #00a8ff;
	position: absolute;
	left: 100%;
	top: 0;
}

.tp-layer-inner-rotation {
	position: relative !important;
}

img.tp-slider-alternative-image {
	width: 100%;
	height: auto;
}

.noFilterClass {
	filter: none !important;
}

rs-bgvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
}

.rs-layer.coverscreenvideo {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer.rs-fsv {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.rs-layer.rs-fsv audio, .rs-layer.rs-fsv video, .rs-layer.rs-fsv iframe, .rs-layer.rs-fsv iframe audio, .rs-layer.rs-fsv iframe video {
	width: 100%;
	height: 100%;
	display: none;
}

.fullcoveredvideo audio, .rs-fsv audio .fullcoveredvideo video, .rs-fsv video {
	background: #000;
}

.fullcoveredvideo rs-poster {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.videoisplaying .html5vid rs-poster {
	display: none;
}

.tp-video-play-button {
	background: #000;
	background: rgba(0, 0, 0, .3);
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition: opacity 300ms ease-out !important;
}

.rs-audio .tp-video-play-button {
	display: none !important;
}

.rs-layer .html5vid {
	width: 100% !important;
	height: 100% !important;
}

.tp-video-play-button i {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center !important;
	vertical-align: top;
	line-height: 50px !important;
	font-size: 30px !important;
}

.rs-layer:hover .tp-video-play-button {
	opacity: 1;
	display: block;
}

.rs-layer .tp-revstop {
	display: none;
	width: 15px;
	border-right: 5px solid #fff !important;
	border-left: 5px solid #fff !important;
	transform: translateX(50%) translateY(50%);
	height: 20px;
	margin-left: 11px !important;
	margin-top: 5px !important;
}

.videoisplaying .revicon-right-dir {
	display: none;
}

.videoisplaying .tp-revstop {
	display: block;
}

.videoisplaying .tp-video-play-button {
	display: none;
}

.fullcoveredvideo .tp-video-play-button {
	display: none !important;
}

.rs-fsv .rs-fsv audio {
	object-fit: contain !important;
}

.rs-fsv .rs-fsv video {
	object-fit: contain !important;
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
	display: none;
}

@supports not (-ms-high-contrast:none) {
	.rs-fsv .fullcoveredvideo audio {
		object-fit: cover !important;
	}
	
	.rs-fsv .fullcoveredvideo video {
		object-fit: cover !important;
	}
}

.rs-fullvideo-cover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0);
	z-index: 5;
}

.rs-nolc .tp-video-play-button, rs-bgvideo video::-webkit-media-controls-start-playback-button, rs-bgvideo video::-webkit-media-controls, rs-bgvideo audio::-webkit-media-controls {
	display: none !important;
}

.rs-audio .tp-video-controls {
	opacity: 1 !important;
	visibility: visible !important;
}

rs-module h1.rs-layer, rs-module h2.rs-layer, rs-module h3.rs-layer, rs-module h4.rs-layer, rs-module h5.rs-layer, rs-module h6.rs-layer, rs-module div.rs-layer, rs-module span.rs-layer, rs-module p.rs-layer {
	margin: 0;
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

rs-module h1.rs-layer:before, rs-module h2.rs-layer:before, rs-module h3.rs-layer:before, rs-module h4.rs-layer:before, rs-module h5.rs-layer:before, rs-module h6.rs-layer:before {
	content: none;
}

rs-dotted {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	pointer-events: none;
}

rs-sbg-wrap rs-dotted {
	z-index: 31;
}

rs-dotted.twoxtwo {
	background: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/plugins/revslider/public/assets/assets/gridtile.png");
}

rs-dotted.twoxtwowhite {
	background: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png");
}

rs-dotted.threexthree {
	background: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png");
}

rs-dotted.threexthreewhite {
	background: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png");
}

.tp-shadowcover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	position: absolute;
	z-index: -1;
}

.tp-shadow1 {
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8);
}

.tp-shadow2:before, .tp-shadow2:after, .tp-shadow3:before, .tp-shadow4:after {
	z-index: -2;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%;
	top: 85%;
	max-width: 300px;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
	transform: rotate(-3deg);
}

.tp-shadow2:after, .tp-shadow4:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.tp-shadow5 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.tp-shadow5:before, .tp-shadow5:after {
	content: "";
	position: absolute;
	z-index: -2;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
	top: 30%;
	bottom: 0;
	left: 20px;
	right: 20px;
	border-radius: 100px/20px;
}

.rev-btn, .rev-btn:visited {
	outline: none !important;
	box-shadow: none;
	text-decoration: none !important;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
	text-transform: uppercase;
}

.rev-btn i {
	font-size: inherit;
	font-weight: 400;
	position: relative;
	top: 0;
	transition: opacity .2s ease-out, margin .2s ease-out;
	margin-left: 0;
	line-height: inherit;
}

.rev-btn.rev-hiddenicon i {
	font-size: inherit;
	font-weight: 400;
	position: relative;
	top: 0;
	transition: opacity .2s ease-out, margin .2s ease-out;
	opacity: 0;
	margin-left: 0px !important;
	width: 0px !important;
}

.rev-btn.rev-hiddenicon:hover i {
	opacity: 1 !important;
	margin-left: 10px !important;
	width: auto !important;
}

.rev-burger {
	position: relative;
	box-sizing: border-box;
	padding: 22px 14px 22px 14px;
	border-radius: 50%;
	border: 1px solid rgba(51, 51, 51, .25);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	cursor: pointer;
}

.rev-burger span {
	display: block;
	width: 30px;
	height: 3px;
	background: #333;
	transition: .7s;
	pointer-events: none;
	transform-style: flat !important;
}

.rev-burger span:nth-child(2) {
	margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child, #dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
	transform: translateY(6px) rotate(-45deg);
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2), #dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
	transform: rotate(-45deg);
	opacity: 0;
}

.quick_style_example_wrap .rev-burger:hover :last-child, #dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
	transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
	border: 2px solid rgba(255, 255, 255, .2);
}

.rev-b-span-light span, .rev-burger.revb-white span {
	background: #fff;
}

.rev-burger.revb-whitenoborder {
	border: 0;
}

.rev-burger.revb-whitenoborder span {
	background: #fff;
}

.rev-burger.revb-darknoborder {
	border: 0;
}

.rev-b-span-dark span, .rev-burger.revb-darknoborder span {
	background: #333;
}

.rev-burger.revb-whitefull {
	background: #fff;
	border: none;
}

.rev-burger.revb-whitefull span {
	background: #333;
}

.rev-burger.revb-darkfull {
	background: #333;
	border: none;
}

.rev-burger.revb-darkfull span {
	background: #fff;
}

@keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	
	15% {
		opacity: 1;
		top: 70%;
	}
	
	50% {
		opacity: 0;
		top: 70%;
	}
	
	100% {
		opacity: 0;
		top: 29%;
	}
}

.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 55px;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 23px;
}

.rev-scroll-btn>* {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: 400;
	color: #7f8c8d;
	color: #fff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

.rev-scroll-btn>*:hover, .rev-scroll-btn>*:focus, .rev-scroll-btn>*.active {
	color: #fff;
}

.rev-scroll-btn>*:hover, .rev-scroll-btn>*:focus, .rev-scroll-btn>*:active, .rev-scroll-btn>*.active {
	opacity: .8;
}

.rev-scroll-btn.revs-fullwhite {
	background: #fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark {
	background: #333;
	border: none;
}

.rev-scroll-btn.revs-fulldark span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color: #333;
}

.rev-scroll-btn.rev-b-span-dark span, .rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, .5);
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr {
	border-radius: 3px;
}

.rev-cbutton-light {
	color: #333;
	background-color: rgba(255, 255, 255, .75);
}

.rev-cbutton-light-sr {
	color: #333;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .75);
}

.rev-sbutton {
	line-height: 37px;
	width: 37px;
	height: 37px;
}

.rev-sbutton-blue {
	background-color: #3b5998;
}

.rev-sbutton-lightblue {
	background-color: #00a0d1;
}

.rev-sbutton-red {
	background-color: #dd4b39;
}

rs-progress {
	visibility: hidden;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
}

rs-progress-bar, .rs-progress-bar {
	display: block;
	z-index: 20;
	box-sizing: border-box;
	background-clip: content-box;
	position: absolute;
	vertical-align: top;
	line-height: 0;
	width: 100%;
	height: 100%;
}

rs-progress-bgs {
	display: block;
	z-index: 15;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

rs-progress-bg {
	display: block;
	background-clip: content-box;
	position: absolute;
	width: 100%;
	height: 100%;
}

rs-progress-gap {
	display: block;
	background-clip: content-box;
	position: absolute;
	width: 100%;
	height: 100%;
}

rs-progress-vis {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.rs-layer img {
	background: rgba(255, 255, 255, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 255, 255, 1), endColorstr=rgba(0, 255, 255, 1));
	zoom: 1;
}

.rs-layer.slidelink {
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.rs-layer.slidelink a {
	width: 100%;
	height: 100%;
	display: block;
}

.rs-layer.slidelink a div {
	width: 3000px;
	height: 1500px;
	background: url("https://willapodmagura.pl/wp-content/plugins/revslider/public/assets/assets/coloredbg.png") repeat;
}

.rs-layer.slidelink a span {
	background: url("https://willapodmagura.pl/wp-content/plugins/revslider/public/assets/assets/coloredbg.png") repeat;
	width: 100%;
	height: 100%;
	display: block;
}

.rs-layer.slidelink a span.nitro-lazy {
	background: none !important;
}

.rs-layer.slidelink a div.nitro-lazy {
	background: none !important;
}

.rs-layer .rs-starring {
	display: inline-block;
}

.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffc321 !important;
}

.rs-layer .rs-starring .star-rating, .rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating:before, .rs-layer .rs-starring-page .star-rating:before {
	content: "sssss";
	color: #e0dadf;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before, .rs-layer .rs-starring .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

rs-loader {
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/plugins/revslider/public/assets/assets/loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	margin-top: -20px;
	margin-left: -20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}

rs-loader.spinner0.nitro-lazy {
	background-image: none !important;
}

rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	margin-top: -20px;
	margin-left: -20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}

rs-loader.spinner5 {
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/plugins/revslider/public/assets/assets/loader.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	width: 44px;
	height: 44px;
	border-radius: 3px;
}

rs-loader.spinner5.nitro-lazy {
	background-image: none !important;
}

@keyframes tp-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-color: red;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	border-radius: 100%;
	animation: tp-scaleout 1s infinite ease-in-out;
}

@keyframes tp-scaleout {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

rs-loader.spinner3 {
	margin: -9px 0 0 -35px;
	width: 70px;
	text-align: center;
}

rs-loader.spinner3 .bounce1, rs-loader.spinner3 .bounce2, rs-loader.spinner3 .bounce3 {
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	border-radius: 100%;
	display: inline-block;
	animation: tp-bouncedelay 1.4s infinite ease-in-out;
	animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
	animation-delay: -.32s;
}

rs-loader.spinner3 .bounce2 {
	animation-delay: -.16s;
}

@keyframes tp-bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

rs-loader.spinner4 {
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	animation: tp-rotate 2s infinite linear;
}

rs-loader.spinner4 .dot1, rs-loader.spinner4 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	animation: tp-bounce 2s infinite ease-in-out;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

rs-loader.spinner4 .dot2 {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

@keyframes tp-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes tp-bounce {
	0%, 100% {
		transform: scale(0);
	}
	
	50% {
		transform: scale(1);
	}
}

rs-layer iframe {
	visibility: hidden;
}

rs-layer.rs-ii-o iframe {
	visibility: visible;
}

rs-layer input[type="text"], rs-layer input[type="email"], rs-layer input[type="url"], rs-layer input[type="password"], rs-layer input[type="search"], rs-layer input[type="number"], rs-layer input[type="tel"], rs-layer input[type="range"], rs-layer input[type="date"], rs-layer input[type="month"], rs-layer input[type="week"], rs-layer input[type="time"], rs-layer input[type="datetime"], rs-layer input[type="datetime-local"] {
	display: inline-block;
}

rs-layer input::placeholder {
	vertical-align: middle;
	line-height: inherit !important;
}

a.rs-layer {
	transition: none;
}

rs-thumbs-wrap, rs-tabs-wrap, rs-thumbs, rs-thumb, rs-tab, rs-bullet, rs-bullets, rs-navmask, rs-tabs, rs-arrow {
	display: block;
}

.tp-thumbs.navbar, .tp-bullets.navbar, .tp-tabs.navbar {
	border: none;
	min-height: 0;
	margin: 0;
	border-radius: 0;
}

.tp-tabs, .tp-thumbs, .tp-bullets {
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0;
	left: 0;
}

.tp-tab, .tp-thumb {
	cursor: pointer;
	position: absolute;
	opacity: .5;
	box-sizing: border-box;
}

.tp-arr-imgholder, rs-poster, .tp-thumb-image, .tp-tab-image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

rs-poster {
	cursor: pointer;
	z-index: 3;
}

.tp-tab:hover, .tp-tab.selected, .tp-thumb:hover, .tp-thumb.selected {
	opacity: 1;
}

.tp-tab-mask, .tp-thumb-mask {
	box-sizing: border-box !important;
}

.tp-tabs, .tp-thumbs {
	box-sizing: content-box !important;
}

.tp-bullet {
	width: 15px;
	height: 15px;
	position: absolute;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	cursor: pointer;
}

.tp-bullet.selected, .tp-bullet:hover {
	background: #fff;
}

.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, .5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
}

.tparrows:hover {
	background: #000;
}

.tparrows:before {
	font-family: "revicons";
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}

.tparrows.tp-leftarrow:before {
	content: "";
}

.tparrows.tp-rightarrow:before {
	content: "";
}

.rs-layer [class^="pe-7s-"]:before, .rs-layer [class*=" pe-7s-"]:before {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}

rs-pzimg-wrap {
	display: block;
}

body.rtl .rs-pzimg {
	left: 0 !important;
}

.dddwrappershadow {
	box-shadow: 0 45px 100px rgba(0, 0, 0, .4);
}

.dddwrapper {
	transform-style: flat;
	perspective: 10000px;
}

.rs_error_message_box {
	background: #111;
	width: 800px;
	margin: 40px auto;
	padding: 40px 20px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
}

.rs_error_message_oops {
	margin: 0 0 20px;
	line-height: 60px;
	font-size: 34px;
	color: #fff;
}

.rs_error_message_content {
	margin: 0 0 20px;
	line-height: 25px;
	font-size: 17px;
	color: #fff;
}

.rs_error_message_button {
	color: #fff !important;
	background: #333;
	display: inline-block;
	padding: 10px 15px;
	text-align: right;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none !important;
}

.rs_error_message_button:hover {
	background: #5e35b1;
}

.hglayerinfo {
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(0, 0, 0, .75);
	padding: 5px 10px;
	z-index: 2000;
	white-space: normal;
}

.hginfo {
	position: absolute;
	top: -2px;
	left: -2px;
	color: #e74c3c;
	font-size: 12px;
	font-weight: 600;
	background: #000;
	padding: 2px 5px;
}

.indebugmode .rs-layer:hover {
	border: 1px dashed #c0392b !important;
}

.helpgrid {
	border: 2px dashed #c0392b;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#revsliderlogloglog {
	padding: 15px;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	background: rgba(0, 0, 0, .7);
	z-index: 100000;
	font-size: 10px;
	overflow: scroll;
}

.aden {
	filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
}

.aden::after {
	background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
	mix-blend-mode: darken;
}

.perpetua::after, .reyes::after {
	mix-blend-mode: soft-light;
	opacity: .5;
}

.inkwell {
	filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
}

.perpetua::after {
	background: linear-gradient(to bottom, #005b9a, #e6c13d);
}

.reyes {
	filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
}

.reyes::after {
	background: #efcdad;
}

.gingham {
	filter: brightness(1.05) hue-rotate(-10deg);
}

.gingham::after {
	background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
	mix-blend-mode: darken;
}

.toaster {
	filter: contrast(1.5) brightness(.9);
}

.toaster::after {
	background: radial-gradient(circle, #804e0f, #3b003b);
	mix-blend-mode: screen;
}

.walden {
	filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
}

.walden::after {
	background: #04c;
	mix-blend-mode: screen;
	opacity: .3;
}

.hudson {
	filter: brightness(1.2) contrast(.9) saturate(1.1);
}

.hudson::after {
	background: radial-gradient(circle, #a6b1ff 50%, #342134);
	mix-blend-mode: multiply;
	opacity: .5;
}

.earlybird {
	filter: contrast(.9) sepia(.2);
}

.earlybird::after {
	background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
	mix-blend-mode: overlay;
}

.mayfair {
	filter: contrast(1.1) saturate(1.1);
}

.mayfair::after {
	background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
	mix-blend-mode: overlay;
	opacity: .4;
}

.lofi {
	filter: saturate(1.1) contrast(1.5);
}

.lofi::after {
	background: radial-gradient(circle, transparent 70%, #222 150%);
	mix-blend-mode: multiply;
}

._1977 {
	filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

._1977:after {
	background: rgba(243, 106, 188, .3);
	mix-blend-mode: screen;
}

.brooklyn {
	filter: contrast(.9) brightness(1.1);
}

.brooklyn::after {
	background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
	mix-blend-mode: overlay;
}

.xpro2 {
	filter: sepia(.3);
}

.xpro2::after {
	background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
	mix-blend-mode: color-burn;
}

.nashville {
	filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

.nashville::after {
	background: rgba(0, 70, 150, .4);
	mix-blend-mode: lighten;
}

.nashville::before {
	background: rgba(247, 176, 153, .56);
	mix-blend-mode: darken;
}

.lark {
	filter: contrast(.9);
}

.lark::after {
	background: rgba(242, 242, 242, .8);
	mix-blend-mode: darken;
}

.lark::before {
	background: #22253f;
	mix-blend-mode: color-dodge;
}

.moon {
	filter: grayscale(1) contrast(1.1) brightness(1.1);
}

.moon::before {
	background: #a0a0a0;
	mix-blend-mode: soft-light;
}

.moon::after {
	background: #383838;
	mix-blend-mode: lighten;
}

.clarendon {
	filter: contrast(1.2) saturate(1.35);
}

.clarendon:before {
	background: rgba(127, 187, 227, .2);
	mix-blend-mode: overlay;
}

.willow {
	filter: grayscale(.5) contrast(.95) brightness(.9);
}

.willow::before {
	background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
	mix-blend-mode: overlay;
}

.willow::after {
	background-color: #d8cdcb;
	mix-blend-mode: color;
}

.rise {
	filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
}

.rise::after {
	background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
	mix-blend-mode: overlay;
	opacity: .6;
}

.rise::before {
	background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
	mix-blend-mode: multiply;
}

._1977:after, ._1977:before, rs-pzimg-wrap.aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
}

._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
	position: relative;
}

._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
	width: 100%;
	z-index: 1;
}

._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
	z-index: 2;
}

._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
	z-index: 3;
}

.slumber {
	filter: saturate(.66) brightness(1.05);
}

.slumber::after {
	background: rgba(125, 105, 24, .5);
	mix-blend-mode: soft-light;
}

.slumber::before {
	background: rgba(69, 41, 12, .4);
	mix-blend-mode: lighten;
}

rs-pzimg-wrap.perpetua:before, rs-pzimg-wrap.perpetua:after, rs-pzimg-wrap.nashville:before, rs-pzimg-wrap.nashville:after, rs-pzimg-wrap.xpro2:before, rs-pzimg-wrap.xpro2:after, rs-pzimg-wrap._1977:after, rs-pzimg-wrap._1977:before, rs-pzimg-wrap.aden:after, rs-pzimg-wrap.aden:before, rs-pzimg-wrap.brooklyn:after, rs-pzimg-wrap.brooklyn:before, rs-pzimg-wrap.clarendon:after, rs-pzimg-wrap.clarendon:before, rs-pzimg-wrap.earlybird:after, rs-pzimg-wrap.earlybird:before, rs-pzimg-wrap.gingham:after, rs-pzimg-wrap.gingham:before, rs-pzimg-wrap.hudson:after, rs-pzimg-wrap.hudson:before, rs-pzimg-wrap.inkwell:after, rs-pzimg-wrap.inkwell:before, rs-pzimg-wrap.lark:after, rs-pzimg-wrap.lark:before, rs-pzimg-wrap.lofi:after, rs-pzimg-wrap.lofi:before, rs-pzimg-wrap.mayfair:after, rs-pzimg-wrap.mayfair:before, rs-pzimg-wrap.moon:after, rs-pzimg-wrap.moon:before, rs-pzimg-wrap.reyes:after, rs-pzimg-wrap.reyes:before, rs-pzimg-wrap.rise:after, rs-pzimg-wrap.rise:before, rs-pzimg-wrap.slumber:after, rs-pzimg-wrap.slumber:before, rs-pzimg-wrap.toaster:after, rs-pzimg-wrap.toaster:before, rs-pzimg-wrap.walden:after, rs-pzimg-wrap.walden:before, rs-pzimg-wrap.willow:after, rs-pzimg-wrap.willow:before, rs-pzimg-wrap:before, rs-pzimg-wrap:after {
	height: 500%;
	width: 500%;
}

rs-loader.spinner6 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner6 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	-webkit-animation: rs-revealer-6 1.4s linear infinite;
	animation: rs-revealer-6 1.4s linear infinite;
}

rs-loader.spinner6 .rs-spinner-inner span {
	position: absolute;
	vertical-align: top;
	border-radius: 100%;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 16px;
	transform-origin: center 20px;
	-webkit-transform-origin: center 20px;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
	transform: rotate(36deg);
	-webkit-transform: rotate(36deg);
	opacity: .1;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
	transform: rotate(72deg);
	-webkit-transform: rotate(72deg);
	opacity: .2;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
	transform: rotate(108deg);
	-webkit-transform: rotate(108deg);
	opacity: .3;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
	transform: rotate(144deg);
	-webkit-transform: rotate(144deg);
	opacity: .4;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	opacity: .5;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
	transform: rotate(216deg);
	-webkit-transform: rotate(216deg);
	opacity: .6;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
	transform: rotate(252deg);
	-webkit-transform: rotate(252deg);
	opacity: .7;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
	transform: rotate(288deg);
	-webkit-transform: rotate(288deg);
	opacity: .8;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
	transform: rotate(324deg);
	-webkit-transform: rotate(324deg);
	opacity: .9;
}

@keyframes rs-revealer-6 {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rs-revealer-6 {
	from {
		-webkit-transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

rs-loader.spinner7 {
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner7 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0;
	border-radius: 100%;
	border: 2px solid;
	-webkit-animation: rs-revealer-7 .8s linear infinite;
	animation: rs-revealer-7 .8s linear infinite;
}

@keyframes rs-revealer-7 {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rs-revealer-7 {
	from {
		-webkit-transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

rs-loader.spinner8 {
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner8 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0;
	text-align: left;
}

rs-loader.spinner8 .rs-spinner-inner span {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-animation: rs-revealer-8 1.6s linear infinite;
	animation: rs-revealer-8 1.6s linear infinite;
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
	animation-delay: -.8s;
	-webkit-animation-delay: -.8s;
}

@keyframes rs-revealer-8 {
	0% {
		transform: scale(0, 0);
		opacity: .5;
	}
	
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes rs-revealer-8 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: .5;
	}
	
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

rs-loader.spinner9 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner9 .rs-spinner-inner span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: rs-revealer-9 2s infinite ease-in-out;
	animation: rs-revealer-9 2s infinite ease-in-out;
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes rs-revealer-9 {
	0%, 100% {
		-webkit-transform: scale(0);
	}
	
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes rs-revealer-9 {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

rs-loader.spinner10 {
	width: 54px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner10 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 10px;
}

rs-loader.spinner10 .rs-spinner-inner span {
	display: block;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
	animation: rs-revealer-10 1.2s infinite ease-in-out;
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}

@-webkit-keyframes rs-revealer-10 {
	0%, 100%, 40% {
		-webkit-transform: scaleY(.4);
	}
	
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes rs-revealer-10 {
	0%, 100%, 40% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4);
	}
	
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

rs-loader.spinner11 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner11 .rs-spinner-inner {
	width: 100%;
	height: 100%;
}

rs-loader.spinner11 .rs-spinner-inner span {
	display: block;
	width: 33%;
	height: 33%;
	background-color: #333;
	float: left;
	-webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
	animation: rs-revealer-11 1.3s infinite ease-in-out;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

@-webkit-keyframes rs-revealer-11 {
	0%, 100%, 70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes rs-revealer-11 {
	0%, 100%, 70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

rs-loader.spinner12 {
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner12 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	-webkit-animation: rs-revealer-12 1s infinite linear;
	animation: rs-revealer-12 1s infinite linear;
}

@-webkit-keyframes rs-revealer-12 {
	0% {
		-webkit-transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rs-revealer-12 {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

rs-loader.spinner13 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner13 .rs-spinner-inner {
	width: 100%;
	height: 100%;
}

rs-loader.spinner13 .rs-spinner-inner span {
	display: block;
	width: 40%;
	height: 40%;
	position: absolute;
	border-radius: 50%;
	-webkit-animation: rs-revealer-13 2s ease infinite;
	animation: rs-revealer-13 2s ease infinite;
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
	animation-delay: -1.5s;
	-webkit-animation-delay: -1.5s;
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
	animation-delay: -.5s;
	-webkit-animation-delay: -.5s;
}

@keyframes rs-revealer-13 {
	0%, 100% {
		transform: translate(0);
	}
	
	25% {
		transform: translate(160%);
	}
	
	50% {
		transform: translate(160%, 160%);
	}
	
	75% {
		transform: translate(0, 160%);
	}
}

@-webkit-keyframes rs-revealer-13 {
	0%, 100% {
		-webkit-transform: translate(0);
	}
	
	25% {
		-webkit-transform: translate(160%);
	}
	
	50% {
		-webkit-transform: translate(160%, 160%);
	}
	
	75% {
		-webkit-transform: translate(0, 160%);
	}
}

rs-loader.spinner14 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner14 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	animation: rs-revealer-14 1s infinite linear;
}

rs-loader.spinner14 .rs-spinner-inner span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: -8px;
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
	-webkit-animation: rs-revealer-14-1 2s infinite;
	animation: rs-revealer-14-1 2s infinite;
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation: rs-revealer-14-2 2s infinite;
	animation: rs-revealer-14-2 2s infinite;
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation: rs-revealer-14-3 2s infinite;
	animation: rs-revealer-14-3 2s infinite;
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation: rs-revealer-14-4 2s infinite;
	animation: rs-revealer-14-4 2s infinite;
}

@-webkit-keyframes rs-revealer-14-1 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rs-revealer-14-2 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rs-revealer-14-3 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rs-revealer-14-4 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@keyframes rs-revealer-14-1 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
	}
	
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@keyframes rs-revealer-14-2 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
	}
	
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@keyframes rs-revealer-14-3 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
	}
	
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@keyframes rs-revealer-14-4 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
	}
	
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

rs-loader.spinner15 {
	width: 40px;
	height: 40px;
	margin-top: -4px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner15 .rs-spinner-inner {
	width: 100%;
	height: 100%;
}

rs-loader.spinner15 .rs-spinner-inner span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
	animation: rs-revealer-15 1.8s infinite ease-in-out;
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}

@-webkit-keyframes rs-revealer-15 {
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
	}
	
	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
	}
	
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
	}
	
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes rs-revealer-15 {
	25% {
		transform: translateX(30px) rotate(-90deg) scale(.5);
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
	}
	
	50% {
		transform: translateX(30px) translateY(30px) rotate(-179deg);
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
	}
	
	75% {
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
	}
	
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}

.bgcanvas {
	display: none;
	position: absolute;
	overflow: hidden;
}

.col {
	position: relative;
	display: block;
	width: 100%;
}

.full-page-inner>.container>.span_12, .full-page-inner>.span_12, html body .vc_row-fluid>.span_12 {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	float: none;
}

@media (min-width:691px) {
	.col {
		margin-right: 2%;
	}
}

.col:last-child {
	margin-right: 0;
}

.col.col_last {
	margin-right: 0;
}

.compose-mode .vc_row-fluid>.span_12>.vc_element, .compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column, .full-page-inner>.container>.span_12>.wpb_column, .full-page-inner>.span_12>.wpb_column, html body .vc_row-fluid>.span_12>.wpb_column {
	float: none;
	margin-right: 0;
}

.compose-mode #nectar_fullscreen_rows .full-page-inner>.container>.span_12>.vc_element:not([class*=offset-]), .compose-mode .vc_row-fluid>.span_12>.vc_element:not([class*=offset-]), .compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column:not([class*=offset-]), .full-page-inner>.container>.span_12>.wpb_column:not([class*=offset-]), .full-page-inner>.span_12>.wpb_column:not([class*=offset-]), html body .vc_row-fluid>.span_12>.wpb_column:not([class*=offset-]) {
	margin-left: 0;
}

.full-page-inner>.container>.span_12, .full-page-inner>.span_12, .vc_row-fluid>.span_12 {
	width: auto;
}

.vc_row-fluid>.span_12, body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner>.container>.span_12 {
	margin-left: -1%;
	margin-right: -1%;
}

.vc_row-fluid>.span_12 .wpb_column, body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner>.container>.span_12 .wpb_column:not(.child_column) {
	padding-left: 1%;
	padding-right: 1%;
}

body[data-col-gap*=px] .wpb_wrapper>.wpb_row:last-child:not([data-column-margin*=px]) {
	margin-bottom: 0;
}

html body .full-width-content.vc_row-fluid .wpb_column {
	padding: 0;
}

.full-width-content.vc_row-fluid .wpb_column .wpb_row, .full-width-content.vc_row-fluid .wpb_column .wpb_wrapper, html body .full-width-content.vc_row-fluid .span_12 {
	margin: 0;
}

.vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]), body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default], body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none], body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=default]>.span_12>.one-fourths:not([class*=vc_col-xs-]), body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=none]>.span_12>.one-fourths:not([class*=vc_col-xs-]), body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content, body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]), body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content, body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
	margin-bottom: 0;
}

body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default]>.span_12, body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none]>.span_12, body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12, body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12 {
	margin-left: 0;
	margin-right: 0;
}

body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default]>.span_12>.wpb_column, body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none]>.span_12>.wpb_column, body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.wpb_column, body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.wpb_column {
	padding-left: 0;
	padding-right: 0;
}

.wpb_column[data-border-radius*=px] .n-sticky>.vc_column-inner>.column-bg-overlay-wrap, .wpb_column[data-border-radius*=px]>.vc_column-inner>.column-bg-overlay-wrap {
	overflow: hidden;
}

.ascend .vc_row-fluid .wpb_column.boxed, .material .vc_row-fluid .wpb_column.boxed, .vc_row-fluid .wpb_column.boxed {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
}

.wpb_column.boxed>.vc_column-inner {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 25px 15px 15px;
	position: relative;
	transition: transform .2s ease, box-shadow .2s ease;
	top: 0;
}

.wpb_column.boxed:hover>.vc_column-inner {
	transform: translateY(-4px);
	box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
}

.vc_row-fluid .wpb_column {
	box-shadow: none;
}

.wpb_column[data-shadow=small_depth]>.vc_column-inner>.column-bg-overlay-wrap {
	box-shadow: rgba(0, 0, 0, .04) 0 1px 0, rgba(0, 0, 0, .05) 0 2px 7px, rgba(0, 0, 0, .06) 0 12px 22px;
}

.wpb_column[data-shadow=medium_depth]>.vc_column-inner>.column-bg-overlay-wrap {
	box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
}

.wpb_column[data-shadow=large_depth]>.vc_column-inner>.column-bg-overlay-wrap {
	box-shadow: 0 40px 100px rgba(0, 0, 0, .15), 0 25px 80px rgba(0, 0, 0, .1);
}

.wpb_column[data-shadow=x_large_depth]>.vc_column-inner>.column-bg-overlay-wrap {
	box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14);
}

@media only screen and (min-width:1000px) {
	.wpb_column.has-animation[data-animation=reveal-from-bottom]>.vc_column-inner {
		transform: translateY(101%);
		-webkit-transform: translateY(101%);
	}
	
	.wpb_column.has-animation[data-animation=reveal-from-top]>.vc_column-inner {
		transform: translateY(-101%);
		-webkit-transform: translateY(-101%);
	}
	
	.wpb_column.has-animation[data-animation=reveal-from-left]>.vc_column-inner {
		transform: translateX(-120%);
		-webkit-transform: translateX(-120%);
	}
	
	.wpb_column.has-animation[data-animation=reveal-from-right]>.vc_column-inner {
		transform: translateX(120%);
		-webkit-transform: translateX(120%);
	}
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-bottom]>.vc_column-inner {
	transform: translateY(101%);
	-webkit-transform: translateY(101%);
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-top]>.vc_column-inner {
	transform: translateY(-101%);
	-webkit-transform: translateY(-101%);
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-left]>.vc_column-inner {
	transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-right]>.vc_column-inner {
	transform: translateX(120%);
	-webkit-transform: translateX(120%);
}

body[data-col-gap] .vc_row-fluid .span_12.col.section-title, body[data-col-gap] .vc_row-fluid .span_12.post-area, body[data-col-gap] .vc_row-fluid .span_12.testimonial_slider {
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.full-width-content .wpb_column.col.no-extra-padding_tablet>.vc_column-inner, .wpb_column.col.no-extra-padding_tablet>.n-sticky>.vc_column-inner, .wpb_column.col.no-extra-padding_tablet>.vc_column-inner {
		padding: 0;
	}
}

@media only screen and (max-width:690px) {
	body .full-width-content .wpb_column.col.no-extra-padding_phone>.vc_column-inner, body .wpb_row .full-width-content .wpb_column.col.no-extra-padding_phone>.n-sticky>.vc_column-inner, body .wpb_row .wpb_column.child_column.col.no-extra-padding_phone>.n-sticky>.vc_column-inner, body .wpb_row .wpb_column.col.no-extra-padding_phone>.n-sticky>.vc_column-inner, html body .wpb_column.child_column.col.no-extra-padding_phone>.vc_column-inner, html body .wpb_column.col.no-extra-padding_phone>.vc_column-inner {
		padding: 0;
	}
	
	.col.padding-1-percent[data-border-width*=px]>.vc_column-inner, .col.padding-2-percent[data-border-width*=px]>.vc_column-inner, .col.padding-3-percent[data-border-width*=px]>.vc_column-inner, .col.padding-4-percent[data-border-width*=px]>.vc_column-inner, .col.padding-5-percent[data-border-width*=px]>.vc_column-inner, .col.padding-6-percent[data-border-width*=px]>.vc_column-inner, .col.padding-7-percent[data-border-width*=px]>.vc_column-inner {
		padding: calc(100vw * .09);
	}
}

@media only screen and (max-width:999px) {
	.full-width-content .col.padding-1-percent>.vc_column-inner {
		padding: calc(100vw * .01);
	}
}

@media (max-width:999px) and (min-width:691px) {
	.vc_col-xs-12:not([data-t-w-inherits=small_desktop]) {
		width: 100%;
	}
	
	.vc_col-xs-11:not([data-t-w-inherits=small_desktop]) {
		width: 91.66666667%;
	}
	
	.vc_col-xs-10:not([data-t-w-inherits=small_desktop]) {
		width: 83.33333333%;
	}
	
	.vc_col-xs-9:not([data-t-w-inherits=small_desktop]) {
		width: 75%;
	}
	
	.vc_col-xs-8:not([data-t-w-inherits=small_desktop]) {
		width: 66.66666667%;
	}
	
	.vc_col-xs-7:not([data-t-w-inherits=small_desktop]) {
		width: 58.33333333%;
	}
	
	.vc_col-xs-6:not([data-t-w-inherits=small_desktop]) {
		width: 50%;
	}
	
	.vc_col-xs-5:not([data-t-w-inherits=small_desktop]) {
		width: 41.66666667%;
	}
	
	.vc_col-xs-4:not([data-t-w-inherits=small_desktop]) {
		width: 33.33333333%;
	}
	
	.vc_col-xs-3:not([data-t-w-inherits=small_desktop]) {
		width: 25%;
	}
	
	.vc_col-xs-2:not([data-t-w-inherits=small_desktop]) {
		width: 16.66666667%;
	}
	
	.vc_col-xs-1:not([data-t-w-inherits=small_desktop]) {
		width: 8.33333333%;
	}
	
	.vc_col-xs-5\/5:not([data-t-w-inherits=small_desktop]) {
		width: 100%;
	}
	
	.vc_col-xs-4\/5:not([data-t-w-inherits=small_desktop]) {
		width: 80%;
	}
	
	.vc_col-xs-3\/5:not([data-t-w-inherits=small_desktop]) {
		width: 60%;
	}
	
	.vc_col-xs-2\/5:not([data-t-w-inherits=small_desktop]) {
		width: 40%;
	}
	
	.vc_col-xs-1\/5:not([data-t-w-inherits=small_desktop]) {
		width: 20%;
	}
}

@media (max-width:690px) {
	.vc_col-xs-12 {
		width: 100%;
	}
	
	.vc_col-xs-11 {
		width: 91.66666667%;
	}
	
	.vc_col-xs-10 {
		width: 83.33333333%;
	}
	
	.vc_col-xs-9 {
		width: 75%;
	}
	
	.vc_col-xs-8 {
		width: 66.66666667%;
	}
	
	.vc_col-xs-7 {
		width: 58.33333333%;
	}
	
	.vc_col-xs-6 {
		width: 50%;
	}
	
	.vc_col-xs-5 {
		width: 41.66666667%;
	}
	
	.vc_col-xs-4 {
		width: 33.33333333%;
	}
	
	.vc_col-xs-3 {
		width: 25%;
	}
	
	.vc_col-xs-2 {
		width: 16.66666667%;
	}
	
	.vc_col-xs-1 {
		width: 8.33333333%;
	}
	
	.vc_col-xs-5\/5 {
		width: 100%;
	}
	
	.vc_col-xs-4\/5 {
		width: 80%;
	}
	
	.vc_col-xs-3\/5 {
		width: 60%;
	}
	
	.vc_col-xs-2\/5 {
		width: 40%;
	}
	
	.vc_col-xs-1\/5 {
		width: 20%;
	}
}

.vc_col-xs-pull-12 {
	right: 100%;
}

.vc_col-xs-pull-11 {
	right: 91.66666667%;
}

.vc_col-xs-pull-10 {
	right: 83.33333333%;
}

.vc_col-xs-pull-9 {
	right: 75%;
}

.vc_col-xs-pull-8 {
	right: 66.66666667%;
}

.vc_col-xs-pull-7 {
	right: 58.33333333%;
}

.vc_col-xs-pull-6 {
	right: 50%;
}

.vc_col-xs-pull-5 {
	right: 41.66666667%;
}

.vc_col-xs-pull-4 {
	right: 33.33333333%;
}

.vc_col-xs-pull-3 {
	right: 25%;
}

.vc_col-xs-pull-2 {
	right: 16.66666667%;
}

.vc_col-xs-pull-1 {
	right: 8.33333333%;
}

.vc_col-xs-pull-0 {
	right: auto;
}

.vc_col-xs-push-12 {
	left: 100%;
}

.vc_col-xs-push-11 {
	left: 91.66666667%;
}

.vc_col-xs-push-10 {
	left: 83.33333333%;
}

.vc_col-xs-push-9 {
	left: 75%;
}

.vc_col-xs-push-8 {
	left: 66.66666667%;
}

.vc_col-xs-push-7 {
	left: 58.33333333%;
}

.vc_col-xs-push-6 {
	left: 50%;
}

.vc_col-xs-push-5 {
	left: 41.66666667%;
}

.vc_col-xs-push-4 {
	left: 33.33333333%;
}

.vc_col-xs-push-3 {
	left: 25%;
}

.vc_col-xs-push-2 {
	left: 16.66666667%;
}

.vc_col-xs-push-1 {
	left: 8.33333333%;
}

.vc_col-xs-push-0 {
	left: auto;
}

.vc_col-xs-offset-12 {
	margin-left: 100%;
}

.vc_col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.vc_col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.vc_col-xs-offset-9 {
	margin-left: 75%;
}

.vc_col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.vc_col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.vc_col-xs-offset-6 {
	margin-left: 50%;
}

.vc_col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.vc_col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.vc_col-xs-offset-3 {
	margin-left: 25%;
}

.vc_col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.vc_col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.vc_col-xs-offset-0 {
	margin-left: 0;
}

.vc_col-xs-pull-5\/5 {
	right: 100%;
}

.vc_col-xs-pull-4\/5 {
	right: 80%;
}

.vc_col-xs-pull-3\/5 {
	right: 60%;
}

.vc_col-xs-pull-2\/5 {
	right: 40%;
}

.vc_col-xs-pull-1\/5 {
	right: 20%;
}

.vc_col-xs-pull-0\/5 {
	right: auto;
}

.vc_col-xs-push-5\/5 {
	left: 100%;
}

.vc_col-xs-push-4\/5 {
	left: 80%;
}

.vc_col-xs-push-3\/5 {
	left: 60%;
}

.vc_col-xs-push-2\/5 {
	left: 40%;
}

.vc_col-xs-push-1\/5 {
	left: 20%;
}

.vc_col-xs-push-0\/5 {
	left: auto;
}

.vc_col-xs-offset-5\/5 {
	margin-left: 100%;
}

.vc_col-xs-offset-4\/5 {
	margin-left: 80%;
}

.vc_col-xs-offset-3\/5 {
	margin-left: 60%;
}

.vc_col-xs-offset-2\/5 {
	margin-left: 40%;
}

.vc_col-xs-offset-1\/5 {
	margin-left: 20%;
}

.vc_col-xs-offset-0\/5 {
	margin-left: 0;
}

@media (min-width:691px) {
	.vc_col-sm-5\/5 {
		width: 100%;
	}
	
	.vc_col-sm-4\/5 {
		width: 80%;
	}
	
	.vc_col-sm-3\/5 {
		width: 60%;
	}
	
	.vc_col-sm-2\/5 {
		width: 40%;
	}
	
	.vc_col-sm-1\/5 {
		width: 20%;
	}
	
	.vc_col-sm-12 {
		width: 100%;
	}
	
	.vc_col-sm-11 {
		width: 91.66666667%;
	}
	
	.vc_col-sm-10 {
		width: 83.33333333%;
	}
	
	.vc_col-sm-9 {
		width: 75%;
	}
	
	.vc_col-sm-8 {
		width: 66.66666667%;
	}
	
	.vc_col-sm-7 {
		width: 58.33333333%;
	}
	
	.vc_col-sm-6 {
		width: 50%;
	}
	
	.vc_col-sm-5 {
		width: 41.66666667%;
	}
	
	.vc_col-sm-4 {
		width: 33.33333333%;
	}
	
	.vc_col-sm-3 {
		width: 25%;
	}
	
	.vc_col-sm-2 {
		width: 16.66666667%;
	}
	
	.vc_col-sm-1 {
		width: 8.33333333%;
	}
	
	.vc_col-sm-pull-12 {
		right: 100%;
	}
	
	.vc_col-sm-pull-11 {
		right: 91.66666667%;
	}
	
	.vc_col-sm-pull-10 {
		right: 83.33333333%;
	}
	
	.vc_col-sm-pull-9 {
		right: 75%;
	}
	
	.vc_col-sm-pull-8 {
		right: 66.66666667%;
	}
	
	.vc_col-sm-pull-7 {
		right: 58.33333333%;
	}
	
	.vc_col-sm-pull-6 {
		right: 50%;
	}
	
	.vc_col-sm-pull-5 {
		right: 41.66666667%;
	}
	
	.vc_col-sm-pull-4 {
		right: 33.33333333%;
	}
	
	.vc_col-sm-pull-3 {
		right: 25%;
	}
	
	.vc_col-sm-pull-2 {
		right: 16.66666667%;
	}
	
	.vc_col-sm-pull-1 {
		right: 8.33333333%;
	}
	
	.vc_col-sm-pull-0 {
		right: auto;
	}
	
	.vc_col-sm-push-12 {
		left: 100%;
	}
	
	.vc_col-sm-push-11 {
		left: 91.66666667%;
	}
	
	.vc_col-sm-push-10 {
		left: 83.33333333%;
	}
	
	.vc_col-sm-push-9 {
		left: 75%;
	}
	
	.vc_col-sm-push-8 {
		left: 66.66666667%;
	}
	
	.vc_col-sm-push-7 {
		left: 58.33333333%;
	}
	
	.vc_col-sm-push-6 {
		left: 50%;
	}
	
	.vc_col-sm-push-5 {
		left: 41.66666667%;
	}
	
	.vc_col-sm-push-4 {
		left: 33.33333333%;
	}
	
	.vc_col-sm-push-3 {
		left: 25%;
	}
	
	.vc_col-sm-push-2 {
		left: 16.66666667%;
	}
	
	.vc_col-sm-push-1 {
		left: 8.33333333%;
	}
	
	.vc_col-sm-push-0 {
		left: auto;
	}
	
	.vc_col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.vc_col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.vc_col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.vc_col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.vc_col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.vc_col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.vc_col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.vc_col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.vc_col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.vc_col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.vc_col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.vc_col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.vc_col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1000px) {
	.vc_col-md-12 {
		width: 100%;
	}
	
	.vc_col-md-11 {
		width: 91.66666667%;
	}
	
	.vc_col-md-10 {
		width: 83.33333333%;
	}
	
	.vc_col-md-9 {
		width: 75%;
	}
	
	.vc_col-md-8 {
		width: 66.66666667%;
	}
	
	.vc_col-md-7 {
		width: 58.33333333%;
	}
	
	.vc_col-md-6 {
		width: 50%;
	}
	
	.vc_col-md-5 {
		width: 41.66666667%;
	}
	
	.vc_col-md-4 {
		width: 33.33333333%;
	}
	
	.vc_col-md-3 {
		width: 25%;
	}
	
	.vc_col-md-2 {
		width: 16.66666667%;
	}
	
	.vc_col-md-1 {
		width: 8.33333333%;
	}
	
	.vc_col-md-pull-12 {
		right: 100%;
	}
	
	.vc_col-md-pull-11 {
		right: 91.66666667%;
	}
	
	.vc_col-md-pull-10 {
		right: 83.33333333%;
	}
	
	.vc_col-md-pull-9 {
		right: 75%;
	}
	
	.vc_col-md-pull-8 {
		right: 66.66666667%;
	}
	
	.vc_col-md-pull-7 {
		right: 58.33333333%;
	}
	
	.vc_col-md-pull-6 {
		right: 50%;
	}
	
	.vc_col-md-pull-5 {
		right: 41.66666667%;
	}
	
	.vc_col-md-pull-4 {
		right: 33.33333333%;
	}
	
	.vc_col-md-pull-3 {
		right: 25%;
	}
	
	.vc_col-md-pull-2 {
		right: 16.66666667%;
	}
	
	.vc_col-md-pull-1 {
		right: 8.33333333%;
	}
	
	.vc_col-md-pull-0 {
		right: auto;
	}
	
	.vc_col-md-push-12 {
		left: 100%;
	}
	
	.vc_col-md-push-11 {
		left: 91.66666667%;
	}
	
	.vc_col-md-push-10 {
		left: 83.33333333%;
	}
	
	.vc_col-md-push-9 {
		left: 75%;
	}
	
	.vc_col-md-push-8 {
		left: 66.66666667%;
	}
	
	.vc_col-md-push-7 {
		left: 58.33333333%;
	}
	
	.vc_col-md-push-6 {
		left: 50%;
	}
	
	.vc_col-md-push-5 {
		left: 41.66666667%;
	}
	
	.vc_col-md-push-4 {
		left: 33.33333333%;
	}
	
	.vc_col-md-push-3 {
		left: 25%;
	}
	
	.vc_col-md-push-2 {
		left: 16.66666667%;
	}
	
	.vc_col-md-push-1 {
		left: 8.33333333%;
	}
	
	.vc_col-md-push-0 {
		left: auto;
	}
	
	.vc_col-md-offset-12 {
		margin-left: 100%;
	}
	
	.vc_col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.vc_col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.vc_col-md-offset-9 {
		margin-left: 75%;
	}
	
	.vc_col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.vc_col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.vc_col-md-offset-6 {
		margin-left: 50%;
	}
	
	.vc_col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.vc_col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.vc_col-md-offset-3 {
		margin-left: 25%;
	}
	
	.vc_col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.vc_col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.vc_col-md-offset-0 {
		margin-left: 0;
	}
	
	.vc_col-md-5\/5 {
		width: 100%;
	}
	
	.vc_col-md-4\/5 {
		width: 80%;
	}
	
	.vc_col-md-3\/5 {
		width: 60%;
	}
	
	.vc_col-md-2\/5 {
		width: 40%;
	}
	
	.vc_col-md-1\/5 {
		width: 20%;
	}
	
	.vc_col-md-pull-5\/5 {
		right: 100%;
	}
	
	.vc_col-md-pull-4\/5 {
		right: 80%;
	}
	
	.vc_col-md-pull-3\/5 {
		right: 60%;
	}
	
	.vc_col-md-pull-2\/5 {
		right: 40%;
	}
	
	.vc_col-md-pull-1\/5 {
		right: 20%;
	}
	
	.vc_col-md-pull-0\/5 {
		right: auto;
	}
	
	.vc_col-md-push-5\/5 {
		left: 100%;
	}
	
	.vc_col-md-push-4\/5 {
		left: 80%;
	}
	
	.vc_col-md-push-3\/5 {
		left: 60%;
	}
	
	.vc_col-md-push-2\/5 {
		left: 40%;
	}
	
	.vc_col-md-push-1\/5 {
		left: 20%;
	}
	
	.vc_col-md-push-0\/5 {
		left: auto;
	}
	
	.vc_col-md-offset-5\/5 {
		margin-left: 100%;
	}
	
	.vc_col-md-offset-4\/5 {
		margin-left: 80%;
	}
	
	.vc_col-md-offset-3\/5 {
		margin-left: 60%;
	}
	
	.vc_col-md-offset-2\/5 {
		margin-left: 40%;
	}
	
	.vc_col-md-offset-1\/5 {
		margin-left: 20%;
	}
	
	.vc_col-md-offset-0\/5 {
		margin-left: 0;
	}
}

@media (min-width:1300px) {
	.vc_col-lg-12 {
		width: 100%;
	}
	
	.vc_col-lg-11 {
		width: 91.66666667%;
	}
	
	.vc_col-lg-10 {
		width: 83.33333333%;
	}
	
	.vc_col-lg-9 {
		width: 75%;
	}
	
	.vc_col-lg-8 {
		width: 66.66666667%;
	}
	
	.vc_col-lg-7 {
		width: 58.33333333%;
	}
	
	.vc_col-lg-6 {
		width: 50%;
	}
	
	.vc_col-lg-5 {
		width: 41.66666667%;
	}
	
	.vc_col-lg-4 {
		width: 33.33333333%;
	}
	
	.vc_col-lg-3 {
		width: 25%;
	}
	
	.vc_col-lg-2 {
		width: 16.66666667%;
	}
	
	.vc_col-lg-1 {
		width: 8.33333333%;
	}
	
	.vc_col-lg-pull-12 {
		right: 100%;
	}
	
	.vc_col-lg-pull-11 {
		right: 91.66666667%;
	}
	
	.vc_col-lg-pull-10 {
		right: 83.33333333%;
	}
	
	.vc_col-lg-pull-9 {
		right: 75%;
	}
	
	.vc_col-lg-pull-8 {
		right: 66.66666667%;
	}
	
	.vc_col-lg-pull-7 {
		right: 58.33333333%;
	}
	
	.vc_col-lg-pull-6 {
		right: 50%;
	}
	
	.vc_col-lg-pull-5 {
		right: 41.66666667%;
	}
	
	.vc_col-lg-pull-4 {
		right: 33.33333333%;
	}
	
	.vc_col-lg-pull-3 {
		right: 25%;
	}
	
	.vc_col-lg-pull-2 {
		right: 16.66666667%;
	}
	
	.vc_col-lg-pull-1 {
		right: 8.33333333%;
	}
	
	.vc_col-lg-pull-0 {
		right: auto;
	}
	
	.vc_col-lg-push-12 {
		left: 100%;
	}
	
	.vc_col-lg-push-11 {
		left: 91.66666667%;
	}
	
	.vc_col-lg-push-10 {
		left: 83.33333333%;
	}
	
	.vc_col-lg-push-9 {
		left: 75%;
	}
	
	.vc_col-lg-push-8 {
		left: 66.66666667%;
	}
	
	.vc_col-lg-push-7 {
		left: 58.33333333%;
	}
	
	.vc_col-lg-push-6 {
		left: 50%;
	}
	
	.vc_col-lg-push-5 {
		left: 41.66666667%;
	}
	
	.vc_col-lg-push-4 {
		left: 33.33333333%;
	}
	
	.vc_col-lg-push-3 {
		left: 25%;
	}
	
	.vc_col-lg-push-2 {
		left: 16.66666667%;
	}
	
	.vc_col-lg-push-1 {
		left: 8.33333333%;
	}
	
	.vc_col-lg-push-0 {
		left: auto;
	}
	
	.vc_col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.vc_col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.vc_col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.vc_col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.vc_col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.vc_col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.vc_col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.vc_col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.vc_col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.vc_col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.vc_col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.vc_col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.vc_col-lg-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:691px) {
	.vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5 {
		float: left;
	}
	
	.vc_col-sm-pull-5\/5 {
		right: 100%;
	}
	
	.vc_col-sm-pull-4\/5 {
		right: 80%;
	}
	
	.vc_col-sm-pull-3\/5 {
		right: 60%;
	}
	
	.vc_col-sm-pull-2\/5 {
		right: 40%;
	}
	
	.vc_col-sm-pull-1\/5 {
		right: 20%;
	}
	
	.vc_col-sm-pull-0\/5 {
		right: auto;
	}
	
	.vc_col-sm-push-5\/5 {
		left: 100%;
	}
	
	.vc_col-sm-push-4\/5 {
		left: 80%;
	}
	
	.vc_col-sm-push-3\/5 {
		left: 60%;
	}
	
	.vc_col-sm-push-2\/5 {
		left: 40%;
	}
	
	.vc_col-sm-push-1\/5 {
		left: 20%;
	}
	
	.vc_col-sm-push-0\/5 {
		left: auto;
	}
	
	.vc_col-sm-offset-5\/5 {
		margin-left: 100%;
	}
	
	.vc_col-sm-offset-4\/5 {
		margin-left: 80%;
	}
	
	.vc_col-sm-offset-3\/5 {
		margin-left: 60%;
	}
	
	.vc_col-sm-offset-2\/5 {
		margin-left: 40%;
	}
	
	.vc_col-sm-offset-1\/5 {
		margin-left: 20%;
	}
	
	.vc_col-sm-offset-0\/5 {
		margin-left: 0;
	}
}

@media (min-width:1000px) {
	.vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5 {
		float: left;
	}
}

@media (min-width:1300px) {
	.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5 {
		float: left;
	}
	
	.vc_col-lg-5\/5 {
		width: 100%;
	}
	
	.vc_col-lg-4\/5 {
		width: 80%;
	}
	
	.vc_col-lg-3\/5 {
		width: 60%;
	}
	
	.vc_col-lg-2\/5 {
		width: 40%;
	}
	
	.vc_col-lg-1\/5 {
		width: 20%;
	}
	
	.vc_col-lg-pull-5\/5 {
		right: 100%;
	}
	
	.vc_col-lg-pull-4\/5 {
		right: 80%;
	}
	
	.vc_col-lg-pull-3\/5 {
		right: 60%;
	}
	
	.vc_col-lg-pull-2\/5 {
		right: 40%;
	}
	
	.vc_col-lg-pull-1\/5 {
		right: 20%;
	}
	
	.vc_col-lg-pull-0\/5 {
		right: auto;
	}
	
	.vc_col-lg-push-5\/5 {
		left: 100%;
	}
	
	.vc_col-lg-push-4\/5 {
		left: 80%;
	}
	
	.vc_col-lg-push-3\/5 {
		left: 60%;
	}
	
	.vc_col-lg-push-2\/5 {
		left: 40%;
	}
	
	.vc_col-lg-push-1\/5 {
		left: 20%;
	}
	
	.vc_col-lg-push-0\/5 {
		left: auto;
	}
	
	.vc_col-lg-offset-5\/5 {
		margin-left: 100%;
	}
	
	.vc_col-lg-offset-4\/5 {
		margin-left: 80%;
	}
	
	.vc_col-lg-offset-3\/5 {
		margin-left: 60%;
	}
	
	.vc_col-lg-offset-2\/5 {
		margin-left: 40%;
	}
	
	.vc_col-lg-offset-1\/5 {
		margin-left: 20%;
	}
	
	.vc_col-lg-offset-0\/5 {
		margin-left: 0;
	}
}

@media only screen and (min-width :691px) and (max-width :999px) {
	.vc_col-sm-1[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-1 {
		width: 8.33333333%;
	}
	
	.vc_col-sm-2[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-2 {
		width: 16.66666667%;
	}
	
	.vc_col-sm-3[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-3 {
		width: 25%;
	}
	
	.vc_col-sm-4[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-4 {
		width: 33.33333333%;
	}
	
	.vc_col-sm-5[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-5 {
		width: 41.66666667%;
	}
	
	.vc_col-sm-6[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-6 {
		width: 50%;
	}
	
	.vc_col-sm-7[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-7 {
		width: 58.33333333%;
	}
	
	.vc_col-sm-8[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-8 {
		width: 66.66666667%;
	}
	
	.vc_col-sm-9[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-9 {
		width: 75%;
	}
	
	.vc_col-sm-10[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-10 {
		width: 83.33333333%;
	}
	
	.vc_col-sm-11[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-11 {
		width: 91.66666667%;
	}
}

@media only screen and (max-width :690px) {
	[class*=vc_col-]:not([class*=vc_col-xs]) {
		width: 100%;
	}
	
	.wpb_column:not([class*=vc_col-xs]) {
		width: 100%;
		margin-bottom: 25px;
	}
}

@media only screen and (min-width :1px) and (max-width :999px) {
	.vc_row-fluid .wpb_column[class*=vc_col-xs]:not(.vc_col-xs-12), .vc_row-fluid.full-width-content .col .wpb_row, .vc_row-fluid.full-width-content .col:not(.child_column), .vc_row-fluid.vc_row[data-column-margin=none] .col {
		margin-bottom: 0;
	}
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input[type=submit] {
	appearance: none;
}

html {
	max-width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	max-width: 100%;
	overflow: hidden;
	background: #fff;
	font-family: "Open Sans", Helvetica, sans-serif;
	color: #676767;
	position: relative;
}

ol, ul {
	list-style: none;
}

input[type=text]::-ms-clear {
	display: none;
}

sup {
	font-size: .5em;
	vertical-align: super;
}

sub {
	font-size: .5em;
	vertical-align: sub;
}

p:empty {
	display: none;
}

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

* {
	box-sizing: border-box;
}

:root {
	--scroll-bar-w: -2px;
	--nectar-font-light-color: #fff;
	--page-color-change-section-transition-time: .8s;
	--nectar-cubic-bezier-out: cubic-bezier(.3, 1, .3, 1);
	--nectar-cubic-bezier-in-out: cubic-bezier(.76, 0, .24, 1);
	--nectar-header-hover-timing: .65s;
}

.container {
	margin: 0 auto;
	position: relative;
	max-width: 880px;
}

.row {
	position: relative;
}

.main-content>.row, header .row {
	margin-left: 0;
	margin-right: 0;
}

.clr:after, .col:after, .group:after, .row:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.row, div.clear {
	padding-bottom: 24px;
}

@media (min-width:691px) {
	.span_1 {
		width: 6.5%;
	}
	
	.span_2 {
		width: 15%;
	}
	
	.span_3 {
		width: 23.5%;
	}
	
	.span_4 {
		width: 32%;
	}
	
	.span_5 {
		width: 40.5%;
	}
	
	.span_6 {
		width: 49%;
	}
	
	.span_7 {
		width: 57.5%;
	}
	
	.span_8 {
		width: 66%;
	}
	
	.span_9 {
		width: 74.5%;
	}
	
	.span_10 {
		width: 83%;
	}
	
	.span_11 {
		width: 91.5%;
	}
	
	.span_12 {
		width: 100%;
	}
}

body {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 26px;
}

body:not(.nectar-no-flex-height) {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

@media only screen and (min-width:1000px) {
	body.admin-bar:not(.nectar-no-flex-height) {
		min-height: calc(100vh - 32px);
	}
}

body:not(.nectar-no-flex-height) #ajax-content-wrap, body:not(.nectar-no-flex-height) #ajax-content-wrap .blurred-wrap, body:not(.nectar-no-flex-height) .ocm-effect-wrap, body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

body:not(.nectar-no-flex-height) .container-wrap {
	flex-grow: 1;
}

p {
	-webkit-font-smoothing: antialiased;
}

body .ui-widget {
	font-weight: 400;
}

.nectar-skip-to-content:not(:focus), .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.nectar-skip-to-content-wrap {
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width:1000px) {
	.nectar-mobile-only {
		display: none;
	}
}

@media only screen and (max-width:999px) {
	.nectar-mobile-only.mobile-header {
		display: inline-block;
	}
}

.nectar-mobile-only.mobile-header .inner, .nectar-mobile-only.mobile-header .inner ul {
	display: flex;
}

.nectar-mobile-only.mobile-header li {
	float: none;
	line-height: 1;
	display: flex;
	align-items: center;
	margin: 0 8px;
	overflow: visible !important;
}

@media only screen and (max-width:690px) {
	#header-outer .nectar-mobile-only.mobile-header li[class*=menu-item-btn-style-button]:not(.menu-item-hidden-text) .nectar-menu-icon {
		display: none;
	}
}

body .nectar-mobile-only.mobile-header a {
	color: inherit;
	font-size: 13px;
	line-height: 1;
}

.nectar-mobile-only.mobile-header .menu-item-has-children ul {
	display: none !important;
}

.nectar-display-inline {
	display: inline;
}

.nectar-display-inline-block {
	display: inline-block;
}

.nectar-display-block {
	display: block;
}

.nectar-flex-sizing {
	flex: 1;
}

.nectar-bg-black {
	background-color: #000;
}

.nectar-bg-white {
	background-color: #fff;
}

.nectar-object-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.nectar-object-position-top-center, .nectar-object-position-top-center img {
	object-position: top center;
}

.nectar-object-position-top-left, .nectar-object-position-top-left img {
	object-position: top left;
}

.nectar-object-position-top-right, .nectar-object-position-top-right img {
	object-position: top right;
}

.nectar-object-position-center-center, .nectar-object-position-center-center img {
	object-position: center center;
}

.nectar-object-position-center-left, .nectar-object-position-center-left img {
	object-position: center left;
}

.nectar-object-position-center-right, .nectar-object-position-center-right img {
	object-position: center right;
}

.nectar-object-position-bottom-left, .nectar-object-position-bottom-left img {
	object-position: bottom left;
}

.nectar-object-position-bottom-right, .nectar-object-position-bottom-right img {
	object-position: bottom right;
}

.nectar-object-position-bottom-center, .nectar-object-position-bottom-center img {
	object-position: bottom center;
}

#header-outer .screen-reader-text {
	height: 1px;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.nectar-overflow-hidden {
	overflow: hidden;
}

.nectar-pseudo-expand:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 15px auto;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.col.center {
	text-align: center;
}

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

.wp-smiley {
	margin-bottom: 0;
}

dt {
	font-weight: 600;
	color: #333;
}

dd {
	padding-left: 20px;
}

.gallery-caption {
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0 10px;
}

#wpstats {
	display: none;
}

.post-area:not(.masonry) .sticky {
	margin-bottom: 50px;
}

.post-area:not(.masonry) .sticky .content-inner {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background-color: #fff;
	padding: 25px;
	position: relative;
}

div[id=wpadminbar] {
	z-index: 1000000 !important;
}

table {
	font-size: 12px;
	margin-bottom: 20px;
}

.wp-caption {
	max-width: 100%;
	position: relative;
}

.wp-caption .wp-caption-text {
	max-width: 90%;
	width: auto;
	margin-left: 5%;
	display: inline-block;
	margin-bottom: 5px;
	background-color: #fff;
	box-shadow: 0 10px 35px rgba(0, 0, 0, .1);
}

.row .col .wp-caption .wp-caption-text, .wp-caption .wp-caption-text {
	padding: 10px 15px;
	top: -25px;
	position: relative;
	border-left: 4px solid #000;
}

.row .col .wp-caption img, .wp-caption img {
	margin-bottom: 0;
	display: block;
	margin-right: 0;
}

em {
	font-style: italic;
}

caption, td, th {
	font-weight: 400;
	text-align: left;
}

.container-wrap, .project-title {
	background-color: #f8f8f8;
	position: relative;
	z-index: 10;
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
	margin-top: 0;
	padding-top: 40px;
}

body.page-template-template-no-header .container-wrap, body.page-template-template-no-header-footer .container-wrap, body.single-salient_g_sections .container-wrap {
	padding-top: 0;
}

.clear {
	clear: both;
}

.subheader {
	color: #6f6f6f;
	margin-bottom: 15px;
}

a {
	color: #3555ff;
	text-decoration: none;
	transition: color .3s;
}

a:hover {
	color: inherit;
}

h1 {
	font-size: 54px;
	line-height: 62px;
	margin-bottom: 7px;
}

h2 {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 7px;
}

h3 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 7px;
}

h4 {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 7px;
}

h5 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
}

.bold, b, strong {
	font-weight: 600;
}

.uppercase {
	font-weight: 700;
	text-transform: uppercase;
}

body h1.light, body h2.light, body h3.light, body h4.light, body h5.light, body h6.light, p.light {
	text-transform: none;
	font-weight: 300;
}

body h1 em, body h2 em, body h3 em, body h4 em {
	font-size: inherit;
}

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

p {
	padding-bottom: 27px;
}

.row .col p:last-child {
	padding-bottom: 0;
}

.container .row:last-child, .wpb_wrapper .clear {
	padding-bottom: 0;
}

.wpb_wrapper>div {
	margin-bottom: 24px;
}

.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child .hover-wrap, .row .wpb_wrapper>.img-with-aniamtion-wrap:last-child img, .row .wpb_wrapper>img:last-child, .wpb_wrapper>div:last-child {
	margin-bottom: 0;
}

.pum-overlay .pum-container, .pum-overlay .pum-container .pum-content, body .pum-overlay {
	line-height: inherit;
}

blockquote {
	line-height: 1.5;
	font-size: 22px;
	padding-left: 0;
	margin-bottom: 30px;
}

ol, ul {
	margin-left: 30px;
	margin-bottom: 30px;
}

li ol, li ul {
	margin-bottom: 0;
}

ul li {
	list-style: disc;
	list-style-position: outside;
}

ol>li {
	list-style: decimal;
	list-style-position: outside;
}

#footer-outer ol, #footer-outer ul, #header-outer .button_social_group ul, #header-outer nav>ul, #header-outer ol, #header-secondary-outer ol, #header-secondary-outer ul, #mobile-menu ol, #mobile-menu ul, #search-outer ol, #search-outer ul {
	margin: 0;
}

#footer-outer ol li, #footer-outer ul li, #header-outer ol li, #header-outer ul li, #header-secondary-outer ol li, #header-secondary-outer ul li, #mobile-menu ol li, #mobile-menu ul li, #search-outer ol li, #search-outer ul li {
	list-style: none;
}

.main-content img {
	max-width: 100%;
	height: auto;
}

.no-transform {
	transform: inherit !important;
}

html.no-overflow-y {
	overflow-y: hidden !important;
}

html.no-overflow-y body {
	overflow-y: hidden;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
	color: var(--nectar-font-light-color, #fff);
}

[data-color-change-section-bg-color]:not(.container-wrap) .light h1, [data-color-change-section-bg-color]:not(.container-wrap) .light h2, [data-color-change-section-bg-color]:not(.container-wrap) .light h3, [data-color-change-section-bg-color]:not(.container-wrap) .light h4, [data-color-change-section-bg-color]:not(.container-wrap) .light h5, [data-color-change-section-bg-color]:not(.container-wrap) .light h6, [data-color-change-section-bg-color]:not(.container-wrap) .light p {
	color: var(--nectar-page-light-text-color, var(--nectar-font-light-color, #fff));
}

.nectar-aspect-ratio--1-1 {
	aspect-ratio: 1/1;
}

.nectar-aspect-ratio--16-9 {
	aspect-ratio: 16/9;
}

.nectar-aspect-ratio--4-3 {
	aspect-ratio: 4/3;
}

.nectar-aspect-ratio--3-2 {
	aspect-ratio: 3/2;
}

.nectar-aspect-ratio--2-3 {
	aspect-ratio: 2/3;
}

.nectar-aspect-ratio--3-4 {
	aspect-ratio: 3/4;
}

.nectar-aspect-ratio--9-16 {
	aspect-ratio: 9/16;
}

.nectar-aspect-ratio--4-5 {
	aspect-ratio: 4/5;
}

.nectar-aspect-ratio--2-1 {
	aspect-ratio: 2/1;
}

code {
	padding: .25em .5em;
	line-height: 1.5;
	white-space: pre;
	background-color: rgba(0, 0, 0, .05);
	border-radius: .25em;
	font: 14px "Fira Code", "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	background: #f0f0f0;
	font-family: "Andale Mono", Courier, "Courier New", monospace;
	font-size: 14px;
	font-size: .9375rem;
	padding: 1.6em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
}

.no-left-margin.first-section {
	height: auto !important;
}

.row .col h3, .row .col h4 {
	margin-bottom: 8px;
}

.vc_separator.vc_separator_align_center h3, .vc_separator.vc_separator_align_center h4 {
	margin-bottom: 0;
}

.row .col img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}

.wpb_gallery_slidesimage_grid .portfolio-items .col img {
	width: 100%;
}

.row .col .wp-block-gallery.is-cropped .blocks-gallery-image img, .row .col .wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%;
	margin-bottom: 0;
}

body .container-wrap [class*=wp-block].alignfull {
	margin-left: -50vw !important;
	left: 50%;
	max-width: 100vw;
	width: 100vw;
	position: relative;
}

body .container-wrap .pin-spacer [class*=wp-block].alignfull {
	margin-left: 0 !important;
	left: 0;
}

body .container-wrap [class*=wp-block].alignfull [class*=wp-block].alignfull {
	margin-left: 0 !important;
	left: 0;
	max-width: 100%;
	width: 100%;
	position: relative;
}

@media only screen and (max-width:999px) {
	body .nectar-blocks-row__inner.is-contained-content {
		max-width: var(--mobile-container-width);
		padding-left: 0;
		padding-right: 0;
	}
}

body .container-wrap [class*=wp-block].alignfull img, body .container-wrap [class*=wp-block].alignwide img {
	max-width: none;
	width: 100%;
}

.nectar-block [class*=" icon-"] {
	background-color: rgba(255, 255, 255, 0);
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

body[data-form-submit=regular] .wp-block-search__inside-wrapper button[type=submit] {
	color: #fff;
}

blockquote.wp-block-quote {
	position: relative;
	padding-left: 1.3em;
}

blockquote.wp-block-quote:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	content: "";
	border-left: 4px solid rgba(0, 0, 0, .1);
}

blockquote.wp-block-quote.has-text-align-center:before {
	display: none;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-style: inherit;
	font-size: 1em;
}

blockquote.wp-block-quote p {
	margin-bottom: 0;
}

blockquote.wp-block-quote cite {
	font-size: 14px;
	line-height: 18px;
	display: block;
}

.wpb_text_column>.wpb_wrapper>:last-child {
	margin-bottom: 0;
}

.gallery a img {
	width: 90%;
	max-width: 90%;
	height: auto;
	max-height: 90%;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e5e5e5 !important;
	transition: all .2s linear;
}

#ajax-loading-screen .loading-icon {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.default-loading-icon {
	top: 50%;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	margin: 0 auto;
	display: block;
	position: relative;
	border: 3px solid #e5e5e5;
	margin-top: -20px;
}

.default-loading-icon:before {
	position: absolute;
	content: "";
	border-color: #000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-radius: 100%;
	border-style: solid;
	border-width: 3px;
	display: block;
	height: 100%;
	width: 100%;
	top: -3px;
	left: -3px;
}

.default-loading-icon.spin, .loading-icon.spin, .portfolio-loading.spin, .pp_loaderIcon.spin {
	animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite spinning_animation;
}

.default-skin-loading-icon {
	width: 100%;
	height: 100%;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/loading-white-bg.gif");
}

.default-skin-loading-icon.nitro-lazy {
	background-image: none !important;
}

@keyframes spinning_animation {
	0% {
		transform: scale(1) rotate(0);
	}
	
	50% {
		transform: scale(.8) rotate(360deg);
	}
	
	100% {
		transform: scale(1) rotate(720deg);
	}
}

@keyframes bounce_in_animation {
	0% {
		transform: scale(0, 0);
	}
	
	20% {
		transform: scale(1.4, 1.4);
	}
	
	50% {
		transform: scale(.8, .8);
	}
	
	85% {
		transform: scale(1.1, 1.1);
	}
	
	100% {
		transform: scale(1, 1);
	}
}

.nectar-global-section {
	position: relative;
}

.nectar-global-section.before-footer {
	z-index: 11;
}

.nectar-global-section.after-nav {
	z-index: 12;
}

.nectar-global-section.after-nav>.row, .nectar-global-section.before-footer>.row {
	padding-bottom: 0;
}

.nectar-global-section>.container {
	padding-bottom: 0;
}

.nectar-global-section.nectar_before_blog_loop_end, .nectar-global-section.nectar_before_blog_loop_start {
	padding-bottom: 4%;
}

.nectar-global-section.nectar_before_blog_loop_end {
	padding-top: 4%;
}

#ajax-content-wrap .force-contained-rows .nectar-global-section>.container, .nectar_hook_after_content>.container, .nectar_hook_before_content_global_section>.container, .nectar_hook_global_section_after_content>.container, .salient_portfolio_hook_single_after_content>.container {
	padding: 0;
}

.nectar_hook_global_section_parallax_footer {
	overflow: hidden;
}

.nectar_hook_before_secondary_header_before_scrolling {
	transition: margin-top .3s ease;
	position: relative;
	z-index: 10000;
}

.detached:not(.at-top) .nectar_hook_before_secondary_header_before_scrolling, .scrolled-down .nectar_hook_before_secondary_header_before_scrolling, .small-nav .nectar_hook_before_secondary_header_before_scrolling {
	margin-top: calc(-1 * var(--nectar_hook_before_nav_content_height, 0px));
}

#portfolio-extra>.wpb_row:last-child, .container-wrap .row>.wpb_row:last-child, .home-wrap .row>.wpb_row:last-child {
	margin-bottom: 0;
}

.wpb_content_element, .wpb_row {
	margin-bottom: 35px;
}

#ajax-content-wrap .wpb_row.has-global-section, .wpb_row.has-global-section {
	margin-bottom: 0;
}

body.page-template-template-portfolio-php .container-wrap, body.single-portfolio .container-wrap, body.tax-project-type .container-wrap, body[data-bg-header=true] .container-wrap {
	padding-top: 25px;
	margin-top: 0 !important;
	padding-bottom: 40px;
}

#header-space {
	height: 90px;
	background-color: #fff;
}

#header-outer {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	padding: 28px 0 0 0;
	background-color: #fff;
	z-index: 9999;
	overflow: visible;
}

body.page-template-template-no-header #header-outer, body.page-template-template-no-header-footer #header-outer {
	visibility: hidden;
	padding: 0;
}

body[data-transparent-nav="1"][data-header-color=light] #header-outer {
	background-color: rgba(255, 255, 255, .965);
}

.admin-bar #header-outer, .logged-in.buddypress #header-outer {
	top: 32px;
}

#top #logo {
	width: auto;
	max-width: none;
	line-height: 22px;
	font-size: 22px;
	letter-spacing: -1px;
	color: #444;
	font-weight: 600;
	align-self: center;
}

#top #logo .retina-logo, #top .span_3 #logo .mobile-only-logo {
	display: none;
}

#top #logo .starting-logo {
	position: absolute;
	top: 0;
	opacity: 0;
	left: 0;
}

#top #logo:focus, #top #logo:hover {
	color: #000;
}

[data-header-color=dark] #top #logo:focus, [data-header-color=dark] #top #logo:hover {
	color: #fff;
}

#top #logo img {
	text-indent: -9999px;
	max-width: none;
	width: auto;
	margin-bottom: 0;
	display: block;
	transition: opacity .4s ease;
}

#header-outer[data-transparent-header=true] #top #logo img.stnd {
	position: relative;
}

#top {
	position: relative;
	z-index: 9998;
	width: 100%;
}

#top .container .row {
	padding-bottom: 0;
}

#top nav>ul {
	overflow: visible;
	transition: padding .8s ease, margin .25s ease;
	min-height: 1px;
	line-height: 1px;
}

#top nav .no-menu-assigned {
	visibility: hidden;
}

#top nav .no-menu-assigned a {
	min-height: 10px;
	width: 10px;
}

body:not(.ascend) #top nav>.buttons {
	margin-left: 15px;
}

body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
	margin-left: 0;
}

#top nav>.buttons {
	transition: padding .8s ease;
}

#top nav>ul .slide-out-widget-area-toggle {
	transition: margin .25s ease;
}

.side-widget-open #top nav>ul .slide-out-widget-area-toggle {
	transition: margin .75s ease;
}

#header-outer[data-transparency-option="1"][data-full-width=true].side-widget-open {
	box-shadow: none;
}

.side-widget-open.no-bg-color {
	border-color: transparent !important;
}

#header-outer #top nav>.buttons {
	right: 0;
	height: 100%;
	overflow: hidden;
}

body #header-outer[data-using-pr-menu=true] #top nav>.buttons {
	display: block;
	overflow: visible;
}

body.material #header-outer[data-using-pr-menu=true] #top nav>.buttons {
	display: flex;
}

#top nav ul li {
	float: right;
}

#top nav>ul>li {
	float: left;
}

#top nav>ul>li>a, .pull-left-wrap>ul>li>a {
	padding: 0 10px 0 10px;
	display: block;
	color: #676767;
	font-size: 14px;
	line-height: 20px;
	transition: color .2s ease, opacity .2s ease;
}

body #header-outer[data-full-width=true] #top nav>.buttons {
	margin-left: 0;
}

#header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a:before, #top .slide-out-widget-area-toggle[data-custom-color=true] a:before, #top nav>ul>li[class*=button_solid_color]>a:before {
	display: block;
	position: absolute;
	left: 0;
	padding-bottom: 10px;
	transform: translateY(-7px);
	width: 100%;
	height: 24px;
	content: " ";
	z-index: -1;
	transition: opacity .2s ease;
}

body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:before {
	top: 6px;
}

body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:after {
	top: -6px;
}

#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top .slide-out-widget-area-toggle[data-custom-color=true] a:before, #header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav>ul>li[class*=button_]>a:before {
	transform: translateY(-50%);
	top: 50%;
}

#header-outer.transparent #top nav>ul>li[class*=button_bordered]>a:before, #top nav>ul>li[class*=button_bordered]>a:before {
	border: 2px solid #fff;
	display: block;
	position: absolute;
	left: 0;
	padding-bottom: 10px;
	transform: translateY(-7px);
	width: 100%;
	height: 34px;
	content: " ";
	z-index: -1;
	box-sizing: border-box;
	transition: border-color .2s ease;
}

#top nav>ul>li[class*=button_bordered]>a:before {
	border-color: rgba(0, 0, 0, .4);
}

.light-text #top nav>ul>li[class*=button_bordered]>a:before {
	border-color: #fff;
}

#header-outer #top nav>ul>li[class*=button_solid_color]>a, #header-outer #top nav>ul>li[class*=button_solid_color]>a .sf-sub-indicator i, #header-outer[data-lhe=default] #top nav .sf-menu>[class*=button_solid_color].current-menu-ancestor>a i, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current-menu-ancestor>a, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current_page_ancestor>a {
	color: #fff !important;
}

#header-outer.dark-text #top nav>ul>li[class*=button_solid_color]>a, #header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a, #header-outer[data-lhe=default] #top nav .sf-menu .current_page_item[class*=button_solid_color]>a, #top nav>ul>li[class*=button_solid_color]>a, body #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a {
	color: #fff !important;
	opacity: 1 !important;
	padding-left: 20px;
	padding-right: 20px;
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_bordered]>a, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_bordered]>a, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a, #top nav>ul>li[class*=button_bordered]>a, body #header-outer.transparent #top nav>ul>li[class*=button_bordered]>a {
	padding-left: 20px;
	padding-right: 20px;
}

body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=animated_underline][data-format=default][data-cart=false] #top nav>ul>li:last-child>a, body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=text_reveal][data-format=default][data-cart=false] #top nav>ul>li:last-child>a, body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=centered-menu][data-cart=false] #top nav>.buttons>li:last-child>a, body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=text_reveal][data-format=centered-menu][data-cart=false] #top nav>.buttons>li:last-child>a {
	margin-right: 0;
}

body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=text_reveal][data-format=default][data-cart=false] #top nav>ul>li:not([class*=menu-item-btn-style]):last-child>a {
	padding-right: 0;
}

body[data-header-search=false] #header-outer[data-cart=false] .span_3:has(.left-aligned-ocm)+.span_9 .nectar-mobile-only li[class*=menu-item-btn-style-button]:last-child {
	margin-right: 0;
}

#header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
	padding: 0 18px;
	display: block;
	position: relative;
}

#header-outer #top nav .slide-out-widget-area-toggle[data-custom-color=true]:not(.mobile-icon) a:not(.using-label) {
	width: var(--nectar-ocm-icon-width, 22px);
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
	padding-left: 0;
	padding-right: 0;
	margin-right: 10px;
	margin-left: 10px;
}

#header-outer[data-lhe=text_reveal] #top nav>ul>li[class*=menu-item-btn]>a {
	padding-left: 0;
	padding-right: 0;
}

#top nav ul li a, body[data-header-color=light] .mobile-header, body[data-header-color=light] .span_9>.slide-out-widget-area-toggle a .label {
	color: #555;
}

.sf-menu {
	line-height: 1;
	float: left;
	margin-bottom: 30px;
}

.sf-menu ul li {
	font-weight: 400;
	width: 100%;
}

.sub-menu {
	z-index: 3;
}

.sf-menu:not(.buttons) a:focus {
	outline: 0 none;
}

.sf-menu ul li a {
	margin: 0;
}

.sf-sub-indicator {
	display: inline-block;
	width: 10px;
	position: relative;
	left: 8px;
	height: 10px;
}

.sf-sub-indicator i {
	width: 8px;
}

.sf-sub-indicator [class^=icon-], body .sf-sub-indicator [class*=" icon-"] {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	background-color: rgba(255, 255, 255, 0);
}

.material .sf-menu>li>a>.sf-sub-indicator i {
	font-size: 16px;
}

.sf-vertical, .sf-vertical li {
	width: 100%;
}

.sf-menu, .sf-menu * {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	z-index: 10;
}

.sf-menu {
	line-height: 1;
}

.sf-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	pointer-events: none;
}

.sf-menu ul li, .sf-menu ul li li {
	font-size: 12px;
	width: 100%;
}

.sf-menu .menu-item a {
	outline: 0 none;
}

.sf-menu li {
	float: left;
	outline: 0 none;
	line-height: 0;
	font-size: 12px;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none;
}

.sf-menu .sf-with-ul a {
	min-width: 1px;
}

#header-outer .sf-menu li ul li.menu-item a {
	font-size: 12px;
	line-height: 13px;
	transition: none;
	letter-spacing: 0;
}

.sf-menu li ul li .sf-sub-indicator {
	right: 14px;
	left: auto;
	top: 14px;
	display: block;
	position: absolute;
}

.sf-menu li ul li a, .sf-menu li ul li li a {
	box-shadow: none;
}

.sf-menu ul li a, .sf-menu ul li li a {
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

body #header-secondary-outer nav>ul>li>.temp-hidden-display, body #top nav>ul>li>.temp-hidden-display {
	display: block !important;
	opacity: 0;
	left: 0 !important;
	right: auto !important;
}

body #header-secondary-outer nav>ul>.edge>ul, body #top nav>ul>.edge>ul {
	left: auto;
	right: 0;
}

body #header-secondary-outer nav>ul>li .edge>ul, body #top nav>ul>li .edge>ul {
	left: auto;
	right: 0;
}

#top .span_9 {
	position: static;
}

#header-outer .menu-item-hidden-text>a .menu-title-text, #header-outer .menu-item-hidden-text>a .nectar-ext-menu-item .menu-title-text, #mobile-menu .menu-item-hidden-text:not(.menu-item-has-icon)>a .nectar-ext-menu-item>.inner-content>.title {
	display: none;
}

@media only screen and (min-width:1000px) {
	.menu-item-hidden-text.menu-item-hidden-text--mobile-only>a .menu-title-text {
		display: inline !important;
	}
}

#header-outer .menu-item-hidden-text:not(.menu-item-hidden-text--mobile-only)>a>.nectar-menu-icon {
	margin-right: 0;
}

.no-pseudo-after-transition .menu-title-text:after, .page-submenu.no-trans, .post-area.masonry, .posts-container article.ajax-loaded, .sf-menu>.no-trans>ul, body #slide-out-widget-area-bg.fullscreen-alt.no-transition, body #slide-out-widget-area-bg.fullscreen-alt.open.no-transition, body .no-transition, body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation, body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation, body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
	-webkit-transition: none !important;
	transition: none !important;
}

#header-outer .widget_shopping_cart .buttons, #header-outer .widget_shopping_cart .cart_list, #header-outer .widget_shopping_cart .total, #header-outer[data-format=centered-menu] #top nav>ul>li>ul>li, #header-secondary-outer .sf-menu>li>ul>li, #top nav>ul>li>ul>li {
	opacity: 0;
	transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1);
}

#header-outer .widget_shopping_cart, #header-outer .widget_shopping_cart .cart_list, .nectar-social.full-width>*, .wpcf7-form-control-wrap {
	display: block !important;
}

#header-secondary-outer .sf-menu li ul li a, #top .sf-menu li ul li.menu-item a {
	background-color: rgba(255, 255, 255, 0);
}

#header-outer .sf-menu li ul li.menu-item a .item_desc {
	display: block;
	font-size: 14px;
	line-height: 22px;
}

body[data-header-format=left-header] #top .sf-menu li ul li a .item_desc {
	margin-bottom: 10px;
}

#header-secondary-outer .menu-item-language .iclflag, #top .menu-item-language .iclflag {
	top: 1px;
	position: relative;
	margin-right: 4px;
}

.sf-menu>li>ul {
	opacity: 0;
	pointer-events: none;
	display: block;
	transform: translateY(-9999px);
	box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
}

.sf-menu>li.sfHover>ul {
	transform: none;
}

.sf-menu>li ul {
	padding: 20px;
	width: 20em;
}

.sf-menu>li ul a {
	padding: 6px 6px;
}

.sf-menu li ul li .sf-sub-indicator {
	top: 6px;
	right: 6px;
}

body[data-header-color=light]:not([data-header-format=left-header]) #header-outer:not(.transparent) .sf-menu>li ul {
	border-top: 1px solid #e9e9e9;
}

#header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) ul {
	border-top: none;
}

#header-secondary-outer .sf-menu li ul, body:not([data-header-format=left-header]) #top .sf-menu li ul {
	background-color: #fff;
}

#header-outer .sf-menu li ul li.menu-item a {
	color: #555;
}

.sf-menu li li ul {
	display: block;
	visibility: visible;
	top: 0 !important;
	z-index: auto;
	left: 20em;
	margin-left: -20px;
	margin-top: -20px;
	transition: transform .25s, opacity .25s;
	box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
	opacity: 0;
	pointer-events: none;
	transform: translate3d(25px, 0, 0);
}

body[data-header-color=custom] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul, body[data-header-color=light] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul {
	margin-top: -21px;
}

body[data-header-color=custom] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) li ul, body[data-header-color=light] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) li ul, body[data-header-color=light] #header-secondary-outer .sf-menu>li:not(.megamenu) li ul, body[data-header-color=light] .sf-menu>li:not(.megamenu) li ul {
	margin-top: -20px;
}

.sf-menu ul li a {
	border-bottom: 0;
}

.sf-menu .sfHover>ul {
	pointer-events: all;
	opacity: 1;
}

.sf-menu ul .sfHover>ul {
	transform: translate3d(0, 0, 0);
}

.sf-menu>li.sfHover:not(.megamenu)>ul:not(.on-left-side) {
	left: 0;
}

body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header=true]) {
	transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease;
}

@media only screen and (min-width:1000px) {
	#header-outer:not([data-format=left-header]) {
		padding-top: 0;
	}
	
	#header-outer:not([data-format=left-header]) #top>.container>.row, #header-outer:not([data-format=left-header]) #top>.container>.row nav, #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul, #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul>li {
		display: flex;
	}
	
	#header-outer:not([data-format=left-header]) #top .span_3, #header-outer:not([data-format=left-header]) #top .span_9 {
		display: flex;
		float: none;
		width: auto;
	}
	
	#header-outer .logo-spacing {
		line-height: 0;
	}
	
	#header-outer[data-format=default] #top .span_9 {
		margin-left: auto;
	}
	
	#header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu:not(.buttons), #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav, #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav, #header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
		justify-content: center;
	}
	
	#header-outer:not([data-format=left-header]) #top nav>.buttons {
		overflow: visible;
		height: auto;
	}
	
	#header-outer #top nav>ul.sf-menu.buttons:empty {
		display: none;
	}
	
	#header-outer:not([data-format=left-header]) #top nav>ul>li {
		align-items: center;
	}
	
	#header-outer:not([data-format=left-header]) #top nav>ul {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	
	#header-outer #top>.container>.row .right-aligned-menu-items nav {
		flex-direction: row-reverse;
	}
	
	#header-outer[data-format=centered-menu-bottom-bar] .row, #header-outer[data-format=centered-menu-under-logo] .row {
		flex-direction: column;
	}
}

@media only screen and (max-width:999px) {
	#top .col.span_9 {
		text-align: right;
		line-height: 0;
	}
	
	#header-outer #top #mobile-cart-link i, #header-outer .mobile-search .icon-salient-search, #header-outer .mobile-user-account .icon-salient-m-user, #top .span_9>.slide-out-widget-area-toggle>div {
		position: relative;
		display: block;
		top: 50%;
		font-size: var(--nectar-header-mobile-icon-size, 18px);
		transform: translateY(-50%);
		background-color: rgba(255, 255, 255, 0);
	}
	
	#header-outer #top .mobile-user-account, #top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
		position: relative;
		width: auto;
		padding: 0 10px;
		top: auto;
		right: auto;
		margin-bottom: 0;
		margin-top: 0;
		display: inline-block;
		vertical-align: middle;
		line-height: 0;
		height: 100%;
		transform: none;
	}
	
	body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before, body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
		background-color: rgba(0, 0, 0, .06);
	}
	
	#header-outer[data-cart=true] #top #mobile-cart-link, #header-outer[data-cart=true] #top .span_9>.slide-out-widget-area-toggle, #top .mobile-search {
		padding: 0 10px;
	}
	
	#header-outer[data-cart=true] #top .row .span_9>.slide-out-widget-area-toggle, #top .span_9>.slide-out-widget-area-toggle {
		padding-right: 0;
	}
}

@media only screen and (max-width:999px) {
	.left-aligned-ocm .slide-out-widget-area-toggle .hover-effect, .slide-out-widget-area-toggle.mobile-icon a>span>.hover-effect {
		display: none;
	}
}

#top nav ul #nectar-user-account a, #top nav ul #nectar-user-account a span, #top nav ul #search-btn a, #top nav ul #search-btn a span, #top nav ul .slide-out-widget-area-toggle a {
	line-height: 20px;
	height: 20px;
}

#top .span_9>.slide-out-widget-area-toggle a.using-label .label, #top ul .slide-out-widget-area-toggle a .label {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	line-height: 1 !important;
	font-size: 14px;
}

#top .span_9>.slide-out-widget-area-toggle a.using-label .label {
	transition: color .2s ease;
}

#top .span_9>.slide-out-widget-area-toggle a.using-label>span, #top ul .slide-out-widget-area-toggle a.using-label>span {
	display: inline-block;
	vertical-align: middle;
}

#top .span_9>.slide-out-widget-area-toggle a.using-label, #top ul .slide-out-widget-area-toggle a.using-label, body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top nav ul .slide-out-widget-area-toggle a.using-label {
	width: auto;
	vertical-align: middle;
}

#top nav .buttons li {
	line-height: 12px;
	position: relative;
}

#top nav .buttons .menu-item a {
	position: relative;
}

#top nav ul #nectar-user-account a, #top nav ul #search-btn a, #top nav ul .slide-out-widget-area-toggle a {
	padding: 0;
	width: 24px;
	text-align: center;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	box-sizing: content-box;
}

#top nav ul .slide-out-widget-area-toggle a {
	width: var(--nectar-ocm-icon-width, 24px);
}

#top nav ul[data-user-set-ocm=off] .slide-out-widget-area-toggle, body.material #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul[data-user-set-ocm=off]>.slide-out-widget-area-toggle {
	display: none;
}

#top nav ul #nectar-user-account a span, #top nav ul #search-btn a span {
	top: 0;
	background-color: rgba(255, 255, 255, 0);
}

#header-outer header .nectar-menu-icon-img {
	margin-bottom: 0;
	width: 18px;
	max-height: 200px;
	height: auto;
	vertical-align: middle;
	transition: opacity .2s ease 50ms;
}

#header-outer nav ul ul .nectar-menu-icon-img:not(.loaded) {
	opacity: 0;
}

#header-outer ul.sf-menu>li>a>.nectar-menu-icon-img {
	max-height: 40px;
}

#header-outer ul.sf-menu>li.menu-item-has-icon>a {
	display: flex;
	align-items: center;
}

#header-outer ul.sf-menu li.menu-item-has-icon.menu-item-icon-alignment-right>a {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

#header-outer ul.sf-menu li.menu-item-has-icon.menu-item-icon-alignment-right>a>.nectar-menu-icon, #header-outer ul.sf-menu li.menu-item-has-icon.menu-item-icon-alignment-right>a>.nectar-menu-icon-img {
	margin-right: 0;
	margin-left: 10px;
}

#header-outer header .nectar-menu-icon, #header-outer header .nectar-menu-icon-img {
	margin-right: 10px;
	top: 0;
	line-height: inherit;
	display: inline-block;
}

.nectar-menu-icon.svg-icon svg {
	width: 18px;
	height: 18px;
}

.nectar-menu-icon.svg-icon svg path {
	fill: currentColor;
}

#header-outer header .nectar-menu-icon {
	font-size: 16px;
	top: 0;
	vertical-align: middle;
}

#header-outer header .nectar-menu-item-with-icon, #header-secondary-outer .nectar-menu-item-with-icon, #slide-out-widget-area .menu-item-has-icon>a {
	display: flex;
	align-items: flex-start;
}

.off-canvas-menu-container .nectar-menu-icon {
	font-size: inherit;
	top: 0;
	margin-right: 10px;
}

.off-canvas-menu-container .sub-menu .nectar-menu-icon {
	transform: none;
	margin-right: 10px;
}

.off-canvas-menu-container .nectar-menu-icon-img {
	max-width: 40px;
	height: auto;
	margin-right: 10px;
	width: 100%;
}

.nectar-menu-label {
	padding: 5px 8px;
	line-height: 1;
	font-size: 12px;
	margin-left: 5px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.nectar-menu-label:before {
	opacity: .15;
}

.off-canvas-social-links a .nectar-dynamic-social-icon--hover {
	position: absolute !important;
	top: 120% !important;
	left: 0;
}

#footer-outer #copyright img.nectar-dynamic-social-icon, #header-secondary-outer img.nectar-dynamic-social-icon, .off-canvas-social-links a img.nectar-dynamic-social-icon {
	height: var(--nectar-dynamic-social-icon-size, 24px);
	width: auto;
	margin: 0;
	transition: transform var(--nectar-header-hover-timing, .4s) var(--nectar-cubic-bezier-out, cubic-bezier(.3, 1, .3, 1)), opacity .2s ease-in-out;
}

#footer-outer .social i, .off-canvas-social-links li i {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#top #mobile-cart-link, #top .mobile-search, #top .mobile-user-account {
	display: none;
	text-align: right;
	z-index: 10000;
}

#top .span_9>.slide-out-widget-area-toggle {
	display: none;
	z-index: 10000;
}

#top #mobile-cart-link i, .mobile-search .icon-salient-search, .mobile-user-account .icon-salient-m-user {
	background-color: rgba(255, 255, 255, 0);
	color: #a9a9a9;
	line-height: 34px;
	font-size: 18px;
	width: 18px;
	transition: color .3s ease;
}

#header-outer #mobile-cart-link .cart-wrap span {
	border-radius: 50%;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	display: block;
	visibility: hidden;
}

#header-outer #mobile-cart-link .cart-wrap {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 1px;
	color: #fff;
}

#header-outer #mobile-cart-link.first-load .cart-wrap span, #header-outer .first-load a.cart-contents .cart-wrap span {
	visibility: visible;
	animation: .6s ease-in-out .12s normal both 1 bounce_in_animation;
}

.material .mobile-search .icon-salient-search, .material .mobile-user-account .icon-salient-m-user {
	color: #a9a9a9;
}

body #header-outer.no-bg-color {
	box-shadow: none !important;
	background-color: transparent !important;
}

#header-outer.slide-out-hover #top.all-hidden, #header-outer>.cart-outer.all-hidden {
	opacity: 0;
}

#header-outer[data-full-width=true][data-cart=true] #top nav ul .slide-out-widget-area-toggle {
	position: relative;
}

#header-outer.dark-text #top nav ul #nectar-user-account a span, #header-outer.dark-text #top nav ul #search-btn a span {
	opacity: 1;
}

.lines-button.x2.close .lines {
	background-color: transparent !important;
}

#header-outer[data-transparent-header=true] #logo .dark-version {
	position: absolute;
}

.slide-out-hover-icon-effect:not(.small) .lines-button, body .slide-out-hover-icon-effect:not(.small) .lines-button {
	line-height: 0;
	font-size: 0;
}

.slide-out-hover-icon-effect a {
	width: 34px;
}

.slide-out-hover-icon-effect.small a {
	width: auto;
}

#search-outer {
	display: none;
}

.ui-helper-hidden-accessible {
	display: none;
}

#header-outer .row .col.span_3, #header-outer .row .col.span_9 {
	width: auto;
}

#header-outer .row .col.span_3 {
	flex-shrink: 0;
}

#header-outer .row .col.span_9 {
	float: right;
}

#header-outer[data-full-width=true] header>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
	width: 100%;
	max-width: 100%;
	padding: 0 28px;
}

#header-outer.highzI {
	z-index: 9999;
}

body[data-hhun="1"] #header-outer[data-remove-fixed="1"] {
	position: absolute;
}

@media only screen and (min-width:1000px) {
	body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"]:not(.detached), body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"][data-permanent-transparent=false][data-using-secondary="1"] {
		top: 0;
	}
}

body[data-hhun="1"] #header-outer[data-header-resize="0"]:not([data-format=left-header]).invisible {
	box-shadow: none;
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open) {
	transition: transform .3s ease, box-shadow .3s ease;
	z-index: 9998;
	pointer-events: none;
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open), body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
	transform: translateY(-100%) !important;
}

body[data-hhun="1"] #header-outer.detached, body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true][data-permanent-transparent="1"].detached {
	position: fixed !important;
	z-index: 9998;
}

.mobile-video-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.using-mobile-browser .mobile-video-image {
	display: block;
}

#page-header-bg .nectar-video-wrap, .wpb_row .nectar-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 0;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
}

.wpb_row .nectar-video-wrap {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.wpb_row.parallax_section>.nectar-video-wrap video:not(.translate) {
	opacity: 0;
}

body[data-remove-m-parallax="1"].using-mobile-browser .wpb_row.parallax_section>.nectar-video-wrap video:not(.translate) {
	opacity: 1;
}

#page-header-bg .nectar-video-wrap video, .nectar-post-grid-item-bg__video, .wpb_row .nectar-video-wrap video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	object-position: center;
}

.nectar-video-wrap[data-bg-alignment*=top] video {
	object-position: center top;
}

.nectar-video-wrap[data-bg-alignment*=bottom] video {
	object-position: center bottom;
}

.wpb_row .mobile-video-image.column-video, .wpb_row .nectar-video-wrap.column-video {
	z-index: -1;
}

body.using-mobile-browser .nectar-slider-wrap .slide-bg-wrap .video-wrap {
	bottom: -3000px;
}

.wpb_row .nectar-video-wrap video {
	transition: opacity .25s ease;
}

#page-header-bg .nectar-video-wrap {
	opacity: 1;
	background-position: center;
	background-repeat: repeat;
	height: 100%;
	width: 100%;
}

#page-header-bg .nectar-video-wrap video.nectar-lazy-video {
	opacity: 1;
}

.video-color-overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	padding-bottom: 0;
	z-index: 3;
}

#search-outer .ui-helper-hidden-accessible, .mejs-overlay-button, .mejs-overlay-loading, .mobile #search-outer .ui-widget-content, .wpb_row .nectar-video-wrap .mejs-container .mejs-controls {
	display: none !important;
}

.wpb_row>.span_12 {
	z-index: 10;
}

.nectar-flex-sizing.wpb_row>.span_12 {
	min-width: 100%;
	min-height: 100%;
}

.wpb_row>.span_12 {
	margin-bottom: 0 !important;
}

.wpb_row>.span_12>.column_container:last-child {
	margin-bottom: 0;
}

#page-header-bg .container {
	z-index: 100;
}

.nectar-slider-loading {
	background-color: #393939;
	background-position: center;
	background-repeat: repeat;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body .full-width-section {
	box-sizing: content-box;
}

.full-width-section {
	background-size: cover;
	width: 100%;
	position: relative;
}

.full-width-content.parallax_section {
	background-size: cover;
}

.full-width-content.vc_row-fluid .wpb_column {
	background-position: center;
	background-size: cover;
}

.wpb_row {
	position: relative;
}

.nectar_section.full-width-content>.row_col_wrap_12>.wpb_row.has-row-bg-color {
	--row-bg-color: transparent !important;
}

.wpb_row.has-row-bg-color {
	background-color: var(--row-bg-color);
}

.vc_row.nectar_section {
	display: flex;
	flex-direction: column;
}

.vc_row.nectar_section>.row_col_wrap_12 {
	flex: 1;
}

.vc_row.nectar_section>.row-bg-wrap .row-bg-overlay {
	transition: opacity .3s ease;
}

.wpb_row.vc_row-o-full-height {
	min-height: 99vh;
}

#page-header-bg .page-header-bg-image-wrap, .full-width-section .row-bg, .wpb_row .row-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.wpb_row .row-bg .row-bg-img, body .wpb_row .column-image-bg img.column-image-tag {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.column-image-bg-wrap.viewport-phone, .column-image-bg-wrap.viewport-tablet, .row-bg.viewport-phone, .row-bg.viewport-tablet {
	display: none;
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.column-image-bg-wrap.viewport-tablet, .row-bg.viewport-tablet {
		display: block;
	}
	
	.column-image-bg-wrap.viewport-desktop.has-tablet, .row-bg.viewport-desktop.has-tablet {
		display: none;
	}
}

@media only screen and (max-width:690px) {
	.column-image-bg-wrap.viewport-phone, .row-bg.viewport-phone {
		display: block;
	}
	
	.column-image-bg-wrap.viewport-desktop.has-phone, .column-image-bg-wrap.viewport-desktop.has-phone img, .row-bg.viewport-desktop.has-phone, .row-bg.viewport-desktop.has-phone img {
		display: none;
	}
}

#page-header-bg[data-parallax="1"] .page-header-bg-image {
	height: calc(100% + 20px);
	top: auto;
	bottom: 0;
}

@media only screen and (min-width:1000px) {
	#page-header-bg[data-parallax="1"] .page-header-bg-image {
		height: calc(100% + 40px);
	}
}

.page-header-bg-image-wrap[data-n-parallax-bg=true] .page-header-bg-image {
	height: calc(100% + 40px);
	top: auto;
	bottom: 0;
}

.wpb_row .row-bg-wrap .row-bg-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 3;
	backface-visibility: hidden;
}

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

.wpb_row.full-width-content, .wpb_row.full-width-section, body.material .wpb_row.full-width-content, body.material .wpb_row.full-width-section {
	margin-bottom: 0;
}

.wpb_row.full-width-content .img-with-aniamtion-wrap, .wpb_row.full-width-content .img-with-aniamtion-wrap .hover-wrap, .wpb_row.full-width-content img {
	margin-bottom: 0;
}

.full-width-section>.span_12>div:last-child {
	padding-bottom: 0;
}

.full-width-section img {
	display: block;
	margin-bottom: 0;
}

html:not(.js) .full-width-content, html:not(.js) .full-width-section {
	visibility: visible;
}

.full-width-content.parallax_section .row-bg, .full-width-section.parallax_section .row-bg, .wpb_row.parallax_section .row-bg {
	background-attachment: fixed;
}

#page-header-bg .page-header-bg-image.translate, .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg.translate, .wpb_row .column-image-bg-wrap .column-image-bg.translate, [data-parallax=true] .swiper-slide .image-bg.translate, body .full-width-content.parallax_section .row-bg.translate, body .full-width-section.parallax_section .row-bg.translate, body .wpb_row.parallax_section .row-bg.translate {
	background-attachment: scroll;
	top: auto;
	bottom: 0;
}

.wpb_row.parallax_section .nectar-video-inner {
	background-attachment: scroll;
	top: auto;
	bottom: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

body .full-width-content.parallax_section .row-bg, body .full-width-section.parallax_section .row-bg, body .wpb_row.parallax_section .row-bg {
	background-attachment: fixed;
}

body[data-ajax-transitions=false] .parallax-layer.column-image-bg, body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg, body[data-ajax-transitions=false] .parallax_section .row-bg {
	opacity: 0;
	transition: opacity .2s ease;
}

.parallax_effect--parallax_fade>.nectar-video-wrap:after, .parallax_effect--parallax_fade>.row-bg-wrap .row-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: var(--scroll-progress, 0);
	background-color: rgba(0, 0, 0, .85);
	z-index: 10;
}

_::-webkit-full-page-media, _:future, :root body[data-ajax-transitions="false"] .parallax_section .row-bg {
	opacity: 1;
}

body:not([data-remove-m-parallax="1"]) .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]), body:not([data-remove-m-parallax="1"]) .top-level .parallax_section .nectar-recent-post-slide .row-bg, body[data-ajax-transitions=false] .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
	opacity: 1;
	background-attachment: scroll;
	top: auto;
	bottom: 0;
}

body:not([data-remove-m-parallax="1"]) .top-level .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
	opacity: 1;
}

.top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap .parallax-layer {
	top: auto;
	bottom: 0;
	opacity: 1;
}

@media only screen and (min-width:1000px) {
	body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=slow]:not([data-parallax-speed=fixed]), body:not([data-header-format=left-header]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed=slow] .parallax-layer {
		height: calc(100% + 90px);
	}
	
	body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=medium]:not([data-parallax-speed=fixed]), body:not([data-header-format=left-header]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed=medium] .parallax-layer {
		height: calc(100% + 70px);
	}
	
	body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed*=fast]:not([data-parallax-speed=fixed]), body:not([data-header-format=left-header]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed*=fast] .parallax-layer {
		height: calc(100% + 40px);
	}
}

@media only screen and (max-width:999px) {
	.top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed*=fast] .parallax-layer, body .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
		height: calc(100% + 40px);
	}
}

body .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg, body .top-level .nectar-simple-slider[data-parallax=true] .parallax-layer {
	height: calc(100% + 40px);
}

.global-section-after-header-nav-active #ajax-content-wrap .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]), .global-section-after-header-nav-active #page-header-bg[data-parallax="1"] .page-header-bg-image, .global-section-after-header-nav-active .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg, .global-section-after-header-nav-active .top-level .nectar-simple-slider[data-parallax=true] .parallax-layer {
	height: calc(100% + 90px);
}

body[data-ajax-transitions=false] .nectar-parallax-enabled .parallax-layer.column-image-bg:not([data-nectar-img-src]), body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .row-bg, body[data-ajax-transitions=false] .parallax_section .row-bg .nectar-recent-post-slide, body[data-ajax-transitions=false] .parallax_section .row-bg[data-parallax-speed=fixed], body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .nectar-recent-post-slide .nectar-recent-post-bg, body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .row-bg {
	opacity: 1;
}

.full-width-content.parallax_section .row-bg-wrap, .full-width-section.parallax_section .row-bg-wrap, .wpb_row .row-bg-wrap .inner-wrap, .wpb_row.parallax_section .row-bg-wrap {
	overflow: hidden;
	width: 100.1%;
	height: 100.1%;
	position: absolute;
	top: 0;
	left: 0;
}

.wpb_row .row-bg-wrap .inner-wrap {
	z-index: 1;
}

.wpb_row .row-bg-wrap[data-bg-animation=zoom-out-reveal] {
	z-index: 2;
}

.wpb_row.parallax_section .nectar-parallax-scene {
	z-index: 1;
}

.full-width-section .row-bg-wrap, .wpb_row .row-bg-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.wpb_row[data-br*=px][data-br-applies=bg]>.row-bg-wrap, .wpb_row[data-br*=px][data-br-applies=both] .row_col_wrap_12, .wpb_row[data-br*=px][data-br-applies=both]>.row-bg-wrap, .wpb_row[data-br*=px][data-br-applies=inner] .row_col_wrap_12 {
	overflow: hidden;
}

.wpb_row.parallax_section[data-br*=px][data-br-applies=both]>.row-bg-wrap {
	height: 100%;
}

.column-image-bg-wrap[data-bg-animation*=fade], .column-image-bg-wrap[data-bg-animation*=zoom], .row-bg-wrap[data-bg-animation*=fade], .row-bg-wrap[data-bg-animation*=zoom] {
	overflow: hidden;
}

.row-bg-wrap[data-bg-animation=fade-in] .inner-wrap:not(.using-image)+.row-bg-overlay, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image {
	opacity: 0;
	transition: opacity .85s ease-out;
}

.column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap {
	opacity: 0;
	transition: opacity .55s ease-out;
}

.column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image {
	transform: scale(1.25);
	transition: transform 2.5s cubic-bezier(.1, .55, .4, 1);
}

.column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.using-image {
	transform: scale(1.6);
	transition: transform 1.3s cubic-bezier(.12, .75, .4, 1);
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal], .row-bg-wrap[data-bg-animation=zoom-out-reveal] {
	transform: scale(.7);
	overflow: hidden;
	opacity: 0;
	transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .4s ease-out;
}

.bg-animation--slight .row-bg-wrap[data-bg-animation=zoom-out-reveal] {
	transform: scale(.92);
}

.wpb_column .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal] {
	transform: scale(.7);
	opacity: 0;
	transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .35s ease-out, transform 1.3s cubic-bezier(.12, .75, .4, 1);
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap, .row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap {
	transform: scale(1.75);
	transition: transform 1.3s cubic-bezier(.12, .75, .4, 1);
}

.bg-animation--slight .row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap {
	transform: scale(1.15);
}

.bg-animation--slight .row-bg-wrap[data-bg-animation=zoom-out-reveal] {
	opacity: 1;
}

.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image {
	transform: scale(1.35);
	transition: transform 8s cubic-bezier(.1, .2, .7, 1);
}

.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap {
	transform: scale(1.45);
}

@keyframes row_bg_zoom_out {
	0% {
		transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
	}
}

body[data-ajax-transitions=false] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image-wrap, body[data-ajax-transitions=false] .top-level .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image {
	transform: scale(1);
	animation: row_bg_zoom_out 2.5s cubic-bezier(.1, .55, .4, 1) forwards;
}

body[data-ajax-transitions=false] .top-level .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image {
	transform: scale(1);
	animation: row_bg_zoom_out 8s cubic-bezier(.1, .2, .7, 1) forwards;
}

.wpb_row .row-bg-wrap .inner-wrap {
	height: 100%;
	width: 100%;
}

.full-width-content.parallax_section .row-bg, .full-width-section.parallax_section .row-bg, .wpb_row.parallax_section .row-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-size: cover;
}

.full-width-section .row-bg.no-cover, .full-width-section.no-cover .row-bg, .wpb_row .row-bg.no-cover {
	background-size: auto !important;
}

body .full-width-section>.col.span_12 {
	float: none;
}

html body .vc_row-fluid.legacy>.span_12 {
	display: block;
}

.col.span_12.light .wpb_text_column>.wpb_wrapper>ul, .full-width-content>.col.span_12.light, .full-width-section>.col.span_12.light, .nectar_section>.span_12.light, .span_12.light .wpb_text_column a, .wpb_row>.col.span_12.light {
	color: var(--nectar-font-light-color, #fff);
}

.full-width-content[data-color-change-section-bg-color]:not(.container-wrap)>.col.span_12.light, .full-width-section[data-color-change-section-bg-color]:not(.container-wrap)>.col.span_12.light, .wpb_row[data-color-change-section-bg-color]:not(.container-wrap)>.col.span_12.light, [data-color-change-section-bg-color]:not(.container-wrap) .col.span_12.light .wpb_text_column>.wpb_wrapper>ul, [data-color-change-section-bg-color]:not(.container-wrap) .span_12.light .wpb_text_column a {
	color: var(--nectar-page-light-text-color, var(--nectar-font-light-color, #fff));
}

.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner {
	width: 100%;
}

.vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
	min-height: 1px;
}

.vc_row.vc_row-o-equal-height.vc_row-o-content-top>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
	min-height: 100%;
}

.vc_row.vc_row-o-content-stretch>.span_12>.vc_column_container>.vc_column-inner>.wpb_wrapper, .vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper:has(.nectar-object-cover) {
	min-height: 100%;
}

.vc_column_container[class*=flex_layout]>.vc_column-inner, .vc_column_container[class*=flex_layout]>.vc_column-inner>.wpb_wrapper {
	height: 100%;
}

.wpb_column[class*=height_]>.vc_column-inner, .wpb_row[class*=height_]>.span_12 {
	height: 100%;
}

.vc_column_container>.vc_column-inner {
	position: relative;
}

@media only screen and (max-width:999px) {
	body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12, body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container, body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner {
		display: flex;
	}
}

@media (max-width:1299px) and (min-width:1000px) {
	.vc_hidden-md {
		display: none;
	}
}

.col {
	position: relative;
	float: left;
}

.col-overflow-hidden>.vc_column-inner {
	overflow: hidden;
}

.nectar_section[class*=flex_layout]>.row_col_wrap_12>div, body .wpb_column[class*=flex_layout] .img-with-aniamtion-wrap .hover-wrap, body .wpb_column[class*=flex_layout] .wpb_wrapper>.wpb_content_element, body .wpb_column[class*=flex_layout] .wpb_wrapper>div, body[data-col-gap*=px] .wpb_column[class*=flex_layout] .wpb_wrapper>div {
	margin-bottom: 0;
}

body .wpb_column[class*=flex_layout] .wpb_wrapper>div.inner_row {
	margin-bottom: 0 !important;
}

.wpb_column[data-border-radius].mask_shape_blur-gradient>.vc_column-inner {
	overflow: hidden;
}

.nectar_color_layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: opacity .2s ease;
}

.col.boxed:not(.wpb_column) {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background-color: #fff;
	padding: 25px 15px 15px 15px;
	position: relative;
	transition: top .2s ease, box-shadow .2s ease;
}

.col.boxed .bottom-line, .wpb_column.boxed .bottom-line {
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: #e8e8e8;
}

.col.boxed img, .wpb_column.boxed img {
	padding: 0 15px;
}

.col.boxed.no-pointer-events {
	pointer-events: none;
}

.column-image-bg-wrap .column-image-bg[data-nectar-img-src], .row-bg-wrap .row-bg[data-nectar-img-src] {
	opacity: 0;
}

.col.centered-text, .wpb_column.centered-text {
	text-align: center;
}

.centered-text .divider-small-border {
	margin: 25px auto;
}

.centered-text .divider-border[data-animate=yes], .centered-text .divider-small-border[data-animate=yes] {
	transform-origin: center;
}

body .col.centered-text ul, body .wpb_column.centered-text ul {
	display: inline-block;
	text-align: center;
	margin-left: 0;
}

.col.centered-text ul, .wpb_column.centered-text ul {
	text-align: left;
}

.col.center img, .wpb_column.centered-text .nectar-responsive-text, body .col.centered-text img, body .wpb_column.centered-text img {
	margin-left: auto;
	margin-right: auto;
}

.wpb_column {
	background-position: center;
}

.wpb_column .column-bg-overlay, .wpb_column .column-bg-overlay-wrap {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: " ";
	display: block;
	opacity: 0;
	transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1);
}

.vc_column-inner .column-overlay-layer {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: " ";
	display: block;
}

.wpb_column .column-bg-overlay-wrap {
	opacity: 1;
}

.column-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 11;
}

.col.span_3 .col.span_12 i, .col.span_4 .col.span_12 i {
	margin-bottom: 0;
}

body .wpb_text_column {
	margin-bottom: 0;
}

.wpb_text_column.text_direction_rtl {
	direction: rtl;
}

.wpb_text_column.text_direction_ltr {
	direction: ltr;
}

.wpb_animate_when_almost_visible {
	opacity: 0;
}

.wpb_start_animation {
	opacity: 1;
}

body .wpb_text_column h2:last-child, body .wpb_text_column h3:last-child {
	margin-bottom: 10px;
}

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

.vc_row-o-equal-height.vc_row.vc_row-flex>.span_12>.nectar-sticky-column {
	display: block;
}

body[data-bg-header=true].page .main-content>.row>#breadcrumbs.yoast, body[data-bg-header=true].single-portfolio #full_width_portfolio .main-content>.row>#breadcrumbs.yoast {
	padding-top: 20px;
}

.otgs-development-site-front-end, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	z-index: 9;
	position: relative;
	margin-bottom: 0;
}

rs-module audio, rs-module video {
	visibility: visible;
}

.single_job_listing .company img {
	height: 3em;
}

.single_job_listing .meta li {
	list-style: none;
}

.flex-gallery {
	margin: 0;
	padding: 0;
}

.flex-gallery .slides>li {
	display: none;
}

.flex-gallery .slides img {
	width: 99.8%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flex-gallery {
	margin: 0 0 15px;
	position: relative;
	background-color: rgba(255, 255, 255, 0);
}

.loading .flex-viewport {
	max-height: 300px;
}

.flex-gallery ul {
	position: relative;
	z-index: 1000;
	margin: 0;
}

.flex-gallery .flex-direction-nav {
	margin: 0;
	position: absolute;
	top: 8px;
}

.flex-gallery ul li {
	list-style: none;
}

.flex-gallery ul li img {
	margin-bottom: 0;
}

.carousel li {
	margin-right: 0;
	margin-left: 0;
}

.flex-control-nav {
	display: none;
}

.flex-direction-nav a {
	display: block;
	line-height: 22px;
	position: relative;
	background-color: #000;
	height: 25px;
	width: 25px;
	text-align: center;
	transition: all .2s ease;
	border-radius: 1px;
}

.flex-direction-nav a i {
	line-height: 29px;
	font-size: 16px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}

.flex-direction-nav .flex-next {
	padding-left: 2px;
}

.flex-direction-nav .flex-prev {
	padding-right: 2px;
}

body #ajax-content-wrap .flex-gallery .flex-direction-nav li {
	float: left;
	margin-left: 7px;
}

.flex-direction-nav .flex-next span {
	background-position: right top;
	top: 9px;
	right: 9px;
	position: absolute;
	display: block;
	height: 15px;
	width: 15px;
	z-index: 100;
}

.flex-direction-nav .flex-prev span {
	background-position: left top;
	top: 9px;
	left: 9px;
	position: absolute;
	display: block;
	height: 15px;
	width: 15px;
	z-index: 100;
}

body.mobile.material [data-bullet_style=see_through] .slider-pagination {
	bottom: 13px;
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot, .nectar-woo-flickity .flickity-page-dots .dot, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot, body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch {
	width: 30px;
	margin: 0;
	opacity: .35;
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before, .nectar-quick-view-box .flickity-page-dots .dot:before, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before, .nectar-woo-flickity .flickity-page-dots .dot:before, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before, body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before {
	width: 6px;
	height: 6px;
	transition: all .25s ease;
	border-radius: 50%;
	margin-left: 11px;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: inset 0 0 0 5px #000;
}

.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before, .span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before, .span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before, .span_12.light .nectar-woo-flickity .flickity-page-dots .dot:before, .span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before, body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before {
	box-shadow: inset 0 0 0 5px #fff;
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
	bottom: -85px;
	margin: 0;
}

.nectar-flickity[data-control-style=material_pagination]:not(.masonry) .flickity-viewport, .nectar-flickity[data-controls=material_pagination]:not(.masonry) .flickity-viewport {
	margin: 110px 0 130px 0;
}

iframe, iframe.iframe-embed {
	max-width: 100%;
}

.main-content #sidebar iframe[src], .wc-braintree-hosted-field iframe, html:not(.js) .main-content iframe[src] {
	opacity: 1;
}

.iframe-embed-standard iframe {
	width: 100% !important;
}

#header-outer .wpml-ls-menu-item .wpml-ls-flag {
	margin-bottom: 0;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope {
	transition-property: height;
}

.isotope .isotope-item {
	transition-property: transform, opacity;
}

.btn {
	padding: 8px 16px;
}

.nectar-button {
	border-radius: 5px;
	box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
	transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	padding: 13px 18px;
	position: relative;
	top: 0;
	margin-bottom: 10px;
	opacity: 1;
	line-height: 20px;
	background-color: #000;
	display: inline-block;
}

.nectar-button.n-sc-button {
	color: #fff;
}

.nectar-button.large {
	font-size: 14px;
	padding: 15px 22px;
	box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
}

.nectar-button.jumbo {
	font-size: 18px;
	padding: 25px 40px;
	box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
}

body .nectar-button.large.see-through, body .nectar-button.large.see-through-2, body .nectar-button.large.see-through-3 {
	border-width: 2px;
	padding-top: 13px;
	padding-bottom: 13px;
}

body .nectar-button.jumbo.see-through, body .nectar-button.jumbo.see-through-2, body .nectar-button.jumbo.see-through-3 {
	border-width: 4px;
	padding-top: 21px;
	padding-bottom: 21px;
}

body .nectar-button em {
	font-size: inherit;
	line-height: inherit;
}

.nectar-button i, .nectar-button i[class*=fa-] {
	font-size: 18px;
	line-height: 18px;
	width: 18px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -9px;
	opacity: 0;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
}

.nectar-button i.icon-button-arrow {
	font-size: 19px;
}

.nectar-button span {
	left: 0;
	display: inline-block;
	transform: translateX(0);
	transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1);
	position: relative;
}

.nectar-button .im-icon-wrap svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.nectar-button.large .im-icon-wrap svg {
	width: 16px;
	height: 16px;
}

.nectar-button.medium .im-icon-wrap svg {
	width: 14px;
	height: 14px;
}

.nectar-button.small .im-icon-wrap svg {
	width: 12px;
	height: 12px;
}

.material .nectar-button .im-icon-wrap, .material .nectar-button .im-icon-wrap span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.material .nectar-button .im-icon-wrap svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

body #ajax-content-wrap .nectar-button .im-icon-wrap, body #ajax-content-wrap .nectar-button .im-icon-wrap span {
	left: auto;
	transform: none;
}

.nectar-button .im-icon-wrap span, .nectar-button .im-icon-wrap span svg {
	vertical-align: middle;
}

.nectar-button.has-icon, .nectar-button.tilt.has-icon {
	padding-left: 42px;
	padding-right: 42px;
}

.nectar-button.has-icon i {
	text-align: center;
}

.nectar-button.has-icon:hover span, .nectar-button.tilt.has-icon span, body.material .nectar-button.has-icon span {
	transform: translateX(-18px);
}

.nectar-button.has-icon:hover i, .nectar-button.tilt.has-icon i, body.material .nectar-button.has-icon i {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	transform: translateX(6px);
}

.full-width-section .light .nectar-button:hover, .nectar-button:hover {
	opacity: .87;
	color: #fff;
}

@media only screen and (min-width:1000px) {
	.full-width-section .light .nectar-button.wpb_animate_when_almost_visible:not(.see-through):not(.see-through-2):not(.see-through-3):not(.animated), body .nectar-button.wpb_animate_when_almost_visible {
		opacity: 0;
	}
}

body[data-button-style] .nectar-button.wpb_animate_when_almost_visible.animated {
	opacity: 1;
}

.nectar-button.see-through, body .nectar-button.see-through {
	opacity: 1 !important;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	border-radius: 2px;
	border: 2px solid rgba(255, 255, 255, .75);
}

.nectar-button.see-through, .text_on_hover.product .add_to_cart_button, body .nectar-button.see-through {
	background-color: transparent !important;
	box-shadow: none !important;
}

.nectar-button.see-through-2, .nectar-button.see-through-3 {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
	opacity: 1;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	border-radius: 2px;
	border: 2px solid rgba(255, 255, 255, .75);
}

.nectar-button.see-through-3 {
	border: 2px solid #fff;
}

body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through, body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through-2 {
	border-color: rgba(0, 0, 0, .15);
	color: #000;
}

body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation, body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation {
	animation-fill-mode: none;
}

.col.light .nectar-button.see-through-2, .col.light .nectar-button.see-through-3 {
	color: #fff;
}

.col.light .nectar-button.see-through {
	border-color: rgba(255, 255, 255, .75);
	color: #fff;
}

.col.dark .nectar-button.see-through, .col.dark .nectar-button.see-through-2 {
	border-color: rgba(0, 0, 0, .75);
	color: #444;
}

h2 .nectar-button {
	top: -6px;
}

body.material .nectar-button[class*=m-extra-color-gradient-][class*=see-through] {
	visibility: hidden;
}

.swiper-slide .button.solid_color_2, .tilt-button-wrap {
	perspective: 800px;
	display: inline-block;
}

.swiper-slide .button.solid_color_2:before {
	-webkit-font-smoothing: antialiased;
}

.nectar-button.tilt, .swiper-slide .button.solid_color_2 a {
	display: block;
	background: #5cbcf6;
	outline: 1px solid rgba(255, 255, 255, 0);
	transform-style: preserve-3d;
	outline: 0;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
	border-bottom: none;
	opacity: 1;
	transition: all .5s cubic-bezier(.25, 1, .33, 1);
}

body[data-button-style*=rounded] .nectar-button.tilt, body[data-button-style=rounded] .swiper-slide .button-wrap a, body[data-button-style^=rounded].ascend .container-wrap .search-form input[type=submit] {
	border-radius: 0 !important;
}

.nectar-button.tilt:after, .swiper-slide .button.solid_color_2 a:after {
	width: 100%;
	height: 37%;
	left: 0;
	top: -35%;
	transform-origin: 0 100%;
	transform: rotateX(90deg);
	content: "";
	position: absolute;
	z-index: -1;
	transition: all .5s cubic-bezier(.25, 1, .33, 1);
	-webkit-font-smoothing: antialiased;
}

.nectar-button.tilt:before, .swiper-slide .button.solid_color_2 a:before {
	width: 100%;
	height: 30%;
	left: 0;
	top: 99%;
	background: #49a7df;
	transform-origin: 0 0;
	transform: rotateX(-90deg);
	transition: all .5s cubic-bezier(.25, 1, .33, 1);
	-webkit-font-smoothing: antialiased;
	content: "";
	position: absolute;
	z-index: -1;
}

.nectar-button.tilt:after, .nectar-button.tilt:before, .swiper-slide .button.solid_color_2 a:after, .swiper-slide .button.solid_color_2 a:before {
	opacity: 0;
}

.swiper-slide .button.solid_color_2 .button-wrap, .tilt-button-inner {
	overflow: hidden;
	padding: 3px 0;
	display: inline;
}

.nectar-category-grid .nectar-category-grid-item .content[data-subtext=custom][data-subtext-vis=always] .subtext:after, .nectar-cta[data-style=underline] .link_wrap .link_text:after, .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -4px;
	opacity: .8;
	left: 0;
	backface-visibility: hidden;
	pointer-events: none;
	animation: portSliderLine2 .45s cubic-bezier(.15, .75, .5, 1) forwards;
}

.nectar-cta[data-style=underline].underline-visible-on-hover .link_wrap .link_text:after {
	animation: none;
	transform: scaleX(0);
	transform-origin: right;
}

body:not(.mobile) .nectar-cta[data-style=underline].underline-visible-on-hover .link_wrap:hover .link_text:after {
	transform: scaleX(1);
	transform-origin: left;
}

.nectar-cta .link_wrap .link_text {
	padding-right: 36px;
	position: relative;
	display: inline-block;
}

.nectar-cta[data-display=inline] {
	display: inline-block;
}

.nectar-cta[data-using-bg=true] .text {
	margin-right: 10px;
}

.nectar-cta .link_wrap {
	position: relative;
	text-decoration: inherit;
	speak: none;
}

.nectar-cta[class*=border_thickness] .link_wrap, .nectar-cta[data-using-bg=true] .link_wrap {
	cursor: pointer;
}

.nectar-cta[data-style=see-through] .link_wrap .arrow:after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #000;
	height: 1px;
	width: 22px;
	right: 12px;
	top: 50%;
	margin-top: -2px;
	transform: scale(0, 1) translateX(0);
	transform-origin: left;
	pointer-events: none;
	transition: all .33s cubic-bezier(.12, .75, .4, 1);
}

.nectar-cta .link_wrap .arrow:before {
	font-family: icomoon;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	content: "";
	color: #000;
	line-height: 30px;
	font-size: 14px;
	position: absolute;
	right: 0;
	width: 26px;
	text-align: center;
	height: 30px;
	top: 50%;
	margin-top: -16px;
	transition: all .33s cubic-bezier(.12, .75, .4, 1);
}

.nectar-cta[data-style=see-through][data-text-color=custom] .link_wrap .arrow:after, .nectar-cta[data-text-color=custom] .arrow:after, .nectar-cta[data-text-color=custom] .link_wrap .arrow:before, .span_12.light .nectar-cta[data-text-color=custom] .arrow:after, .span_12.light .nectar-cta[data-text-color=custom] .link_wrap .arrow:before {
	color: inherit;
	border-color: inherit;
}

.nectar-cta[data-alignment=left] {
	text-align: left;
}

.nectar-cta[data-alignment=center] {
	text-align: center;
}

.nectar-cta[data-alignment=right] {
	text-align: right;
}

.nectar-cta[data-alignment=stretch] {
	display: block;
}

.nectar-cta[data-alignment=stretch] .link_wrap, .nectar-cta[data-alignment=stretch] .link_wrap a, .nectar-cta[data-alignment=stretch] .link_wrap a .nectar-text-reveal-button__text, .nectar-cta[data-alignment=stretch] .link_wrap a .nectar-text-reveal-button__text:after {
	width: 100%;
	text-align: center;
}

.nectar-cta[data-alignment=stretch][data-style=arrow-circle-animation] .arrow-circle-animation-arrow-wrap, .nectar-cta[data-alignment=stretch][data-style=curved-arrow-animation] svg {
	margin-left: auto;
}

.span_12.light .nectar-cta .link_wrap .link_text:after {
	border-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
}

.nectar-cta[data-color=black]:not([data-style=material]) .link_wrap {
	background-color: #000;
}

.nectar-cta[data-color=white]:not([data-style=material]) .link_wrap {
	background-color: #fff;
}

#ajax-content-wrap .nectar-cta .arrow, .nectar-cta .arrow {
	letter-spacing: 0;
}

.span_12.light .nectar-cta .arrow:before {
	color: #fff;
}

.span_12.light .nectar-cta .arrow:after {
	border-color: #fff;
}

.nectar-cta .link_wrap .link_text {
	color: inherit;
}

.nectar-cta>p {
	padding-bottom: 0;
}

.nectar-cta>h5, .nectar-cta>h6 {
	margin-bottom: 0;
}

.nectar-cta[data-text-color=custom] .link_wrap .link_text:after, .nectar-cta[data-text-color=custom] .link_wrap:after {
	border-color: inherit !important;
}

.nectar-cta[data-text-color=custom] .link_wrap:before {
	color: inherit !important;
}

.nectar-cta .link_wrap .link_text:after, .nectar-cta[data-style=material] .link_wrap .circle, .nectar-cta[data-style=material] .link_wrap .link_text:before {
	border-radius: 100px;
	border: 1px solid rgba(0, 0, 0, .3);
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	content: " ";
	display: block;
	pointer-events: none;
	transition: all .33s cubic-bezier(.12, .75, .4, 1);
}

.nectar-cta[data-style=underline] .link_wrap .link_text {
	padding-right: 0;
}

.nectar-cta[data-style=underline] .link_wrap .link_text:after {
	margin-top: 0;
	top: auto;
	border-top: none;
	border-right: none;
	bottom: 0;
	border-left: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
	background-color: transparent !important;
	transition: transform .4s cubic-bezier(.23, .46, .4, 1);
	animation: none;
	transform-origin: left;
	z-index: 1;
}

.span_12.light .nectar-cta[data-style=underline] .link_wrap .link_text:after {
	border-radius: 0;
}

.nectar-cta[data-style=arrow-animation] svg, .nectar-cta[data-style=arrow-animation] svg polyline {
	stroke: currentColor;
}

.team-meta .nectar-cta[data-style=arrow-animation] svg polyline {
	stroke-dashoffset: 0;
	stroke-dasharray: 0;
}

.nectar-cta[data-style=arrow-animation] svg polyline {
	stroke-dashoffset: 140px;
	stroke-dasharray: 140px;
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text:after {
	display: none;
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text {
	padding: 0 0 0 calc(var(--nectar-icon-gap, 10px) + 30px);
	position: relative;
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
	display: block;
}

.nectar-cta[data-style=arrow-animation] .line {
	height: 1px;
	width: 25px;
	position: absolute;
	content: "";
	left: 0;
	display: block;
	top: 50%;
	transform-origin: left;
	background-color: #000;
	transform: translateY(calc(-50% + .5px)) translateZ(0);
}

.light .nectar-cta[data-style=arrow-animation] .line {
	background-color: #fff;
}

.nectar-cta[data-style=arrow-animation] svg {
	position: absolute;
	left: 25px;
	top: 50%;
	width: 6px;
}

.team-meta nectar-cta[data-style=arrow-animation] svg {
	left: 24px;
}

.nectar-cta[data-style=arrow-animation]:not(.loaded) * {
	animation-duration: 0s !important;
}

.nectar-cta[data-style=arrow-animation] svg polyline {
	animation: ctaArrowEnd .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
	animation: none;
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
	animation: ctaArrowTextStart .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

.nectar-cta[data-style=arrow-animation] .line {
	animation: ctaArrowLineStart .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

.nectar-cta[data-style=arrow-animation] svg {
	animation: ctaArrowSVGStart .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

.nectar-cta[data-style=curved-arrow-animation] .link_text {
	display: inline-flex;
	align-items: center;
	gap: var(--nectar-icon-gap, .5em);
	padding-right: 0;
}

.nectar-cta[data-style=curved-arrow-animation] .line {
	stroke-dasharray: 18px;
	stroke: currentColor;
}

.nectar-cta[data-style=curved-arrow-animation] .arrow {
	stroke-dasharray: 8px;
	stroke: currentColor;
}

#ajax-content-wrap .nectar-cta[data-style=curved-arrow-animation] .link_wrap {
	transition: border-color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1);
}

.nectar-cta[data-style=curved-arrow-animation] .hover svg {
	animation: nectar_curved_arrow_animation__svg .9s cubic-bezier(.15, .75, .5, 1) forwards;
}

.nectar-cta[data-style=curved-arrow-animation] .hover .line {
	animation: nectar_curved_arrow_animation__line .9s cubic-bezier(.15, .75, .5, 1) forwards;
}

.nectar-cta[data-style=curved-arrow-animation] .hover .arrow {
	animation: nectar_curved_arrow_animation__arrow .9s cubic-bezier(.15, .75, .5, 1) forwards;
}

.nectar-cta[data-style=basic] .link_wrap .link_text:after, .nectar-cta[data-style=curved-arrow-animation] .link_wrap .link_text:after, .nectar-cta[data-style=text-reveal-wave] .link_wrap .link_text:after, .nectar-cta[data-style=text-reveal] .link_wrap .link_text:after {
	display: none;
}

.nectar-cta[data-style=basic] .link_wrap .link_text, .nectar-cta[data-style=text-reveal-wave] .link_wrap .link_text, .nectar-cta[data-style=text-reveal] .link_wrap .link_text {
	padding-right: 0;
}

.nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap, .nectar-cta[data-style=text-reveal] .link_wrap .link_text, .nectar-cta[data-style=text-reveal][data-using-bg=true] .link_wrap {
	overflow: hidden;
	display: inline-flex;
}

.nectar-cta[data-style=basic][data-using-bg=true] .text, .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .text, .nectar-cta[data-style=text-reveal][data-using-bg=true] .text {
	margin-right: 0;
}

.menu-item-hover-text-reveal-wave .char, .nectar-cta[data-style=text-reveal-wave] .char {
	display: inline-block;
	line-height: 1;
}

body[data-button-style^=rounded] .nectar-cta .link_wrap:before {
	border-radius: 200px;
}

body[data-button-style*=slightly_rounded] .nectar-cta .link_wrap:before {
	border-radius: 4px;
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before {
	left: -.1%;
	top: -.1%;
	width: 100.2%;
	height: 100.2%;
}

#top .menu-item>a:has(.nectar-text-reveal-button):has(.sf-sub-indicator) {
	display: flex;
	gap: 6px;
}

#top .menu-item>a:has(.nectar-text-reveal-button) .sf-sub-indicator {
	left: 0;
}

.nectar-text-reveal-button {
	overflow: hidden;
	display: block;
	line-height: 1.3;
	transform: translateZ(0);
}

.nectar-text-reveal-button__text {
	transition: transform .55s cubic-bezier(.25, 1, .33, 1) !important;
	display: block;
}

.nectar-text-reveal-button__text:after {
	transition: transform .55s cubic-bezier(.25, 1, .33, 1);
	bottom: -120%;
	content: attr(data-text);
	left: 0;
	position: absolute;
}

a:hover .nectar-text-reveal-button__text {
	transform: translateY(-100%);
}

a:hover .nectar-text-reveal-button__text:after {
	transform: translateY(-20%);
}

.wpb_wrapper>.divider, .wpb_wrapper>.divider-border, .wpb_wrapper>.divider-small-border, .wpb_wrapper>.divider-wrap {
	margin-bottom: 0;
}

.divider {
	height: 20px;
}

.divider-border {
	margin: 35px auto 35px auto;
	background-color: rgba(0, 0, 0, .12);
	height: 1px;
}

.divider-wrap .divider-vertical {
	width: 1px;
	margin: 25px auto;
}

.divider-vertical.nectar-bg-default {
	background-color: rgba(0, 0, 0, .12);
}

.span_12.light .divider-border, .span_12.light .divider-vertical.nectar-bg-default {
	background-color: rgba(255, 255, 255, .3);
}

#ajax-content-wrap .divider-border[data-color=black], #ajax-content-wrap .divider-small-border[data-color=black] {
	background-color: #000;
}

#ajax-content-wrap .divider-border[data-color=white], #ajax-content-wrap .divider-small-border[data-color=white] {
	background-color: #fff;
}

.divider-small-border {
	margin: 25px 0;
	width: 20%;
	height: 1px;
	background-color: #ddd;
}

.divider-border[data-animate=yes], .divider-small-border[data-animate=yes] {
	visibility: hidden;
	transform-origin: left;
}

.divider-wrap[data-alignment=center] .divider-small-border {
	transform-origin: center;
	margin: 25px auto;
}

.divider-wrap[data-alignment=right] {
	text-align: right;
}

.divider-wrap[data-alignment=right] .divider-small-border {
	transform-origin: right;
	margin-right: 0;
	margin-left: 0;
	display: inline-block;
}

body .vc_text_separator, body .wpb_separator {
	border-color: rgba(0, 0, 0, .06);
}

body .vc_text_separator div {
	background-color: #f8f8f8;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: .5px;
	top: -20px;
}

.light .divider-small-border {
	background-color: rgba(255, 255, 255, .6);
}

.nectar-dropcap {
	font-size: 4em;
	display: block;
	float: left;
	padding: 5px 10px 0 0;
}

.nectar-dropcap span {
	display: block;
}

i[class*=fa-], span[class*=fa-] {
	display: inline-block;
	word-spacing: 1px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
}

i[class^=icon-] {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

i.icon-normal {
	background-color: #000;
	border-radius: 999px;
	color: #fff;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

i.icon-normal[class*=" linecon-icon-"], i.icon-normal[class*=" steadysets-icon-"] {
	line-height: 32px;
}

[class^=icon-].icon-3x, i[class*=" icon-"].icon-3x {
	background-color: #eeedec;
}

body [class*=" icon-"].icon-3x.alt-style, body [class^=icon-].icon-3x.alt-style {
	background-color: #000;
	color: #fff;
}

.full-width-section i[class*=" icon-"].icon-3x, .full-width-section i[class^=icon-].icon-3x {
	background-color: rgba(0, 0, 0, .021);
}

.circle-border, [class*=" icon-"].icon-3x, [class^=icon-].icon-3x {
	background-color: #eeedec;
	border-radius: 999px;
	color: #000;
	display: inline-block;
	font-size: 30px;
	height: 90px;
	line-height: 90px;
	max-width: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	word-spacing: 1px;
	transition: all .1s linear;
}

[class*=" icon-"].icon-3x, [class^=icon-].icon-3x {
	margin-bottom: 27px;
}

body [class^=icon-].icon-tiny {
	line-height: 15px;
	height: 13px;
	width: 15px;
	margin-right: 5px;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0);
}

[class^=icon-].icon-tiny {
	color: #888;
}

body [class^=icon-].icon-default-style {
	line-height: 34px;
	height: 34px;
	width: 34px;
	margin-right: 0;
	font-size: 34px;
	color: #000;
	font-style: normal;
	background-color: rgba(255, 255, 255, 0);
}

.circle-border {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
	border: 1px solid #eeedec;
	height: 88px;
	left: 1px;
	position: absolute;
	z-index: 1;
	top: 1px;
	width: 88px;
}

.extra-color-gradient-1 .circle-border, .extra-color-gradient-2 .circle-border {
	transform: none;
}

.extra-color-gradient-1 .circle-border, .extra-color-gradient-2 .circle-border {
	border: 2px solid rgba(0, 0, 0, .065) !important;
}

.light .extra-color-gradient-1 .circle-border, .light .extra-color-gradient-2 .circle-border {
	border: 2px solid rgba(255, 255, 255, .085) !important;
}

[class*=" icon-"].icon-3x.extra-color-gradient-1:not(.alt-style), [class*=" icon-"].icon-3x.extra-color-gradient-2:not(.alt-style), [class^=icon-].icon-3x.extra-color-gradient-1:not(.alt-style), [class^=icon-].icon-3x.extra-color-gradient-2:not(.alt-style), body.material:not([data-button-style^=rounded]) .nectar-button i, body:not(.material) .nectar-button i {
	background-color: transparent !important;
}

[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before, [class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal):before, [class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal):before {
	background: #fff;
	-webkit-background-clip: text;
	background-clip: text;
}

.extra-color-gradient-2[class*=" icon-"]:not(.icon-normal).no-grad:before, .extra-color-gradient-2[class^=icon-]:not(.icon-normal).no-grad:before, .nectar-gradient-text.no-grad *, [class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before, [class*=" icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before, [class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before, [class*=" icon-"][data-color=extra-color-gradient-1].no-grad:before, [class*=" icon-"][data-color=extra-color-gradient-2].no-grad:before, [class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before, [class^=icon-].extra-color-gradient-1:not(.icon-normal).no-grad:before, [class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before, [class^=icon-][data-color=extra-color-gradient-1].no-grad:before, [class^=icon-][data-color=extra-color-gradient-2].no-grad:before {
	background-color: transparent !important;
	background: 0 0 !important;
}

.nectar-button.extra-color-gradient-1.no-text-grad .hover, .nectar-button.extra-color-gradient-2.no-text-grad .hover, .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start, .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start, body .nectar-gradient-text[data-color=extra-color-gradient-1].no-grad *, body .nectar-gradient-text[data-color=extra-color-gradient-2].no-grad * {
	-webkit-text-fill-color: initial;
}

.nectar-color-white, [class*=" icon-"].extra-color-gradient-1.icon-3x.alt-style:before, [class*=" icon-"].extra-color-gradient-2.icon-3x.alt-style:before, [class^=icon-].extra-color-gradient-1.icon-3x.alt-style:before, [class^=icon-].extra-color-gradient-2.icon-3x.alt-style:before, body .nectar_icon_wrap[data-color=white] i, body .svg-icon-holder[data-color=white] {
	color: #fff !important;
}

.nectar-color-black, body .nectar_icon_wrap[data-color=black] i, body .svg-icon-holder[data-color=black] {
	color: #000 !important;
}

.nectar-color-grey, body .nectar_icon_wrap[data-color=grey] i, body .svg-icon-holder[data-color=grey] {
	color: #c8c8c8 !important;
}

body .svg-icon-holder[data-color=white] svg path {
	stroke: #fff;
}

body .svg-icon-holder[data-color=black] svg path {
	stroke: #000;
}

body .svg-icon-holder[data-color=grey] svg path {
	stroke: #c8c8c8;
}

.nectar_icon .im-icon-wrap>span {
	display: inline-block;
}

.nectar_icon .im-icon-wrap {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.nectar-fancy-box[data-style=parallax_hover] .im-icon-wrap path, .nectar_icon_wrap .im-icon-wrap[data-color=white] path {
	fill: #fff;
}

.nectar_icon_wrap .im-icon-wrap[data-color=black] path {
	fill: #000;
}

.nectar_icon_wrap .im-icon-wrap[data-color=grey] path {
	fill: #888;
}

.full-width-section .circle-border {
	background-color: rgba(0, 0, 0, .021);
	border-color: rgba(0, 0, 0, .05);
}

.full-width-section .light .circle-border {
	background-color: rgba(0, 0, 0, .021);
	border-color: rgba(0, 0, 0, .2);
}

.main-content .svg-icon-holder {
	height: 64px;
	overflow: hidden;
	min-width: 1px;
	margin-bottom: 20px;
	display: inline-block;
	opacity: 0;
}

.nectar_icon_wrap {
	display: inline-block;
	position: relative;
}

.nectar_icon_wrap .nectar_icon .svg-icon-holder {
	margin-bottom: 0;
}

.nectar_icon_wrap i:before {
	line-height: inherit;
}

.nectar_icon_wrap a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.col.has-animation, .img-with-aniamtion-wrap .hover-wrap, .nectar-fancy-box.has-animation, .nectar_cascading_images .cascading-image .inner-wrap, .wpb_column.has-animation, img.img-with-animation {
	opacity: 0;
	position: relative;
}

.col.has-animation[data-animation=none]:not(.wpb_column) {
	opacity: 1;
}

.wpb_column.has-animation[data-animation*=reveal] {
	opacity: 1;
}

img.img-with-animation[data-animation=grow-in].full-opacity {
	opacity: 1;
}

.img-with-aniamtion-wrap.mask_shape_blur-gradient>.inner {
	position: relative;
}

.row .img-with-aniamtion-wrap:has(.nectar-object-cover), .row .img-with-aniamtion-wrap:has(.nectar-object-cover) * {
	height: 100%;
}

html:not(.js) .col.has-animation, html:not(.js) .wpb_column.has-animation, html:not(.js) img.img-with-animation {
	opacity: 1;
}

.img-with-aniamtion-wrap[data-animation=none] .hover-wrap, .nectar_cascading_images .cascading-image[data-animation=none] .inner-wrap, img.img-with-animation[data-animation=none] {
	opacity: 1;
}

.col.has-animation[data-animation=zoom-out] {
	transform: translateZ(0) scale(1.2);
	opacity: 0;
}

.col.has-animation[data-animation=slight-twist] {
	transform: rotateY(20deg) rotateZ(-4deg);
	opacity: 0;
}

.col.has-animation[data-animation=grow-in], .img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap, .nectar-fancy-box.has-animation[data-animation=grow-in], .wpb_column.has-animation[data-animation=grow-in], img.img-with-animation[data-animation=grow-in] {
	opacity: 0;
	transform: scale(.75);
	transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1);
	-webkit-backface-visibility: hidden;
}

.col.has-animation[data-animation=flip-in], .img-with-aniamtion-wrap[data-animation=flip-in] .hover-wrap, .nectar-fancy-box.has-animation[data-animation=flip-in], .wpb_column.has-animation[data-animation=flip-in], img.img-with-animation[data-animation=flip-in] {
	opacity: 0;
	transform: rotateY(25deg);
	transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1);
}

.flip-in-vertical-wrap {
	perspective: 2000px;
}

.col.has-animation[data-animation=flip-in-vertical], .img-with-aniamtion-wrap[data-animation=flip-in-vertical] .hover-wrap, .nectar-fancy-box.has-animation[data-animation=flip-in-vertical], .wpb_column.has-animation[data-animation=flip-in-vertical], img.img-with-animation[data-animation=flip-in-vertical] {
	opacity: 0;
	transform: rotateX(-45deg) translateY(120px);
	transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1);
}

.cascading-image[data-shadow=small_depth] .bg-color, .cascading-image[data-shadow=small_depth] .img-wrap, .img-with-aniamtion-wrap[data-shadow=small_depth] .hover-wrap, .nectar-flickity[data-shadow=small_depth] .cell, .nectar-video-box[data-shadow=small_depth]:before, .nectar_video_player_self_hosted[data-shadow=small_depth] .wpb_video_wrapper, img.img-with-animation[data-shadow=small_depth] {
	box-shadow: rgba(0, 0, 0, .04) 0 1px 0, rgba(0, 0, 0, .05) 0 2px 7px, rgba(0, 0, 0, .06) 0 12px 22px;
}

.cascading-image[data-shadow=medium_depth] .bg-color, .cascading-image[data-shadow=medium_depth] .img-wrap, .img-with-aniamtion-wrap[data-shadow=medium_depth] .hover-wrap, .nectar-flickity[data-shadow=medium_depth] .cell, .nectar-video-box[data-shadow=medium_depth]:before, .nectar_video_player_self_hosted[data-shadow=medium_depth] .wpb_video_wrapper, img.img-with-animation[data-shadow=medium_depth] {
	box-shadow: 0 30px 80px rgba(0, 0, 0, .14), 0 20px 70px rgba(0, 0, 0, .12);
}

.cascading-image[data-shadow=large_depth] .bg-color, .cascading-image[data-shadow=large_depth] .img-wrap, .img-with-aniamtion-wrap[data-shadow=large_depth] .hover-wrap, .nectar-video-box[data-shadow=large_depth]:before, .nectar_video_player_self_hosted[data-shadow=large_depth] .wpb_video_wrapper, img.img-with-animation[data-shadow=large_depth] {
	box-shadow: 0 40px 100px rgba(0, 0, 0, .15), 0 25px 80px rgba(0, 0, 0, .1);
}

.nectar-flickity[data-shadow=large_depth] .cell {
	box-shadow: 0 35px 55px rgba(0, 0, 0, .08), 0 25px 63px rgba(0, 0, 0, .08);
}

.cascading-image[data-shadow=x_large_depth] .bg-color, .cascading-image[data-shadow=x_large_depth] .img-wrap, .img-with-aniamtion-wrap[data-shadow=x_large_depth] .hover-wrap, .nectar-flickity[data-shadow=x_large_depth] .cell, .nectar-video-box[data-shadow=x_large_depth]:before, .nectar_video_player_self_hosted[data-shadow=x_large_depth] .wpb_video_wrapper, img.img-with-animation[data-shadow=x_large_depth] {
	box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14);
}

.img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap, img.img-with-animation[data-animation=fade-in-from-left] {
	transform: translateX(-20%);
	padding-right: 30px;
}

.img-with-aniamtion-wrap[data-animation=fade-in-from-left][data-shadow*="_depth"] .hover-wrap, img.img-with-animation[data-animation=fade-in-from-left][data-shadow*="_depth"] {
	padding-right: 0;
}

.col.has-animation[data-animation=fade-in-from-left], .nectar-fade-in-from-left, .nectar-fancy-box.has-animation[data-animation=fade-in-from-left], .wpb_column.has-animation[data-animation=fade-in-from-left] {
	transform: translateX(-45px);
}

.img-with-aniamtion-wrap[data-animation=fade-in-from-right] .hover-wrap, img.img-with-animation[data-animation=fade-in-from-right] {
	transform: translateX(20%);
}

.col.has-animation[data-animation=fade-in-from-right], .nectar-fade-in-from-right, .nectar-fancy-box.has-animation[data-animation=fade-in-from-right], .wpb_column.has-animation[data-animation=fade-in-from-right] {
	transform: translateX(45px);
}

.img-with-aniamtion-wrap[data-animation=fade-in-from-bottom] .hover-wrap, .nectar-fade-in-from-bottom, img.img-with-animation[data-animation=fade-in-from-bottom] {
	transform: translateY(100px);
}

.wpb_column.has-animation[data-animation=slight-fade-in-from-bottom] {
	transform: translateY(50px);
}

.col.has-animation[data-animation=fade-in-from-bottom], .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom], .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
	transform: translateY(75px);
}

.nectar-fancy-box.has-animation[data-animation=fade-in-from-right], img.img-with-animation[data-animation=fade-in-from-left], img.img-with-animation[data-animation=fade-in-from-right] {
	margin: 0 auto;
}

.nectar-waypoint-el:not([data-nectar-waypoint-el-stagger]) {
	opacity: 0;
}

@media only screen and (max-width:999px) {
	.nectar-disable-mobile-animation, .nectar-disable-mobile-animation .hover-wrap, .nectar-waypoint-el[data-nectar-waypoint-el-mobile-disable=true] {
		transform: none !important;
		opacity: 1 !important;
	}
}

.img-with-aniamtion-wrap, body .wpb_wrapper>.img-with-aniamtion-wrap {
	line-height: 0;
	margin-bottom: 0;
}

.img-with-aniamtion-wrap>.inner {
	height: 100%;
}

.center img.img-with-animation {
	margin: 0 auto;
	display: block;
}

.right.img-with-aniamtion-wrap {
	text-align: right;
}

.right.img-with-aniamtion-wrap img {
	display: inline-block;
}

.img-with-aniamtion-wrap .color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
}

.img-with-aniamtion-wrap .hover-wrap {
	overflow: hidden;
}

.img-with-aniamtion-wrap .hover-wrap:not([data-hover-animation]), .img-with-aniamtion-wrap .hover-wrap[data-hover-animation=none] {
	overflow: visible;
}

.img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap, .img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap .hover-wrap-inner {
	display: inline-block;
}

.img-with-aniamtion-wrap[data-shadow*=depth].center {
	text-align: center;
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
	opacity: 1;
	transform: none;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-] .hover-wrap {
	opacity: 1;
}

.column-bg-overlay-wrap[data-bg-animation*=reveal-from-] {
	overflow: hidden;
	opacity: 0;
}

.wpb_column.has-animation[data-animation*=reveal]:not([data-animation=mask-reveal]) {
	overflow: hidden;
}

.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

img.img-with-animation.nectar-lazy {
	display: block;
	min-height: 1px;
	min-width: 1px;
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy, .img-with-aniamtion-wrap img.img-with-animation.nectar-lazy {
	opacity: 0;
	transition: opacity .5s ease;
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy.loaded, .img-with-aniamtion-wrap img.img-with-animation.nectar-lazy.loaded {
	opacity: 1;
}

.column_element_direction_desktop_horizontal .img-with-aniamtion-wrap .hover-wrap {
	margin-bottom: 0;
}

.img-with-aniamtion-wrap .hover-wrap {
	margin-bottom: 15px;
}

.img-with-aniamtion-wrap[data-shadow] .hover-wrap .img-with-animation {
	box-shadow: none;
}

.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform, .wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform .column-inner {
	transform: none;
}

@media only screen and (min-width:691px) {
	.vc_row-o-equal-height .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}
	
	.vc_row-o-equal-height.vc_row-o-content-middle .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap {
		justify-content: center;
		height: auto;
	}
	
	.vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap, .vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap>.column-inner {
		justify-content: flex-end;
	}
}

.wpb_column .column-inner[data-bg-cover=true], .wpb_column[data-bg-cover=true] {
	background-size: cover;
	background-position: center;
}

.vc_ie-flexbox-fixer {
	display: flex;
	flex-direction: column;
}

.vc_ie-flexbox-fixer>.vc_row {
	flex: 1 1 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.grecaptcha-badge {
	z-index: 100;
}

blockquote .image-icon[data-shadow=true] {
	box-shadow: 0 15px 37px rgba(0, 0, 0, .15);
}

.span_12.light .flickity-page-dots .dot:before, .testimonial_slider[data-style=multiple_visible][data-color*="-light"] .flickity-page-dots .dot:before {
	background-color: #fff;
}

.auto_meta_overlaid_spaced article .content-inner>.play svg, .masonry-blog-item .video-play-button svg, .nectar_video_lightbox svg {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 2px;
	transform: translateY(-50%) translateX(-50%);
}

.auto_meta_overlaid_spaced article .content-inner>.play:before, .nectar-video-box .play_button_mouse_follow:before, .nectar_video_lightbox.play_button:before {
	display: block;
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 6px solid #fff;
	z-index: 10;
	border-radius: 200px;
	box-sizing: border-box;
	transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
}

.full-width-content.vc_row-fluid .wpb_video_widget.vc_video-align-center .wpb_wrapper {
	margin: 0 auto;
}

.wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper {
	padding-top: 177.77%;
}

.wpb_video_widget.vc_video-aspect-ratio-11 .wpb_video_wrapper {
	padding-top: 100%;
}

.row .col.section-title {
	margin: 0;
	padding: 0 0 36px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.row .col.section-title.blog-title, .row .col.section-title.project-title {
	margin-bottom: 14px;
}

.row .col.section-title h1, .row .col.section-title h2 {
	margin-bottom: 0;
	font-weight: 600;
	position: relative;
}

.row .col.section-title h2 {
	margin-bottom: 5px;
}

.row .col.section-title p {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 0;
}

.row .col.section-title span {
	font-size: 20px;
	line-height: 20px;
	color: rgba(0, 0, 0, .45);
	top: 0;
	position: relative;
	text-transform: none;
	padding-left: 10px;
}

.row .col.section-title span.author-leading, .row .col.section-title span.fn {
	padding-left: 0;
}

#ajax-content-wrap .row .col.section-title .nectar-love span {
	line-height: 20px;
}

body[data-bg-header=true].archive .container-wrap {
	padding-top: 4.1em !important;
}

body[data-bg-header=true] .container-wrap, html.fp-enabled .container-wrap {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#page-header-wrap {
	height: 60px;
	overflow: hidden;
	position: relative;
	background-color: #f8f8f8;
	-webkit-font-smoothing: antialiased;
}

body.material #page-header-wrap, body[data-header-resize="0"] #page-header-wrap {
	margin-top: 0;
}

#page-header-bg {
	width: 100%;
	height: 60px;
	overflow: hidden;
	color: #fff;
	display: block !important;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 2;
}

.page-header-bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.page-header-overlay-color {
	position: static;
	height: 1px;
	width: 1px;
	margin-left: -9999px;
	pointer-events: none;
	background-color: #333;
}

.page-header-overlay-color:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	content: " ";
	z-index: 10;
	opacity: .65;
}

#page-header-bg .page-header-bg-image img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#page-header-bg[data-bg-pos=bottom] .page-header-bg-image img {
	object-position: bottom center;
}

#page-header-bg[data-bg-pos=top] .page-header-bg-image img {
	object-position: top center;
}

#page-header-bg[data-bg-pos=center] .page-header-bg-image img {
	object-position: center center;
}

#page-header-bg[data-bg-pos=bottom] .page-header-bg-image {
	background-position: bottom center;
}

#page-header-bg[data-bg-pos=top] .page-header-bg-image {
	background-position: top center;
}

#page-header-bg[data-bg-pos=center] .page-header-bg-image {
	background-position: center center;
}

body[data-header-resize="0"] #page-header-bg {
	margin-top: 0;
}

.page-header-no-bg {
	padding-bottom: 0;
	padding-top: 35px;
	background-color: #f8f8f8;
}

.page-header-no-bg {
	z-index: 1000;
}

#page-header-bg[data-parallax="1"] {
	overflow: hidden;
	margin: 0;
	z-index: 2;
}

body[data-apte=center_mask_reveal][data-ajax-transitions=true] #page-header-bg[data-parallax="1"]:not(.out-of-sight), body[data-footer-reveal="1"] #page-header-bg[data-parallax="1"] {
	opacity: 1;
}

#page-header-bg[data-parallax="1"] .span_6 {
	z-index: 0;
}

#page-header-bg[data-parallax="1"].out-of-sight {
	pointer-events: none;
}

#page-header-bg[data-parallax="1"].out-of-sight .nectar-video-wrap {
	display: none;
}

#page-header-bg[data-alignment=center], .page-header-no-bg[data-alignment=center] {
	text-align: center;
}

#page-header-bg[data-alignment=right], .page-header-no-bg[data-alignment=right] {
	text-align: right;
}

#page-header-bg[data-alignment-v=bottom] .container, #page-header-bg[data-alignment-v=bottom] .row, #page-header-bg[data-alignment-v=middle] .container, #page-header-bg[data-alignment-v=middle] .row, #page-header-bg[data-alignment-v=top] .container, #page-header-bg[data-alignment-v=top] .row {
	height: 100%;
}

#page-header-bg[data-alignment-v=bottom] .nectar-particles .inner-wrap, #page-header-bg[data-alignment-v=bottom] .span_6, #page-header-bg[data-parallax="1"][data-alignment-v=bottom] .span_6 {
	bottom: 26%;
	top: auto !important;
	left: 0;
	margin-bottom: 0 !important;
	position: absolute !important;
}

#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap, #page-header-bg[data-alignment-v=top] .span_6 {
	left: 0;
	position: absolute;
}

#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap, #page-header-bg[data-alignment-v=top] .span_6, #page-header-bg[data-alignment-v=top].fullscreen-header .span_6 {
	top: 25% !important;
}

#page-header-bg[data-alignment-v=bottom] .span_6>.inner-wrap {
	transform: translateY(50%) !important;
	-webkit-transform: translateY(50%) !important;
}

#page-header-bg .span_6 {
	width: 100%;
}

.archive .page-header-bg-image:after, .nectar-recent-post-slide .nectar-recent-post-bg:after, .single [data-post-hs=default_minimal] .page-header-bg-image:after {
	background-color: rgba(25, 25, 25, .35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: " ";
	z-index: 1;
	display: block;
}

#page-header-bg .row {
	z-index: 100;
	position: relative;
}

body #page-header-bg .row, html:not(.js) #page-header-bg .row {
	visibility: visible;
}

#page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
	font-weight: 600;
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 8px;
	display: block;
	color: #fff;
	z-index: 101;
}

#page-header-bg #portfolio-nav a i, #page-header-bg .facebook-share i, #page-header-bg .google-plus-share i, #page-header-bg .icon-salient-heart, #page-header-bg .icon-salient-heart-2, #page-header-bg .linkedin-share i, #page-header-bg .pinterest-share i, #page-header-bg .twitter-share i, #page-header-bg span {
	color: #fff;
}

.single #page-header-bg #single-below-header>span, .single #page-header-bg #single-meta>div>a {
	border-color: rgba(255, 255, 255, .25);
}

#project-meta ul .n-shortcode a, #project-meta ul .project-date, #project-meta ul li>a, .single #single-meta ul .n-shortcode a, .single #single-meta>div>a {
	display: block;
	border-radius: 100px;
	padding: 6px 20px !important;
	transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
	height: auto;
	line-height: 20px;
}

#project-meta ul .n-shortcode span, #project-meta ul li span, .single #single-meta ul .n-shortcode span, .single #single-meta ul li span {
	transition: color .2s linear;
	line-height: 20px !important;
	font-family: inherit !important;
}

#project-meta ul .n-shortcode a, #project-meta ul li>a, #sidebar #project-meta ul .project-date, .blog-title #single-meta .nectar-social.hover .share-btn, .blog-title #single-meta .nectar-social.hover>div a, .single .blog-title #single-meta div .n-shortcode a, .single .blog-title #single-meta>div>a, .single-product #single-meta>div>a {
	border: 2px solid rgba(0, 0, 0, .1);
}

.single #page-header-bg .blog-title #single-meta>div .n-shortcode a, .single #page-header-bg .blog-title #single-meta>div>a {
	border: 2px solid rgba(255, 255, 255, .4);
}

body.single #single-meta ul li:first-child {
	border: none !important;
}

#project-meta .meta-comment-count a, #project-meta ul .meta-share-count .nectar-social a, #project-meta ul .n-shortcode span, #project-meta ul .project-date, #project-meta ul li i, #project-meta ul li span, .single #single-meta .meta-comment-count a, .single #single-meta ul .meta-share-count .nectar-social a, .single .blog-title #single-meta div i {
	color: #999 !important;
}

.single #page-header-bg #single-meta ul li {
	border: none;
	margin: 0;
}

#project-meta ul li, .single #page-header-bg #single-meta ul li, .single .blog-title #single-meta ul li, body.single #ajax-content-wrap #single-meta ul li:first-child, body.single-portfolio #ajax-content-wrap #sidebar #project-meta ul li:first-child {
	margin: 5px;
}

#project-meta ul .meta-share-count, .single #single-meta ul .meta-share-count {
	position: relative;
	z-index: 100;
}

.single #project-meta ul .meta-share-count span, .single #single-meta ul .meta-share-count span {
	font-size: inherit;
	padding-left: 0;
	color: #888;
}

#project-meta ul li i, .single #single-meta ul li i {
	font-size: 16px !important;
	width: 16px;
	line-height: 22px !important;
	margin-right: 7px;
	height: 20px;
}

#project-meta ul li i.icon-salient-heart-2, .single #single-meta ul li i.icon-salient-heart-2 {
	line-height: 20px !important;
}

.single [data-post-hs=default] #single-meta, .single-post #single-meta {
	top: 50%;
	margin-top: -13px;
	float: none;
	z-index: 102;
	position: absolute;
}

#page-header-bg .subheader {
	font-size: 28px;
	line-height: 1.3;
	color: #fff !important;
	font-weight: 300;
}

#page-header-bg[data-text-alignment=center], .page-header-no-bg[data-text-alignment=center] {
	text-align: center;
}

#page-header-bg[data-text-alignment=right], .page-header-no-bg[data-text-alignment=right] {
	text-align: right;
}

#page-header-bg[data-text-alignment=center] .span_6, .page-header-no-bg[data-text-alignment=center] .span_6 {
	left: 0;
	width: 100% !important;
}

#page-header-bg[data-text-alignment=center] h1 {
	margin-bottom: 12px;
}

#page-header-bg[data-text-alignment=center] h1, .page-header-bg[data-text-alignment=center] .subheader {
	max-width: 900px;
	margin: 0 auto;
	display: block;
}

#page-header-bg[data-alignment-v=top] .span_6 .inner-wrap {
	left: 0;
	position: absolute;
	width: 100%;
}

[data-aie=zoom-out] .first-section .row-bg-wrap, [data-aie=zoom-out] .top-level .row-bg-wrap {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#page-header-bg .nectar-particles .inner-wrap>:not(.top-heading), .overlaid-content .inner-wrap>:not(.top-heading) {
	opacity: 0;
	transform: translateY(35px);
}

.scroll-down-wrap.hidden {
	transform: translateY(55px);
	opacity: 0;
}

.hidden-social-img {
	position: absolute;
	pointer-events: none;
	visibility: hidden;
	display: none;
	opacity: 0;
	z-index: -100;
}

#page-header-bg.fullscreen-header .author-section a, #page-header-bg[data-post-hs=default_minimal] .author-section a {
	color: #fff !important;
}

#page-header-bg .heading-title, #page-header-bg .project-title .container {
	border: none !important;
	padding: 0;
}

#page-header-bg .section-title {
	padding-bottom: 0;
	margin-bottom: 0;
}

.single .heading-title {
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px;
}

.single .row .section-title {
	padding: 0;
	margin: 0;
}

#page-header-bg .nectar-particles .span_6 .inner-wrap, #page-header-bg .span_6 {
	top: 50%;
	transform: translateY(-50%);
}

#page-header-bg[data-alignment-v=bottom] .span_6, #page-header-bg[data-alignment-v=top] .span_6 {
	transform: none;
}

#page-header-bg .nectar-particles .span_6 {
	top: 0;
	transform: none;
}

.scroll-down-wrap.minimal-arrow, .scroll-down-wrap.no-border, .section-down-arrow, body[data-button-style^=rounded] .scroll-down-wrap {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 60px;
	margin-left: -30px;
	z-index: 101;
}

.scroll-down-wrap.minimal-arrow, body[data-button-style^=rounded] #ajax-content-wrap .scroll-down-wrap.minimal-arrow {
	bottom: 30px;
	width: 40px;
	margin-left: -20px;
}

@media only screen and (max-width:690px) {
	.scroll-down-wrap.minimal-arrow {
		transform: scale(.6);
	}
}

body[data-button-style*=rounded] .scroll-down-wrap {
	margin-left: -22px;
}

body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-] {
	height: 60px;
	width: 60px;
	font-size: 20px;
	line-height: 60px;
	z-index: 10;
	animation: 3.4s ease-in-out infinite fadebottom;
}

.scroll-down-wrap.no-border .section-down-arrow, body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-], body[data-button-style^=rounded] .section-down-arrow, body[data-button-style^=rounded] .section-down-arrow i {
	color: #fff !important;
}

.scroll-down-wrap.no-border .section-down-arrow, body[data-button-style^=rounded] .section-down-arrow {
	display: inline-block;
	width: 49px;
	height: 49px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
	font-size: 25px;
	transition: opacity .4s ease;
	overflow: hidden;
	margin-left: 0;
	left: 0;
	bottom: 16px;
	opacity: .6;
}

body[data-button-style^=rounded] .section-down-arrow.hidden {
	transform: translateY(55px);
	opacity: 0;
}

body[data-button-style^=rounded] .section-down-arrow i {
	transition: transform .2s ease;
	display: block;
	width: 49px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
}

body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down, body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top {
	transform: translate(0, -48px);
}

@keyframes down_arrow_bounce {
	0%, 100%, 20%, 50%, 80% {
		transform: translateY(0);
	}
	
	40% {
		transform: translateY(-14px);
	}
	
	60% {
		transform: translateY(-7px);
	}
}

@media only screen and (max-height:750px) {
	body[data-button-style=rounded] .section-down-arrow {
		bottom: 33px;
	}
}

@media only screen and (max-height:650px) {
	body[data-button-style^=rounded] .section-down-arrow {
		width: 30px;
		height: 30px;
		line-height: 34px;
		bottom: 25px;
		margin-left: -15px;
	}
	
	body[data-button-style^=rounded] .scroll-down-wrap:not(.no-border) {
		margin-left: 0;
	}
	
	body[data-button-style^=rounded] .section-down-arrow i {
		width: 26px;
		height: 26px;
		line-height: 28px;
	}
	
	body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down, body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top {
		transform: translate(0, -26px);
		font-size: 18px;
	}
}

@media only screen and (max-height:450px) {
	body[data-button-style^=rounded] .section-down-arrow {
		display: none;
	}
}

.scroll-down-wrap.no-border, body[data-button-style^=rounded] .scroll-down-wrap.no-border {
	bottom: 12px;
}

.scroll-down-wrap.no-border .section-down-arrow, .slider-down-arrow.no-border {
	border: none !important;
	overflow: visible;
	text-align: center;
	opacity: 1;
	height: auto;
	bottom: 13px;
	animation: nudgeMouse 2.4s cubic-bezier(.25, .46, .45, .94) infinite;
}

.nectar-scroll-icon-path {
	fill: rgba(255, 255, 255, 0);
	stroke-width: 2px;
	stroke-dashoffset: 120;
	stroke-dasharray: 120;
	animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1);
}

.nectar-scroll-icon {
	width: calc(30px * var(--nectar-next-section-icon-size, 1));
	height: calc(45px * var(--nectar-next-section-icon-size, 1));
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 100;
}

.nectar-next-section-wrap.mouse-wheel .nectar-next-section:after, .scroll-down-wrap.no-border .section-down-arrow:after, .slider-down-arrow.no-border:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: calc(30px * var(--nectar-next-section-icon-size, 1));
	height: calc(45px * var(--nectar-next-section-icon-size, 1));
	margin-left: calc(-15px * var(--nectar-next-section-icon-size, 1));
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: calc(30px * var(--nectar-next-section-icon-size, 1));
	box-sizing: border-box;
	z-index: 62;
}

@keyframes mouse-scroll-btn-roll-over {
	0% {
		stroke-dashoffset: 120;
	}
	
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes mouse-scroll-btn-roll-out {
	0% {
		stroke-dashoffset: 0;
	}
	
	100% {
		stroke-dashoffset: -120;
	}
}

.nectar-next-section-wrap.mouse-wheel .nectar-next-section:before, .nectar-next-section-wrap.mouse-wheel[data-custom-color=true] .track-ball, .scroll-down-wrap.no-border .section-down-arrow:before, .slider-down-arrow.no-border:before {
	position: absolute;
	content: "";
	display: block;
	left: 50%;
	margin-left: calc(-1px * var(--nectar-next-section-icon-size, 1));
	top: calc(22px * var(--nectar-next-section-icon-size, 1));
	background-color: rgba(255, 255, 255, .5);
	width: calc(2px * var(--nectar-next-section-icon-size, 1));
	height: calc(6px * var(--nectar-next-section-icon-size, 1));
	border-radius: 10px;
	transition: background-color .55s cubic-bezier(.5, .1, .07, 1);
	animation: trackBallSlide 2.4s cubic-bezier(0, 0, .725, 1) infinite;
}

@keyframes trackBallSlide {
	0% {
		opacity: 1;
		transform: scaleY(1) translateY(-10px);
	}
	
	45% {
		opacity: 0;
		transform: scaleY(.5) translateY(13px);
	}
	
	46% {
		opacity: 0;
		transform: scaleY(1) translateY(-10px);
	}
	
	100%, 65% {
		opacity: 1;
		transform: scaleY(1) translateY(-10px);
	}
}

@keyframes nudgeMouse {
	0% {
		transform: translateY(0);
	}
	
	45% {
		transform: translateY(8px);
	}
	
	100%, 65% {
		transform: translateY(0);
	}
}

.blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .next-arrow, .container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow, .container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow, .portfolio-items[data-ps="8"] .next-arrow {
	position: absolute;
	backface-visibility: hidden;
	right: -43px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 40px;
	display: block;
	transform: translateX(38px);
}

.portfolio-items[data-ps="8"] line {
	stroke-width: 2px;
	stroke-dasharray: 10px;
	stroke-dashoffset: 30px;
}

.portfolio-items[data-ps="8"] line {
	stroke: #fff;
}

.blog-fullwidth-wrap .post-area.masonry #pagination, .post-area.masonry.span_12 #pagination {
	height: 32px;
	margin-top: 55px;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

.post-area.masonry.span_9 #pagination {
	height: 32px;
	margin-top: 45px;
	width: 100%;
	margin-bottom: 40px;
}

.blog-fullwidth-wrap .post-area.masonry #pagination, .post-area.masonry.span_12 #pagination, .post-area.masonry.span_9 #pagination {
	position: relative;
	bottom: 0;
}

.blog-fullwidth-wrap .post-area.masonry #pagination>div, .post-area.masonry.span_12 #pagination>div {
	display: inline;
	float: none;
	margin: 0 5px 0 0;
}

.post-area.featured_img_left .post .post-content {
	padding-left: 0 !important;
}

.post-area.infinite_scroll .wp-video-shortcode video, .post-area.infinite_scroll video.wp-video-shortcode {
	visibility: visible;
}

.portfolio-items[data-col-num=elastic] .col img {
	width: 100% !important;
	max-width: 100% !important;
}

.portfolio-items[data-col-num=elastic]:not(.fullwidth-constrained) {
	overflow: hidden;
}

.post-featured-img img.nectar-lazy {
	display: block;
}

.post-featured-img img.nectar-lazy:not(.loaded), .wpb_gallery_slidesimage_grid .portfolio-items img.nectar-lazy:not(.loaded) {
	opacity: 0;
}

.post-featured-img img.nectar-lazy.loaded, .wpb_gallery_slidesimage_grid .portfolio-items img.nectar-lazy.loaded {
	opacity: 1;
}

#search-results .result .inner-wrap {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	background-color: #fff;
	padding: 18px;
}

.related-posts[data-style=material] .post-featured-img {
	overflow: hidden;
	display: block;
}

.masonry.material .masonry-blog-item .grav-wrap img, .nectar-recent-posts-single_featured .grav-wrap img, .related-posts[data-style=material] .grav-wrap img, [data-style=list_featured_first_row] .grav-wrap img {
	border-radius: 50%;
	width: 38px;
	height: 38px;
	margin-bottom: 0;
	margin-right: 13px;
	vertical-align: middle;
	display: inline-block;
	transition: all .4s cubic-bezier(.2, 1, .2, 1);
}

.related-posts[data-style=material] .grav-wrap {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.related-posts[data-style=material] .meta-category a {
	color: inherit;
}

.related-posts .article-content-wrap .post-header {
	color: inherit;
}

.related-posts .article-content-wrap .excerpt {
	margin-top: 5px;
}

body .related-posts[data-style=material] .article-content-wrap {
	padding-bottom: 80px !important;
}

.related-posts[data-style=material] .grav-wrap img {
	display: inline-block;
}

.related-posts[data-style=material] .grav-wrap .text a {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a, .masonry.material .masonry-blog-item .meta-category a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a, .related-posts[data-style=material] .meta-category a {
	font-size: 14px;
	line-height: 19px;
	position: relative;
	display: inline-block;
	font-weight: 600;
	margin: 0 10px 10px 0;
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before, .masonry.material .masonry-blog-item .meta-category a:before, .nectar-recent-posts-single_featured .grav-wrap .text a:before, .related-posts[data-style=material] .meta-category a:before, [data-style=list_featured_first_row] .meta-category a:before {
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s cubic-bezier(.25, 0, .4, 1);
}

.masonry.material .masonry-blog-item .grav-wrap .text span, .related-posts[data-style=material] .grav-wrap .text span {
	font-size: 13px;
	line-height: 18px;
}

.masonry.material .masonry-blog-item .grav-wrap .text, .nectar-recent-posts-single_featured .grav-wrap .text, .related-posts[data-style=material] .grav-wrap .text {
	vertical-align: middle;
	display: inline-block;
	line-height: 0;
}

.masonry.material .masonry-blog-item .grav-wrap a, .related-posts[data-style=material] .grav-wrap a {
	color: inherit;
}

.masonry .video-play-button path, .post-area .video-play-button path {
	fill: #fff;
}

.masonry.material .post.link .link-inner .title, .masonry.material .post.quote .quote-inner .title, .post.format-link .link-inner .title, .post.format-quote .quote-inner .title, .single .post.quote .quote-inner .title {
	color: #fff;
}

.masonry.material .masonry-blog-item h3 a, .related-posts[data-style=material] h3 a {
	color: inherit !important;
}

.masonry.material .masonry-blog-item .article-content-wrap, .related-posts[data-style=material] .article-content-wrap {
	padding: 10px 30px 30px 30px !important;
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before, .masonry.material .masonry-blog-item .article-content-wrap, .masonry.material .masonry-blog-item .meta-category {
	background-color: #fff;
}

.auto_meta_overlaid_spaced .post.link .n-post-bg:after, .auto_meta_overlaid_spaced .post.quote .n-post-bg:after, .masonry .post.link .n-post-bg, .masonry .post.quote .n-post-bg, .masonry.auto_meta_overlaid_spaced .post .n-post-bg, .masonry.material .post.link .post-content .link-inner:before, .masonry.material .post.quote .post-content .quote-inner:before, .post.format-link .n-post-bg, .post.format-quote .n-post-bg, .post.link .classic .n-post-bg, .post.quote .classic .n-post-bg, .standard-minimal .n-post-bg {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .88;
}

.format-link .post.link .n-post-bg, .format-quote .n-post-bg {
	background-size: cover;
	background-position: center;
}

.masonry .post.link .n-post-bg, .masonry .post.quote .n-post-bg, .post.link .classic .n-post-bg, .post.quote .classic .n-post-bg, .single .link-inner .n-post-bg, .single .quote-inner .n-post-bg, .standard-minimal .n-post-bg, .standard-minimal .post.link .n-post-bg, .standard-minimal .post.quote .n-post-bg {
	opacity: .25;
}

.single .post.format-link .post-content>.link-inner, .single .post.format-quote .post-content>.quote-inner {
	padding: 10%;
}

.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before, .masonry.material .post.quote .quote-wrap:before, .single .post.format-quote .quote-inner .quote-wrap:before {
	content: "“";
	font-family: sans-serif;
	font-weight: 700;
	font-size: 54px;
	color: #fff;
	z-index: 10000;
	height: 32px;
	display: block;
	position: relative;
	padding-top: 33%;
}

.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before, .single .post.format-quote .quote-inner .quote-wrap:before {
	padding-top: 0;
}

.single-post .quote-below-content {
	margin-top: 70px;
}

.post .link-wrap, .post .quote-wrap {
	display: block;
}

.related-posts[data-style=material] .meta-category {
	padding: 20px 30px 0 30px;
	display: block;
	position: relative;
	z-index: 110;
}

body .related-posts[data-style=material] .inner-wrap {
	box-shadow: 0 30px 90px rgba(0, 0, 0, .14);
	border-radius: 5px;
	overflow: hidden;
}

#ajax-content-wrap .post-area.full-width-article, .post-area.full-width-article {
	margin-bottom: 0;
}

#search-results .result {
	font-size: 11px;
}

#search-results .result .bottom-line, .masonry-blog-item .bottom-line {
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: #eaeaea;
}

.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span {
	line-height: 1.5em;
	display: block;
}

#search-results .result .title a, .nectar-ajax-search-results .search-post-item h5, .nectar-category-grid[data-style=mouse_follow_image] .nectar-category-grid-item .cat-heading, .nectar-link-underline a span, .nectar-link-underline-effect a, .nectar-underline .post-heading, .nectar-underline h1, .nectar-underline h2, .nectar-underline h3, .nectar-underline h4, .nectar-underline h5, .pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span {
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-image: linear-gradient(to right, #000 0, #000 100%);
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
	background-position: left bottom;
}

.nectar-underline-target-paragraph .nectar-underline-target-paragraph__target {
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
	background-position: left bottom;
}

.nectar-link-underline-effect a {
	background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
	background-size: 100% 2px;
	background-position: left 96%;
}

@keyframes nectar_ltr_line_animation {
	0% {
		background-size: 100% 2px;
	}
	
	100% {
		background-size: 0 2px;
	}
}

@keyframes nectar_ltr_line_animation_start {
	0% {
		background-size: 0 2px;
	}
	
	100% {
		background-size: 100% 2px;
	}
}

.nectar-link-underline-effect a.accessed:not(:hover) {
	color: inherit;
	animation: nectar_ltr_line_animation_start .55s ease forwards;
}

.nectar-link-underline-effect a:hover {
	background-position: right 96%;
	animation: nectar_ltr_line_animation .55s ease forwards;
}

.nectar-underline .post-heading, .nectar-underline h1, .nectar-underline h2, .nectar-underline h3, .nectar-underline h4, .nectar-underline h5, .nectar-underline-target-paragraph .nectar-underline-target-paragraph__target {
	display: inline;
}

.nectar-category-grid[data-style=mouse_follow_image][data-text-color=light]:not([data-text-hover-color=dark]) .nectar-category-grid-item .cat-heading, .nectar-category-grid[data-style=mouse_follow_image][data-text-hover-color=light] .nectar-category-grid-item .cat-heading, .nectar-post-grid[data-text-color=light] .nectar-underline .post-heading, .span_12.light .nectar-link-underline-effect a, .span_12.light .nectar-underline .post-heading, .span_12.light .nectar-underline h1, .span_12.light .nectar-underline h2, .span_12.light .nectar-underline h3, .span_12.light .nectar-underline h4, .span_12.light .nectar-underline h5, .span_12.light .nectar-underline-target-paragraph .nectar-underline-target-paragraph__target {
	background-image: linear-gradient(to right, #fff 0, #fff 100%);
}

#search-results .result .title a:focus, #search-results .result .title a:hover, .active-tab .nectar-link-underline a span, .nectar-ajax-search-results .search-post-item:hover h5, .nectar-category-grid[data-style=mouse_follow_image] .nectar-category-grid-item:hover .cat-heading, .nectar-link-underline a:hover span, .nectar-link-underline a[class*=active] span, .nectar-post-grid-item:hover .nectar-link-underline span, .nectar-underline-target-paragraph:hover .nectar-underline-target-paragraph__target, .nectar-underline:hover .post-heading, .nectar-underline:hover h1, .nectar-underline:hover h2, .nectar-underline:hover h3, .nectar-underline:hover h4, .nectar-underline:hover h5, .pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close:hover span {
	background-size: 100% 2px;
}

.posts-container article .inner-wrap.animated, .posts-container[data-load-animation=fade_in] article .inner-wrap.animated {
	opacity: 0;
	transition: opacity .5s ease-out;
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap {
	transform: translateY(80px);
}

.auto_meta_overlaid_spaced .posts-container[data-load-animation=none] article .inner-wrap.animated, .post-area:not(.masonry) .posts-container[data-load-animation=none] article .inner-wrap.animated {
	opacity: 1;
}

.posts-container[data-load-animation=perspective] {
	perspective: 2000px;
	perspective-origin: 50% 0;
}

.posts-container[data-load-animation=perspective] article {
	transform-style: preserve-3d;
}

.posts-container[data-load-animation=perspective] article .inner-wrap {
	transform: translateY(450px) rotateX(24deg);
}

.posts-container article .inner-wrap {
	height: 100%;
}

.related-posts[data-style=material] .post-featured-img img {
	margin-bottom: 0;
	backface-visibility: hidden;
	transition: all .7s cubic-bezier(.2, 1, .22, 1);
}

nav#pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav#pagination ul li {
	list-style: none;
	display: inline-block;
}

.post-area #pagination {
	padding-left: 95px;
}

#ajax-content-wrap .post-area.infinite_scroll #pagination {
	visibility: hidden;
	height: 1px;
	width: 1px;
	margin: 0;
}

#infscr-loading {
	position: relative;
	z-index: 10000000;
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/loading-white-bg.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	border-radius: 2px;
	color: #555;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 60px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 2px;
	border-color: #555;
	border-style: solid;
	border-width: 0;
	box-sizing: content-box;
}

#infscr-loading.nitro-lazy {
	background-image: none !important;
}

#infscr-loading.default_loader {
	background-image: none;
}

#infscr-loading.default_loader.nitro-lazy {
	background-image: none !important;
}

.infscr-loading-wrap {
	margin: 20px auto;
	clear: both;
	padding: 0;
	text-align: center;
	height: 0;
	opacity: 0;
	transform: scale(.5);
	box-sizing: content-box;
}

#infscr-loading div {
	opacity: 0;
	color: #555;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#ajax-content-wrap #infscr-loading img, #infscr-loading img {
	margin-bottom: 0;
	display: none;
}

.post-area {
	padding-right: 30px;
	margin-top: 4px;
}

.post-area.col_last {
	padding-left: 20px;
	padding-right: 0;
}

.post-area.col_last.span_12 {
	padding-left: 0;
	float: none;
}

.post-area>article .content-inner {
	margin-bottom: 0;
	border-bottom: 0;
}

.blog-recent .more-link, .post .more-link {
	display: block;
	margin-top: 25px;
	cursor: default;
	color: #fff;
}

.post .content-inner {
	padding-bottom: 80px;
}

.single-post .content-inner>.post-tags {
	margin-top: 50px;
}

.blog-recent .more-link span, .post .more-link span {
	background-color: #333;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	width: auto;
	cursor: pointer;
	padding: 8px 12px;
	border-radius: 2px;
}

body[data-button-style*=slightly_rounded] .post .more-link span {
	border-radius: 4px;
}

.post .post-meta {
	position: absolute;
	left: 0;
	top: 0;
}

.main-content .recent-posts-title {
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-bottom: 7px;
}

#single-below-header, .post-header {
	margin-bottom: 12px;
}

.post .post-header h1, .post .post-header h2 {
	font-size: 26px;
	line-height: 30px;
}

.post .post-header h2 a {
	color: #000;
}

#page-header-bg #single-below-header a, #single-below-header a, .post .post-header a, .result a {
	color: inherit;
}

.post .post-content.classic .content-inner {
	border-bottom: 1px solid #ddd;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.post-area:not(.masonry) article .post-content.classic {
	overflow: hidden;
}

.post .post-content {
	position: relative;
	min-height: 98px;
}

.post-tags h4 {
	float: left;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-right: 25px;
}

.post-tags .clear {
	padding-bottom: 0;
}

.post-content {
	padding-left: 95px;
}

.post .content-inner {
	position: relative;
}

.post.format-link .post-content .link-inner, .post.format-quote .post-content .quote-inner {
	background-color: #000;
	position: relative;
	padding: 15px;
	color: #fff;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
}

.post.format-aside .aside-inner p {
	margin-bottom: 15px;
}

.post.format-aside .aside-inner .post-header {
	margin-bottom: 0;
}

.post.format-aside .aside-inner .post-header, .post.format-aside .aside-inner a, .post.format-aside .aside-inner a:hover, .post.format-aside .aside-inner p, .post.quote .quote-inner a {
	color: #fff !important;
}

.post.format-link .link-wrap, .post.format-quote .quote-wrap, .post.quote .quote-inner .author, .post.quote .quote-inner .icon, .post.quote .quote-inner .title {
	position: relative;
	z-index: 100;
}

.post.quote .content-inner .whole-link {
	position: absolute;
	z-index: 10;
	display: block;
	background-color: #000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.post .full-post-link {
	position: absolute;
	content: "";
	z-index: 1000;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.post.quote figure:not([class*=wp-block]) {
	margin: 0 auto;
}

.post.quote blockquote:not(.wp-block-quote):not(.wp-block-pullquote) {
	background-image: none;
	padding: 0;
	font-family: inherit;
	margin: 0 auto;
}

.post.quote blockquote:not(.wp-block-quote):not(.wp-block-pullquote).nitro-lazy {
	background-image: none !important;
}

.post.quote .wp-block-pullquote blockquote:not(.wp-block-quote), .post.quote .wp-block-quote blockquote:not(.wp-block-quote) {
	color: inherit !important;
}

.post.link .post-content .destination {
	word-wrap: break-word;
}

.post.quote .post-content .quote-inner .icon {
	bottom: 17px;
	height: 17px;
	width: 19px;
	display: block;
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/quote.png");
	position: absolute;
	right: 20px;
}

.post.quote .post-content .quote-inner .icon.nitro-lazy {
	background-image: none !important;
}

.post.link .post-content .link-inner .icon {
	bottom: 17px;
	height: 20px;
	width: 18px;
	display: block;
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/link.png");
	position: absolute;
	right: 20px;
}

.post.link .post-content .link-inner .icon.nitro-lazy {
	background-image: none !important;
}

.post.format-status .post-content .status-inner .icon {
	bottom: 17px;
	height: 16px;
	width: 18px;
	display: block;
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/status.png");
	position: absolute;
	right: 20px;
}

.post.format-status .post-content .status-inner .icon.nitro-lazy {
	background-image: none !important;
}

@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi) {
	body .post.quote .post-content .quote-inner .icon {
		background-size: 19px 17px;
		background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/quote-2x.png");
	}
	
	body .post.link .post-content .link-inner .icon {
		background-size: 18px 20px;
		background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/link-2x.png");
	}
	
	body .post.link .post-content .link-inner .icon.nitro-lazy {
		background-image: none !important;
	}
	
	body .post.quote .post-content .quote-inner .icon.nitro-lazy {
		background-image: none !important;
	}
}

.post .post-content.link a, .post .post-content.quote a {
	display: block;
	z-index: 10;
}

.post.link .post-content h3, .post.quote .post-content h3 {
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	display: block;
	margin-bottom: 15px;
}

.post.format-link .post-content h3, .post.format-quote .post-content h3 {
	margin-bottom: 15px;
}

.single .post.format-link .post-content h3, .single .post.format-quote .post-content h3 {
	margin-bottom: 20px;
}

.single .post.format-link .post-content h3 a {
	color: inherit;
}

.post.quote .post-content .quote-below-content h2 {
	color: inherit;
}

.format-status .post-content h2 a {
	color: #fff;
}

.post .post-meta a {
	color: #888;
}

.post-content.classic .post-header>span:after {
	background-color: #888;
	width: 1px;
	margin: 0 4px;
	height: 11px;
	content: "";
	display: inline-block;
}

.post-content.classic .post-header>span:last-of-type:after {
	display: none;
}

.post h3.title {
	margin-bottom: 4px;
}

.post .post-meta {
	display: block;
	margin-bottom: 20px;
	border-right: 1px solid #e6e6e6;
}

.post .post-meta.no-img {
	top: 6px;
}

.post .content-inner .post-featured-img img {
	max-width: none;
	margin-bottom: 15px;
	width: 100%;
}

.post .post-meta .date {
	font-size: 12px;
	padding-bottom: 2px;
	margin-bottom: 12px;
	position: relative;
	transition: all .2s linear 0s;
}

.post .post-meta .month, .post .post-meta .year {
	display: block;
	font-size: 17px;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding: 0;
	font-weight: 600;
}

.post-content.classic .post-meta .month {
	line-height: 1em;
}

.post .post-meta .year {
	margin-top: 5px;
}

.post .post-meta .day {
	display: block;
	font-size: 30px;
	line-height: 29px;
	text-align: center;
	padding: 0 12px 0 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.post .post-meta .date {
	padding-bottom: 17px;
	border-bottom: 1px solid #e6e6e6;
}

.post-content.classic .post-meta[data-love=false] .date {
	border-bottom: 0;
}

.post-content.classic .post-meta[data-love=false] {
	border-right: 0;
}

.post-content.classic .post-meta[data-love=false] .month, .post-content.classic .post-meta[data-love=false] .year {
	font-size: 24px;
}

.post-content.classic .post-meta[data-love=false] .day {
	font-size: 36px;
	line-height: 36px;
}

.post.video .video-wrap, .single-portfolio .video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 15px;
}

.post.video .video-wrap iframe, .single-portfolio .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post.video .mejs-container {
	margin-bottom: 15px;
}

.main-content .audio-wrap, .post.audio .audio-wrap {
	margin-bottom: 15px;
}

.post .gallery-slider .gallery, .post .gallery-slider .jetpack-slideshow {
	display: none;
}

.post table {
	width: 100%;
}

.post table td, .post table th {
	text-align: center;
}

.post table tbody td {
	padding: 5px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	color: #676767;
}

.post table tbody tr td:first-child {
	border-left: 1px solid #e6e6e6;
}

.post table th {
	border-bottom: 1px solid #e6e6e6;
	color: #676767;
}

.post table #prev {
	text-align: left;
	position: relative;
	z-index: 2;
}

.post table #next {
	text-align: right;
	position: relative;
	z-index: 2;
}

.post caption {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}

#page-header-bg[data-post-hs=default_minimal] #single-below-header .updated.rich-snippet-hidden, .hentry .updated.rich-snippet-hidden, .post-area[data-remove-post-date="1"] article .date, .post-area[data-remove-post-date="1"].featured_img_left .grav-wrap .text span, body .updated.rich-snippet-hidden {
	display: none;
}

.post-area[data-remove-post-author="1"] article .meta-author, .post-area[data-remove-post-author="1"].featured_img_left .grav-wrap .text a, .post-area[data-remove-post-author="1"].featured_img_left .grav-wrap>a, .post-area[data-remove-post-author="1"].standard-minimal .post-author .grav-wrap {
	display: none;
}

.post-area[data-remove-post-comment-number="1"] article .meta-comment-count {
	display: none;
}

.post-area[data-remove-post-nectar-love="1"] article .nectar-love {
	display: none;
	pointer-events: none;
}

.post-area[data-remove-post-author="1"].standard-minimal .post .post-content, .post-area[data-remove-post-date="1"][data-remove-post-nectar-love="1"]:not(.masonry):not(.standard-minimal) .post .post-content {
	padding-left: 0;
}

.post-area[data-remove-post-author="1"].standard-minimal .post-author {
	position: relative;
	text-align: left;
	width: auto;
}

.container-wrap[data-remove-post-comment-number="1"][data-remove-post-author="1"] .blog-recent[data-style*=classic_enhanced].related-posts .post-meta, .post-area.featured_img_left[data-remove-post-author="1"][data-remove-post-date="1"] .post-content-wrap .grav-wrap {
	display: none;
}

p>a>i.icon-3x {
	margin-bottom: 0;
}

#pagination {
	position: relative;
	margin-bottom: 10px;
	height: 32px;
	width: 100%;
}

#pagination.fw-pagination {
	text-align: center;
	height: auto;
	padding: 10px 0 50px 0;
	margin-bottom: 0;
}

#pagination.fw-pagination.alt-style-padding {
	padding: 50px 0;
}

#pagination.fw-pagination>div {
	float: none;
	display: inline-block;
}

#pagination.infinite_scroll {
	display: none;
}

#pagination a:not(.page-numbers), #pagination span:not(.page-numbers) {
	background-color: #333;
}

#pagination .next.inactive, #pagination .prev.inactive, #pagination a, #pagination span, .container-wrap nav.woocommerce-pagination ul li span, .woocommerce .container-wrap nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	padding: 11px 13px 10px 13px !important;
	background-position: -21px center;
	position: relative;
	text-transform: capitalize;
	color: #fff !important;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	border-radius: 2px;
	font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li {
	overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a, body #pagination span.page-numbers.dots, body #pagination>a, body nav.woocommerce-pagination ul li span.page-numbers.dots, nav#pagination>ul a {
	background-color: transparent !important;
	font-size: 12px !important;
	line-height: 14px;
}

body #pagination .page-numbers.next, body #pagination .page-numbers.prev, body #pagination span.page-numbers.dots, body #pagination>a, nav#pagination>ul a {
	color: inherit !important;
}

body #pagination>span.page-numbers.current, body nav.woocommerce-pagination span.page-numbers.current {
	box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
	margin: 0 8px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 14px;
	font-size: 12px !important;
}

body #pagination .page-numbers.next, body #pagination .page-numbers.prev, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	width: auto;
	background-color: rgba(255, 255, 255, 0);
	background-image: none;
	text-indent: 0 !important;
	border: 0;
}

body #pagination .page-numbers.next.nitro-lazy, body #pagination .page-numbers.prev.nitro-lazy, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next.nitro-lazy, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev.nitro-lazy {
	background-image: none !important;
}

body #pagination>span:first-child.page-numbers {
	margin-left: 0 !important;
}

#pagination>div {
	float: left;
	margin: 0 5px 0 0;
}

#pagination>div:first-child {
	margin-left: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:active {
	background-color: #000;
}

#pagination span {
	cursor: default;
}

#pagination a, #pagination span {
	display: inline-block;
}

#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, #pagination .page-numbers.prev, #pagination .prev a, #pagination .prev.inactive, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	text-indent: -9999px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat !important;
}

#pagination a.page-numbers, #pagination span.page-numbers {
	font-size: 12px;
	line-height: 11px;
}

#pagination .next.inactive, #pagination .prev.inactive {
	background-color: #eae8e5;
	cursor: default !important;
	height: 32px;
	width: 32px;
	margin: 0 5px 0 0;
}

#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/portfolio-arrows.png");
	background-position: -20px 12px;
}

#pagination .next a.nitro-lazy, #pagination .next.inactive.nitro-lazy, #pagination .page-numbers.next.nitro-lazy, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next.nitro-lazy {
	background-image: none !important;
}

#pagination .page-numbers.prev, #pagination .prev a, #pagination .prev.inactive, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/portfolio-arrows.png");
	background-position: 13px 12px;
}

#pagination .page-numbers.prev.nitro-lazy, #pagination .prev a.nitro-lazy, #pagination .prev.inactive.nitro-lazy, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev.nitro-lazy {
	background-image: none !important;
}

@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi) {
	#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
		background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/portfolio-arrows-2x.png");
		background-size: 40px 9px;
	}
	
	#pagination .page-numbers.prev, #pagination .prev a, #pagination .prev.inactive, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
		background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/portfolio-arrows-2x.png");
		background-size: 40px 9px;
	}
	
	#pagination .page-numbers.prev.nitro-lazy, #pagination .prev a.nitro-lazy, #pagination .prev.inactive.nitro-lazy, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev.nitro-lazy {
		background-image: none !important;
	}
	
	#pagination .next a.nitro-lazy, #pagination .next.inactive.nitro-lazy, #pagination .page-numbers.next.nitro-lazy, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next.nitro-lazy {
		background-image: none !important;
	}
}

#pagination {
	position: relative;
	margin-bottom: 10px;
	height: 32px;
	width: 100%;
}

body .container-wrap.no-shadow {
	box-shadow: none;
}

.text-on-hover-wrap .categories a {
	color: #777;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

#header-outer #mobile-menu {
	display: none;
	padding: 0;
	z-index: 1000;
	position: absolute;
	left: 0;
	top: calc(99% + 12px);
	width: 100%;
}

#slide-out-widget-area {
	display: none;
}

#slide-out-widget-area.slide-out-from-right-hover {
	position: fixed;
	transform: translate3d(341px, 0, 0);
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
}

@media only screen and (min-width:500px) {
	#slide-out-widget-area.slide-out-from-right-hover {
		width: 400px;
		transform: translate3d(101%, 0, 0);
	}
}

#slide-out-widget-area.slide-out-from-right {
	position: fixed;
	transform: translate(301px, 0);
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	z-index: 10000;
	padding: 33px;
	overflow: hidden;
}

#slide-out-widget-area-bg {
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	height: 1px;
	width: 1px;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 9996;
}

#slide-out-widget-area-bg .bg-inner {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}

#header-outer #mobile-menu .off-canvas-social-links li:first-child a, #slide-out-widget-area .off-canvas-social-links li:first-child a {
	padding-left: 0;
}

body[data-full-width-header=true] .slide_out_area_close {
	display: none;
}

#top nav ul .slide-out-widget-area-toggle a .lines, #top nav ul .slide-out-widget-area-toggle a .lines:after, #top nav ul .slide-out-widget-area-toggle a .lines:before {
	background-color: rgba(0, 0, 0, .4);
}

body .lines-button {
	line-height: 0;
	font-size: 0;
}

.lines-button {
	transition: .3s;
	cursor: pointer;
	top: 9px;
	position: relative;
	user-select: none;
	display: block;
}

.lines-button:hover {
	opacity: 1;
}

.lines {
	display: block;
	width: var(--nectar-ocm-icon-width, 1.4rem);
	height: 3px;
	background-color: #ecf0f1;
	transition: .3s;
	position: relative;
}

.lines:after, .lines:before {
	display: block;
	width: var(--nectar-ocm-icon-width, 1.4rem);
	height: 3px;
	background: #ecf0f1;
	transition: .3s;
	position: absolute;
	left: 0;
	content: "";
	transform-origin: .142rem center;
}

.lines:before {
	top: 6px;
}

.lines:after {
	top: -6px;
}

#footer-outer[data-using-bg-img=true] #copyright, #header-outer #top ul .slide-out-widget-area-toggle a .lines-button .lines, #header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines, #header-outer.transparent.dark-slide>#top nav ul .slide-out-widget-area-toggle a .lines-button i {
	background-color: transparent !important;
}

@media only screen and (min-width:1000px) {
	.slide-out-widget-area-toggle a {
		transform: translateZ(0);
	}
}

.slide-out-widget-area-toggle .lines-button:after {
	background-color: rgba(0, 0, 0, .4);
	display: inline-block;
	width: var(--nectar-ocm-icon-width, 1.4rem);
	height: 2px;
	transition: transform .45s ease, opacity .2s ease, background-color .2s ease;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	transform: scale(1, 1);
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
	background-color: #999;
}

body #header-outer .lines-button {
	top: 9px;
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
	top: 0 !important;
}

.slide-out-widget-area-toggle.mobile-icon .lines {
	background-color: rgba(255, 255, 255, 0);
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after, .slide-out-widget-area-toggle.mobile-icon .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines:before {
	height: 2px !important;
	width: 22px !important;
}

.slide-out-widget-area-toggle a>span {
	transition: transform .33s .3s ease-in;
	transform-origin: center;
	display: block;
	height: 21px;
}

.slide-out-widget-area-toggle.mobile-icon a>span {
	height: 20px;
}

#nectar-ocm-ht-line-check {
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	width: 100%;
	font-size: 36px;
	line-height: 36px;
	font-family: "Open Sans";
	font-weight: 700;
	letter-spacing: -1px;
}

.widget_calendar {
	position: relative;
}

#sidebar .widget_calendar {
	margin-bottom: 30px;
}

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

.widget_calendar table td {
	text-align: center;
}

.widget_calendar table tbody td {
	border: 0;
	padding: 4px;
	font-size: 14px;
	color: #666;
}

.widget_calendar table tbody tr td:first-child {
	border-left: 0;
}

.widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: #f0f0f0;
}

#header-outer .widget-area-active .widget_calendar table tbody tr:nth-child(2n+1), #slide-out-widget-area .widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: rgba(0, 0, 0, .1);
}

.widget_calendar table th {
	font-weight: 700;
	border-bottom: 0;
	text-align: center;
	padding-bottom: 10px;
	color: #999;
}

.widget_calendar table #prev {
	text-align: left;
	position: relative;
	padding: 10px 0 0 0;
	z-index: 2;
}

.widget_calendar table #next {
	text-align: right;
	position: relative;
	padding: 10px 0 0 0;
	z-index: 2;
}

.widget_calendar caption {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 5px;
	background-color: rgba(0, 0, 0, .2);
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
}

body .widget_calendar th, body:not(.woocommerce-cart) .main-content .widget_calendar th {
	text-align: center;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
	line-height: 1;
	padding: 2.5%;
}

.widget_calendar .wp-calendar-nav-prev {
	text-align: left;
}

.widget_calendar .calendar_wrap .wp-calendar-nav-next {
	text-align: right;
}

.newsletter-widget form, .widget_search .search-form {
	position: relative;
	overflow: hidden;
}

#footer-outer #footer-widgets .widget_search .search-form input[type=text], #sidebar .widget_search .search-form input[type=text], .widget_search .search-form input[type=text] {
	padding-right: 45px;
	margin: 0;
}

.newsletter-widget form input[type=email] {
	padding-right: 75px;
	margin: 0;
}

.widget_search .search-form button[type=submit] .text {
	display: none;
}

body .widget_search .search-form button[type=submit], body.search-no-results .search-form button[type=submit] {
	padding: 14px !important;
}

.widget_search .search-form button[type=submit] .icon-salient-search, body .widget_search .search-form button[type=submit] {
	background-color: transparent !important;
}

body .widget_search .search-form button[type=submit] {
	top: 50%;
	transform: translateY(-50%);
}

body[data-form-style=minimal] .widget_search .search-form button[type=submit] {
	top: auto;
	bottom: 0;
	transform: none;
}

.widget_search .search-form button[type=submit] .icon-salient-search, body.search-no-results .search-form button[type=submit] .icon-salient-search {
	margin-top: 1px;
	display: block;
	font-size: 17px;
}

.widget_search .search-form button[type=submit] .icon-salient-search:before, body.search-no-results .search-form button[type=submit] .icon-salient-search:before {
	content: "";
}

.widget_search .search-form, body.search-no-results .search-form {
	overflow: visible;
}

.newsletter-widget form input[type=submit], .widget_search .search-form button[type=submit], .widget_search .search-form input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 !important;
	line-height: 22px;
	padding: 10px 11px;
}

.main-content>.row>form.post-password-form>p:first-child {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
}

.main-content>.row>form.post-password-form {
	padding: 15% 0;
	max-width: 600px;
	margin: 0 auto;
}

.post-password-required form.post-password-form>p:first-child, .single-portfolio .main-content form.post-password-form>p:first-child {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
}

.post-password-required form.post-password-form, .single-portfolio .main-content form.post-password-form {
	padding: 5% 0;
	max-width: 600px;
	margin: 0 auto;
}

.single-portfolio #regular_portfolio[data-password-protected=true] #sidebar {
	width: 100%;
}

.post-password-form input[type=submit] {
	margin-top: 20px;
	display: block;
	width: 100%;
	text-align: center;
}

#sidebar div ul {
	margin-left: 0;
}

#sidebar div ul li {
	padding: 8px 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar>div {
	margin-bottom: 50px;
}

#sidebar>div:last-child {
	margin-bottom: 0;
}

#sidebar #sidebar-inner {
	margin-bottom: 0;
}

#sidebar h4 {
	color: #000;
	opacity: .7;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 15px;
}

#sidebar .widget_recent_comments h4 {
	margin-bottom: 16px;
}

#sidebar .widget li:first-child {
	padding-top: 0;
}

#sidebar .widget .recentcomments, .ascend #sidebar .widget .recentcomments, .original #sidebar .widget .recentcomments {
	padding: 15px;
	margin-bottom: 22px;
	border: none;
	position: relative;
	display: block;
	background: none repeat scroll 0 0 rgba(0, 0, 0, .02);
}

#sidebar .widget .tagcloud a, .post-area .content-inner>.post-tags a, .widget .tagcloud a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
	margin: 3px 3px 0 0;
	padding: 5px 7px;
	font-size: 14px !important;
	position: relative;
	text-transform: capitalize;
	transition: all .2s linear;
	border-radius: 2px;
}

.single #ajax-content-wrap .post-area .content-inner>.post-tags a {
	font-size: 14px !important;
	text-transform: capitalize;
}

#sidebar .widget_tag_cloud:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}

#sidebar .widget input[type=email], #sidebar .widget input[type=text] {
	padding: 10px;
	width: 100%;
}

#sidebar .widget form p {
	padding-bottom: 15px;
}

#sidebar .widget.widget_categories ul ul, #sidebar .widget.widget_nav_menu ul ul, #sidebar .widget.widget_pages ul ul {
	margin: 0 !important;
	padding: 0 0 0 20px;
}

#sidebar .widget.widget_categories li, #sidebar .widget.widget_nav_menu li, #sidebar .widget.widget_pages li {
	border-bottom: 0 !important;
	padding: 0 !important;
}

#sidebar .widget.widget_categories li a, #sidebar .widget.widget_nav_menu li a, #sidebar .widget.widget_pages li a {
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar .widget.widget_categories li {
	position: relative;
}

#sidebar .widget.widget_categories li .post_count {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, .05);
	padding: 5px 8px;
	border-radius: 100px;
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
}

#sidebar .widget.widget_categories>ul>li:first-child>a, #sidebar .widget.widget_nav_menu>ul>li:first-child>a, #sidebar .widget.widget_pages>ul>li:first-child>a {
	padding-top: 0;
}

#sidebar.left-sidebar {
	float: left;
}

.post-area.col_last {
	float: right;
}

#sidebar>.widget_media_image {
	text-align: center;
}

#sidebar .recent_projects_widget img {
	margin-bottom: 0;
}

.recent_projects_widget img {
	margin-bottom: 0;
	display: block;
	padding: 5px;
	background-color: #fff;
	margin-top: 0;
	margin-left: 0;
	border: 1px solid #e5e5e5;
	transition: all .2s linear;
}

.recent_projects_widget div a {
	float: left;
	margin: 2% 2% 0 0;
	width: 32%;
}

.recent_projects_widget div a:nth-child(3n+3) {
	margin-right: 0;
}

#sidebar select {
	max-width: 100%;
}

#sidebar .nectar-global-section .full-width-content, #sidebar .nectar-global-section .full-width-section, #sidebar .nectar-global-section .row-bg-wrap {
	width: 100% !important;
	left: 0 !important;
	margin: 0 !important;
}

#sidebar .nectar-global-section>.container {
	padding: 0;
}

.span_12.light .wpb_widgetised_column #sidebar .widget .nectar_widget[class*=nectar_blog_posts_]>li .post-date, .span_12.light .wpb_widgetised_column #sidebar .widget li a, .span_12.light .wpb_widgetised_column #sidebar h4, body.material .span_12.light .wpb_widgetised_column #sidebar .widget li a:hover {
	color: #fff;
}

.recent_projects_widget>div:after {
	clear: both;
	content: "";
	display: block;
}

.widget_pages ul ul {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px !important;
}

body #respond {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
	padding: 0;
}

#respond .comment-notes, #respond>p, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0;
}

body .comment-list {
	margin-bottom: 40px;
	margin-left: 0;
}

.comment-list li {
	list-style: none;
}

.comment-list .comment>div, .comment-list .pingback>div {
	background-color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 25px;
	margin-top: 2em;
	position: relative;
	padding-left: 116px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .17);
}

.comment-list .children {
	margin-left: 0;
	padding-left: 40px;
	border-left: 1px solid #ddd;
}

body:not(.material) .comment-list .children {
	margin-left: 0;
	padding-left: 40px;
	border-left: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: left 20px;
	background-image: url("https://cdn-jkgbd.nitrocdn.com/DDNkJNqMwrlHKQnWKvbtonbgdmfnEJIH/assets/images/optimized/rev-3834493/willapodmagura.pl/wp-content/themes/salient/img/icons/comment-children-line.jpg");
}

body:not(.material) .comment-list .children.nitro-lazy {
	background-image: none !important;
}

.comment-list .comment>div img.avatar, .comment-list .pingback>div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
	width: 60px;
	height: 60px;
}

.comment-list .reply {
	position: absolute;
	top: 29px;
	right: 29px;
}

.comment-list .reply a {
	color: #fff;
	cursor: pointer;
	padding: 3px 7px;
	font-size: 11px;
	transition: all .2s linear 0s;
	width: auto;
	border-radius: 2px;
	background-color: #333;
}

.comment-list .comment-author, .comment-list .pingback .comment-body>a {
	color: #333;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}

.comment-list .pingback .comment-body>a {
	display: block;
}

body.material .comment-list .pingback .comment-body {
	padding-left: 0;
}

.comment-list .comment-meta {
	font-size: 11px;
	line-height: 15px;
}

.comment-list .comment-meta a {
	color: #888;
}

.comment-list .comment>div p, .comment-list .pingback>div p {
	padding-bottom: 0;
	margin-top: 10px;
}

.comment-list .comment #commentform .form-submit {
	margin-top: 0;
}

#respond #cancel-comment-reply-link, #respond h3 .cancel-comment-reply {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	border-left: 1px solid #ddd;
}

#respond h3, h3#comments {
	font-weight: 600;
	text-transform: none;
}

.comment-author a {
	color: inherit;
}

body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar {
	border: 3px solid #000;
	padding: 3px;
}

body.material .comment-list .comment .bypostauthor>.comment-body>.comment-author>img.avatar {
	border: 2px solid #000;
	padding: 2px;
}

body[data-responsive] .nectar-stretch-button {
	width: 100%;
}

body[data-responsive] .nectar-white-button, body[data-responsive] .nectar-white-button:focus, body[data-responsive] .nectar-white-button:hover {
	color: #000 !important;
	background-color: var(--nectar-font-light-color, #fff) !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	padding: 10px;
	width: 100%;
	font-size: 14px;
	font-family: inherit;
	line-height: 24px;
	color: #555;
	background-color: #f1f1f1;
	border: none;
	transition: all .2s ease;
}

input:focus, select:focus, textarea:focus {
	outline: 0;
}

button[type=submit], input[type=button], input[type=submit] {
	background-color: #333;
	padding: 7px 11px;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	width: auto;
	font-weight: 600;
	font-size: 14px;
	border-radius: 2px;
}

button[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover {
	background-color: #000;
}

body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=regular] .container-wrap input[type=submit] {
	padding: 15px 22px !important;
}

select {
	padding: 10px;
	width: 100%;
	border: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
	transition: all .2s linear;
}

textarea {
	max-width: 100%;
}

.select2-container .select2-choice>.select2-chosen {
	color: #000 !important;
	line-height: 30px;
	padding-left: 3px;
}

div.wpforms-container-full .wpforms-form .select2-container {
	position: relative;
}

.widget_text textarea {
	max-height: 100px;
}

body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction {
	font-size: 12px;
}

body .gform_wrapper div.charleft {
	font-size: 10px;
}

body .gform_wrapper .top_label .gfield_label {
	margin-top: 20px;
	margin-bottom: 6px;
	font-weight: 700;
}

.light form label {
	color: var(--nectar-font-light-color, #fff);
}

[data-color-change-section-bg-color]:not(.container-wrap) .light form label {
	color: var(--nectar-page-light-text-color, var(--nectar-font-light-color, #fff));
}

form label span {
	color: inherit;
}

body:not(.woocommerce-cart) .main-content table {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	border-top: 1px solid #ececec;
}

body:not(.woocommerce-cart) .main-content tr td:first-child, body:not(.woocommerce-cart) .main-content tr th:first-child {
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #ececec;
}

body:not(.woocommerce-cart) .main-content tr td:first-child, body:not(.woocommerce-cart) .main-content tr th:first-child {
	border-left-style: solid;
	border-left-width: 1px;
}

body:not(.woocommerce-cart) .main-content th {
	border-left: medium none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	font-weight: 700;
	padding: 10px;
	text-align: left;
	border-color: #ececec;
}

body:not(.woocommerce-cart) .main-content td {
	border-color: #ececec;
	border-left: none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	font-size: 14px;
	padding: 10px;
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
	background-color: #fcfcfc;
}

body .full-width-content, body .full-width-section {
	visibility: visible;
}

.full-width-content.blog-fullwidth-wrap, .full-width-content.nectar-shop-outer, .nectar-slider-wrap[data-full-width=true], .page-submenu .full-width-content, .page-submenu>.full-width-section, .portfolio-filters-inline.full-width-content, .portfolio-filters-inline.full-width-section:not(.non-fw), .post-area.full-width-content.standard-minimal, .single-product .product[data-gallery-style=left_thumb_sticky][data-gallery-variant=fullwidth] .single-product-wrap, .wpb_row.full-width-content, .wpb_row.full-width-content.has-global-section .wpb_row.full-width-content, .wpb_row.full-width-section .mobile-video-image, .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap, body .full-width-section .nectar-parallax-scene, body .full-width-section .row-bg-wrap, body .full-width-section.parallax_section .row-bg-wrap, body .full-width-section>.nectar-shape-divider-wrap, body .full-width-section>.video-color-overlay, body[data-aie=long-zoom-out] .first-section .row-bg-wrap, body[data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap, body[data-aie=zoom-out] .first-section .row-bg-wrap, body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap, body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal {
	margin-left: -50vw;
	margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
	left: 50%;
	width: 100vw;
	width: calc(100vw - var(--scroll-bar-w));
}

.nectar_section.full-width-content>.row_col_wrap_12>.wpb_row.full-width-content, .nectar_section.full-width-content>.row_col_wrap_12>.wpb_row.full-width-section>.row-bg-layer, .nectar_section.full-width-content>.row_col_wrap_12>.wpb_row.full-width-section>.row-bg-wrap {
	left: 50%;
	margin-left: -50vw;
	margin-left: calc(-50vw + var(--scroll-bar-w) / 2 + var(--nectar-row-padding-l, 0px) / 2 + var(--nectar-row-padding-r, 0px) / 2);
	width: 100vw;
	width: calc(100vw - var(--scroll-bar-w) - var(--nectar-row-padding-l, 0px) - var(--nectar-row-padding-r, 0px)) !important;
}

.nectar_section.full-width-content>.row_col_wrap_12 {
	margin: 0 auto;
	max-width: var(--container-width, 1425px);
	width: 100%;
	padding: 0 var(--container-padding);
	box-sizing: border-box;
}

body .full-width-section>.nectar-video-wrap {
	margin-left: -50vw;
	margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
	left: 50%;
	width: 100vw !important;
	width: calc(100vw - var(--scroll-bar-w)) !important;
}

.nectar-video-wrap .nectar-video-inner, .vc_column-inner>.nectar-video-wrap, body .full-width-content>.nectar-video-wrap, body .full-width-section>.nectar-video-wrap {
	height: 100%;
}

.full-width-content.blog-fullwidth-wrap, .page-submenu .full-width-content, .page-submenu>.full-width-section, .portfolio-filters-inline.full-width-content, .portfolio-filters-inline.full-width-section {
	position: relative;
}

#ajax-content-wrap .force-contained-rows .full-width-content, #ajax-content-wrap .force-contained-rows .full-width-section .nectar-parallax-scene, #ajax-content-wrap .force-contained-rows .full-width-section .row-bg-wrap, #ajax-content-wrap .force-contained-rows .full-width-section>.nectar-shape-divider-wrap, #ajax-content-wrap .force-contained-rows .full-width-section>.video-color-overlay, .force-contained-rows .full-width-content, .force-contained-rows .full-width-section .nectar-parallax-scene, .force-contained-rows .full-width-section .row-bg-wrap, .force-contained-rows .full-width-section>.nectar-shape-divider-wrap, .force-contained-rows .full-width-section>.video-color-overlay, .post-area.span_9 .nectar-slider-wrap[data-full-width=true], body .masonry-blog-item .wpb_row.full-width-content, body .post-area.span_9 .full-width-content.blog-fullwidth-wrap, body .post-area.span_9 .full-width-section .nectar-parallax-scene, body .post-area.span_9 .full-width-section .row-bg-wrap, body .post-area.span_9 .full-width-section.parallax_section .row-bg-wrap, body .post-area.span_9 .full-width-section>.nectar-shape-divider-wrap, body .post-area.span_9 .full-width-section>.video-color-overlay, body .post-area.span_9 .page-submenu .full-width-content, body .post-area.span_9 .page-submenu>.full-width-section, body .post-area.span_9 .portfolio-filters-inline.full-width-content, body .post-area.span_9 .portfolio-filters-inline.full-width-section:not(.non-fw), body .post-area.span_9 .post-area.full-width-content.standard-minimal, body .post-area.span_9 .wpb_row.full-width-content, body .post-area.span_9 .wpb_row.full-width-content.has-global-section .wpb_row.full-width-content, body .post-area.span_9 .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap, body .post-area.span_9 .wpb_row.parallax_section .row-bg-wrap, body .woocommerce-tabs[data-tab-style=in_sidebar] .full-width-section .row-bg-wrap, body .woocommerce-tabs[data-tab-style=in_sidebar] .wpb_row.full-width-content, body[data-aie=long-zoom-out] .post-area.span_9 .first-section .row-bg-wrap, body[data-aie=long-zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap, body[data-aie=zoom-out] .post-area.span_9 .first-section .row-bg-wrap, body[data-aie=zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap {
	margin-left: 0;
	left: 0;
	width: 100%;
}

body .post-area.span_9 .full-width-section>.nectar-video-wrap {
	margin-left: 0;
	left: 0;
	width: 100% !important;
}

.pum .pum-container .popmake-content .full-width-section .row-bg-wrap, .pum .pum-container .popmake-content .wpb_row.full-width-content {
	margin-left: 0 !important;
	left: 0 !important;
	width: 100% !important;
}

body .wpb_row.full-width-content .wpb_row>.row-bg-wrap, body .wpb_row.full-width-section .wpb_row>.row-bg-wrap {
	margin-left: 0;
	left: 0;
	width: 100%;
}

.wpb_row .column-image-bg-wrap, .wpb_row .column-image-bg-wrap .column-image-bg, .wpb_row .column-image-bg-wrap .inner-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

_::-webkit-full-page-media, _:future, :root .column-image-bg-wrap .column-image-bg, .column-bg-overlay-wrap .column-bg-overlay {
	transform: translateZ(0);
}

.wpb_column .column-inner[data-bg-cover=true] .column-image-bg, .wpb_column[data-bg-cover=true] .column-image-bg {
	background-size: cover;
	background-position: center;
}

body .wpb_row .column-image-bg-wrap {
	z-index: -1;
	overflow: hidden;
}

.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
	background-position: center;
	background-size: cover;
}

[class*=" iconsmind-"], [class^=iconsmind-] {
	visibility: hidden;
}

.ascend .mfp-iframe-holder .mfp-close, .ascend .mfp-image-holder .mfp-close, .fa.fa-angle-down, .fa.fa-angle-left, .fa.fa-angle-right, .fa.fa-angle-up, .fa.fa-facebook, .fa.fa-linkedin, .fa.fa-minus-sign, .fa.fa-ok-sign, .fa.fa-pinterest, .fa.fa-plus-sign, .fa.fa-twitter, .icon-be, .icon-button-arrow, .icon-salient-apple-music, .icon-salient-artstation, .icon-salient-back-to-all, .icon-salient-cart, .icon-salient-check, .icon-salient-discord, .icon-salient-down-arrow, .icon-salient-down-arrow-thin, .icon-salient-facebook, .icon-salient-facebook-messenger, .icon-salient-heart, .icon-salient-heart-2, .icon-salient-houzz, .icon-salient-left-arrow, .icon-salient-left-arrow-thin, .icon-salient-m-clock, .icon-salient-m-close, .icon-salient-m-eye, .icon-salient-m-social-alt, .icon-salient-m-user, .icon-salient-mastodon, .icon-salient-medium, .icon-salient-patreon, .icon-salient-pencil, .icon-salient-pinterest, .icon-salient-plus, .icon-salient-right-arrow, .icon-salient-right-arrow-thin, .icon-salient-right-line, .icon-salient-search, .icon-salient-spotify, .icon-salient-thin-line, .icon-salient-threads, .icon-salient-tiktok, .icon-salient-trustpilot, .icon-salient-twitch, .icon-salient-twitter, .icon-salient-woo-zoom-icon, .icon-salient-x, .icon-salient-x-twitter, .icon-soundcloud, .icon-vimeo, .material .comment-list .reply a:before, .mejs-controls .mejs-button button, .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .salient-page-submenu-icon, .video-play-button, i.fa.fa-houzz {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-salient-m-bag:before {
	content: "";
}

.icon-salient-m-eye:before {
	content: "";
}

.icon-salient-m-clock:before {
	content: "";
}

.icon-salient-m-gear:before {
	content: "";
}

.icon-salient-m-heart:before {
	content: "";
}

.icon-salient-m-search:before {
	content: "";
}

.icon-salient-m-prev:before {
	content: "";
}

.icon-salient-m-rewind:before {
	content: "";
}

.icon-salient-m-play:before {
	content: "";
}

.icon-salient-woo-zoom-icon:before {
	content: "";
}

.icon-salient-woo-zoom-icon-minus:before {
	content: "";
}

.icon-salient-m-pause:before {
	content: "";
}

.icon-salient-m-stop:before {
	content: "";
}

.icon-salient-m-ff:before {
	content: "";
}

.icon-salient-m-next:before {
	content: "";
}

.icon-salient-m-user:before {
	content: "";
}

.icon-salient-m-chat:before {
	content: "";
}

.icon-salient-m-social:before {
	content: "";
}

.icon-salient-m-social-alt:before {
	content: "";
}

.icon-salient-m-left-arrow:before {
	content: "";
}

.icon-salient-m-right-arrow:before {
	content: "";
}

.icon-salient-m-sound:before {
	content: "";
}

.icon-salient-m-mute:before {
	content: "";
}

.icon-salient-m-close:before {
	content: "";
}

.icon-salient-m-menu:before {
	content: "";
}

.icon-salient-x:before {
	content: "";
}

.icon-salient-right-arrow:before {
	content: "";
}

.icon-salient-left-arrow:before {
	content: "";
}

.icon-salient-right-line:before {
	content: "";
}

.icon-salient-back-to-all:before {
	content: "";
}

.icon-salient-right-arrow-thin:before {
	content: "";
}

.icon-salient-left-arrow-thin:before {
	content: "";
}

.icon-salient-down-arrow-thin:before {
	content: "";
}

.icon-salient-down-arrow:before {
	content: "";
}

.icon-salient-facebook:before {
	content: "";
}

.icon-salient-twitter:before {
	content: "";
}

.icon-salient-pinterest:before {
	content: "";
}

.icon-salient-heart:before {
	content: "";
}

.icon-salient-plus:before {
	content: "";
}

.icon-salient-cart:before {
	content: "";
}

.icon-salient-pencil:before {
	content: "";
}

.icon-be:before {
	content: "";
}

.icon-vimeo:before {
	content: "";
}

.icon-soundcloud:before {
	content: "";
}

.icon-button-arrow:before {
	content: "";
}

.icon-salient-thin-line:before {
	content: "";
}

.icon-salient-spotify:before {
	content: "";
}

.icon-salient-facebook-messenger:before {
	content: "";
}

.icon-salient-artstation:before {
	content: "";
}

.icon-salient-discord:before {
	content: "";
}

.icon-salient-tiktok:before {
	content: "";
}

.icon-salient-houzz, i.fa.fa-houzz:before {
	content: "";
}

.icon-salient-twitch:before {
	content: "";
}

.icon-salient-apple-music:before {
	content: "";
}

.icon-salient-patreon:before {
	content: "";
}

.icon-salient-check:before {
	content: "";
}

.icon-salient-medium:before {
	content: "";
}

.icon-salient-trustpilot:before {
	content: "";
}

.icon-salient-mastodon:before {
	content: "";
}

.icon-salient-threads:before {
	content: "";
}

body .icon-salient-x-twitter:before {
	content: "";
}

body .fa.fa-angle-down:before {
	content: "";
}

body .fa.fa-angle-up:before {
	content: "";
}

body .fa.fa-angle-left:before {
	content: "";
}

body .fa.fa-angle-right:before {
	content: "";
}

body .fa.fa-pinterest:before {
	content: "";
}

body .fa.fa-twitter:before {
	content: "";
}

body .fa.fa-facebook:before {
	content: "";
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-ok-sign:before {
	content: "";
}

.fa.fa-minus-sign:before {
	content: "";
}

.fa.fa-plus-sign:before {
	content: "";
}

body .lines, body .lines:after, body .lines:before {
	height: 2px;
}

.icon-salient-search:before {
	content: "";
}

#ajax-content-wrap .nectar-social.fixed>a>i, body .nectar-social.fixed>a>i, body .nectar-social.hover .share-btn>i {
	font-family: icomoon !important;
}

#ajax-content-wrap .nectar-social.fixed>a>i:before, body .nectar-social.fixed>a>i:before, body .nectar-social.hover .share-btn>i:before {
	content: "";
}

body .icon-salient-x:before {
	content: "";
}

body .icon-salient-cart:before, body.ascend .icon-salient-cart:before {
	content: "";
}

.icon-salient-heart-2:before {
	content: "" !important;
}

body #single-below-header.fullscreen-header .steadysets-icon-book2, body #single-below-header.fullscreen-header .steadysets-icon-chat-3, body .steadysets-icon-chat-3 {
	font-family: icomoon !important;
	font-size: 20px;
}

body .steadysets-icon-chat-3:before {
	content: "";
}

body .steadysets-icon-book2:before {
	font-family: icomoon !important;
	content: "";
}

#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, #top nav ul #nectar-user-account a span, #top nav ul #search-btn a span {
	font-size: 18px;
	color: rgba(0, 0, 0, .48);
}

html:not(.page-trans-loaded) {
	background-color: #fff;
}

.wpcf7-form p span {
	color: #000;
}

.light .wpcf7 div.wpcf7-response-output, div.wpcf7-validation-errors {
	color: #666 !important;
}

div.wpcf7 img.ajax-loader {
	margin-top: 10px;
	display: inline-block;
}

.wpcf7-not-valid-tip {
	background: none repeat scroll 0 0 #fff;
}

.minimal-form-input .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
}

.wpcf7-form .wpcf7-not-valid-tip {
	top: -3px;
	padding: 2px 6px;
	border: 0;
	box-shadow: 0 4px 9px rgba(0, 0, 0, .07);
}

.wpb_column.centered-text .wpcf7-form .wpcf7-not-valid-tip {
	text-align: left;
}

.wpcf7 .wpcf7-response-output {
	background-color: #fff;
	margin-left: 0;
	margin-top: 10px;
}

.nectar-wpcf7-rounded-form input[type=date], .nectar-wpcf7-rounded-form input[type=email], .nectar-wpcf7-rounded-form input[type=tel], .nectar-wpcf7-rounded-form input[type=text], .nectar-wpcf7-rounded-form input[type=url] {
	border-radius: 50px;
}

.wpcf7-form .nectar-wpcf7-inline-form {
	display: flex;
	flex-direction: row;
	padding: 27px 0;
}

.material .wpcf7-form .nectar-wpcf7-inline-form {
	padding: 1.5em 0;
}

.wpcf7-form .nectar-wpcf7-inline-form>div:last-child {
	padding-right: 0;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
	flex-grow: 1;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

.wpcf7-form .nectar-wpcf7-inline-form .ajax-loader {
	align-self: center;
	margin-left: 10px;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field input {
	width: 100%;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field>:not(.ajax-loader) {
	width: 100%;
}

.nectar-wpcf7-inline-field>p:has(.wpcf7-spinner):has(.wpcf7-submit) {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nectar-wpcf7-inline-field>p:has(.wpcf7-spinner):has(.wpcf7-submit) .wpcf7-spinner {
	min-width: 24px;
	margin-right: 0;
}

@media only screen and (max-width:999px) {
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col, .wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col .nectar-wpcf7-inline-field {
		width: 50%;
		padding-bottom: 1.5em;
	}
	
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col .nectar-wpcf7-inline-field {
		width: 100%;
		padding-bottom: 1.5em;
		padding-right: 0;
	}
}

.nectar-wpcf7-inline-subscribe-form>p {
	display: flex;
	flex-direction: row;
	position: relative;
}

.nectar-wpcf7-inline-subscribe-form .wpcf7-form-control-wrap {
	flex: 1;
}

.nectar-wpcf7-inline-subscribe-form .wpcf7-form-control {
	border-radius: var(--nectar-border-radius);
	padding-right: 28% !important;
}

.nectar-wpcf7-inline-subscribe-form .wpcf7-submit {
	min-width: 25%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: none !important;
	clip-path: inset(6px round var(--nectar-border-radius));
}

@media only screen and (max-width:999px) {
	.nectar-wpcf7-inline-subscribe-form .wpcf7-submit {
		min-width: 35%;
	}
	
	.nectar-wpcf7-inline-subscribe-form .wpcf7-form-control {
		padding-right: 38% !important;
	}
}

.nectar-wpcf7-inline-subscribe-form .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
}

.invalid .nectar-wpcf7-inline-subscribe-form+.wpcf7-response-output {
	margin-top: 3em;
}

#ajax-content-wrap .nectar-wpcf7-inline-subscribe-form .wpcf7-submit {
	padding-top: 0 !important;
	padding: 0 !important;
}

.nectar-wpcf7-inline-subscribe-form .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0;
	transform: translateY(-50%) translateX(150%);
}

:root {
	--mobile-container-width: 88%;
}

@media only screen and (min-width:1300px) {
	.container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
		max-width: 1100px;
	}
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
	#author-bio #author-info {
		width: 544px;
	}
	
	#project-meta ul li .nectar-love-wrap.fadein {
		margin-right: 11px;
		padding-right: 11px;
	}
	
	#page-header-bg .span_6 .subheader {
		font-size: 24px;
	}
	
	.portfolio-items:not(.carousel) .col .work-item.style-2 i {
		line-height: 32px;
		height: 32px;
		width: 32px;
		font-size: 14px;
	}
	
	#top nav>ul>li>a {
		padding-left: 8px;
	}
	
	.sf-sub-indicator {
		left: 6px;
	}
}

@media only screen and (min-width :691px) and (max-width :999px) {
	.span_1, .span_10, .span_11, .span_12, .span_2, .span_3, .span_4, .span_5, .span_6, .span_7, .span_8, .span_9 {
		width: 100%;
		margin-left: 0;
	}
	
	.col, body .vc_row-fluid .wpb_column {
		margin-bottom: 25px;
	}
	
	#header-outer .col {
		margin-bottom: 0;
		margin-right: 0;
	}
	
	.wpb_column {
		width: 100%;
	}
	
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop], body .vc_row-fluid.inner_row[data-column-margin*=px] .child_column.wpb_column[data-t-w-inherits=small_desktop] {
		margin-bottom: 0;
	}
	
	.vc_col-sm-12[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-12 {
		width: 100%;
	}
	
	body .vc_row-fluid [class*=vc_col-][data-t-w-inherits=small_desktop]:first-child:not([class*=offset]) {
		margin-left: 0;
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xs-6 {
		width: 50%;
	}
	
	body .vc_row-fluid .vc_col-xs-12[class*=vc_col-xs-] {
		width: 100%;
	}
	
	.one-fourths.span_3, .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]), .one-fourths.vc_span3 {
		width: 50%;
		margin-bottom: 2%;
	}
	
	.one-fourths.span_3.clear-both, .one-fourths.vc_col-sm-3.clear-both:not([class*=vc_col-xs-]), .one-fourths.vc_span3.clear-both {
		clear: both;
	}
	
	#footer-outer .one-fourths.span_3.right-edge, .one-fourths.span_3.right-edge, .one-fourths.vc_col-sm-3.right-edge:not([class*=vc_col-xs-]), .one-fourths.vc_span3.right-edge {
		margin-right: 0;
	}
	
	.portfolio-items .col {
		width: 100%;
		margin-left: 0;
		margin-bottom: 8px;
	}
	
	.portfolio-items:not(.carousel) div:nth-child(2n+2) {
		clear: both;
	}
	
	.portfolio-items[data-ps="6"] .col {
		padding: 2%;
	}
	
	body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
		opacity: 1;
	}
	
	body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner, body .portfolio-items[data-ps="6"] .work-item .work-meta .inner {
		opacity: 1;
		transform: scale(1);
	}
	
	.ascend .main-content .col.boxed:hover, .col.boxed:hover, .material .main-content .col.boxed:hover {
		margin-top: 0;
		top: 0;
		transform: none;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	}
	
	#call-to-action .container a {
		margin-top: 20px;
		margin-left: 0;
	}
	
	#ajax-content-wrap .post-area {
		padding-right: 0;
	}
	
	#ajax-content-wrap .contact-info {
		padding-left: 0;
	}
	
	.nectar-google-map {
		max-height: 425px;
	}
	
	#sidebar .recent_projects_widget div a {
		width: 90px;
	}
	
	#sidebar .recent_projects_widget div a:nth-child(3n+3) {
		margin: 2% 2% 0 0;
	}
	
	body #sidebar .recent_projects_widget div a:last-child {
		margin-right: 0;
	}
	
	#author-bio #author-info {
		width: 494px;
	}
	
	#page-header-bg .span_6 h1 {
		font-size: 32px;
		line-height: 38px;
	}
	
	#page-header-bg .span_6 {
		top: auto !important;
		float: none;
	}
	
	.page-header-no-bg #ajax-content-wrap .portfolio-filters {
		margin-top: 15px;
		float: none;
		clear: both;
		height: auto;
	}
	
	#page-header-bg[data-parallax="1"] .project-title .span_6 {
		padding-right: 70px;
	}
	
	.page-header-no-bg .portfolio-filters ul {
		position: absolute;
		width: 100%;
	}
	
	html.js #page-header-bg[data-parallax="0"].not-loaded {
		background-color: #f5f5f5;
	}
	
	#call-to-action .container span {
		display: block;
	}
	
	.main-content .col.span_2 .col.span_2, .main-content .col.span_3 .col.span_2, .main-content .col.span_4 .col.span_2, .main-content .col.span_6 .col.span_2 {
		width: 7%;
	}
	
	.main-content .col.span_2 .col.span_10, .main-content .col.span_3 .col.span_10, .main-content .col.span_4 .span_10, .main-content .col.span_6 .col.span_10 {
		width: 91%;
	}
	
	.testimonial_slider .flickity-page-dots {
		bottom: -35px;
	}
	
	#ajax-content-wrap .span_12 .col.span_6.empty-second {
		width: 49%;
	}
	
	.iosSlider.product-thumbnails .thumb {
		width: 112px;
	}
	
	#footer-widgets .container .row>div:nth-child(2).span_4 {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width :690px) {
	.material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
		top: 0;
	}
	
	body:not([data-hhun="1"]) #header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
		transform: none !important;
	}
	
	.vc_row-fluid [class*=vc_span] {
		width: 100% !important;
	}
	
	body #header-outer[data-full-width=true] header>.container, body #header-secondary-outer[data-full-width=true]>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
		max-width: 100%;
		padding: 0 18px;
	}
	
	.col {
		margin-bottom: 25px;
	}
	
	.post-area {
		margin-bottom: 0;
	}
	
	.ascend .main-content .col.boxed:hover, .col.boxed:hover, .material .main-content .col.boxed:hover {
		margin-top: 0;
		top: 0;
		transform: none;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	}
	
	#header-outer .col {
		margin-bottom: 0;
	}
	
	.nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
		max-width: 100%;
	}
	
	#fp-nav ul li a, .fp-slidesNav ul li a {
		padding: 11px 11px;
	}
	
	#fp-nav ul li a span, .fp-slidesNav ul li a span {
		height: 6px;
		width: 6px;
	}
	
	#fp-nav.right {
		right: 10px;
	}
	
	.nectar_fullscreen_zoom_recent_projects .dot-nav {
		display: none;
	}
	
	.container .post .post-meta {
		display: none;
	}
	
	#ajax-content-wrap .container .post .post-content {
		padding-left: 0;
	}
	
	.container .post-header {
		font-size: 12px;
	}
	
	.post-content.classic .post-header>span:after {
		height: 9px;
	}
	
	.container .comment-list .comment>div {
		padding: 25px 25px 40px 25px;
	}
	
	#ajax-content-wrap .comment-list .children {
		padding-left: 20px;
	}
	
	.container .comment-list .comment>div img.avatar {
		display: block;
		position: relative;
		height: 40px;
		width: 40px;
		top: 0;
		left: 0;
		margin-bottom: 5px;
	}
	
	body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar {
		border-width: 2px;
	}
	
	body:not(.material) .comment-list .children {
		background-image: none;
	}
	
	body:not(.material) .comment-list .children.nitro-lazy {
		background-image: none !important;
	}
	
	body.ascend #ajax-content-wrap .comment-list .children {
		margin-left: 0;
		padding-left: 30px;
	}
	
	body.material #ajax-content-wrap .comment-list .comment>div, body.material #ajax-content-wrap .comment-list .pingback>div {
		margin-top: 2.5em;
	}
	
	body.material .comment-list .children {
		border-left: 1px solid rgba(0, 0, 0, .1);
	}
	
	body.material .container .comment-list .comment>div {
		padding: 0;
	}
	
	body.material #ajax-content-wrap .comment-list .children {
		margin-left: 0;
		padding-left: 30px;
	}
	
	body.material #ajax-content-wrap .comment-list .comment .comment>div {
		padding-left: 0;
	}
	
	.container #respond h3 {
		font-size: 18px;
	}
	
	.container .comment-list .reply {
		right: 29px;
		top: auto;
		bottom: 29px;
	}
	
	.original .container .comment-list .reply {
		right: 0;
		top: auto;
		bottom: 0;
		margin-top: 20px;
		position: relative;
	}
	
	.container .contact-info {
		padding-left: 0;
	}
	
	html.js #page-header-bg[data-parallax="0"].not-loaded {
		background-color: #f5f5f5;
	}
	
	#page-header-bg .portfolio-filters ul {
		position: absolute;
		width: 100%;
	}
	
	#page-header-bg .span_6 {
		margin-bottom: 15px;
	}
	
	#call-to-action .container a {
		display: block;
		margin-top: 20px;
		margin-left: 0;
	}
	
	#call-to-action {
		font-size: 18px;
	}
	
	#ajax-content-wrap h2 .nectar-button, #ajax-content-wrap h3 .nectar-button, #ajax-content-wrap h4 .nectar-button {
		display: block;
	}
	
	.post-area #pagination, .post-area.masonry #pagination {
		padding-left: 0;
	}
	
	body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
		opacity: 1;
	}
	
	body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner, body .portfolio-items[data-ps="6"] .work-item .work-meta .inner {
		opacity: 1;
		transform: scale(1);
	}
	
	.bottom_controls #portfolio-nav .controls li#next-link a i:after, .bottom_controls #portfolio-nav .controls li#prev-link a i:after {
		display: none;
	}
	
	#search-results .result, .masonry-blog-item {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 25px;
		margin-left: 0 !important;
	}
	
	.posts-container[data-load-animation=none] article .inner-wrap.animated {
		opacity: 1;
	}
	
	.gallery .gallery-item {
		width: 100% !important;
	}
	
	#author-bio img {
		margin-right: 0;
		width: 60px;
		height: 60px;
	}
	
	.row .blog-recent[data-style=list_featured_first_row].columns-3 .featured .post-featured-img {
		padding-bottom: 75%;
	}
	
	.section-down-arrow i.icon-default-style[class^=icon-] {
		font-size: 16px;
	}
	
	.section-down-arrow {
		bottom: 10px;
		right: 20px;
	}
	
	#contact-map {
		height: 270px;
	}
	
	.nectar-google-map {
		max-height: 270px;
	}
	
	.pp_pic_holder {
		left: 9px;
		width: 96%;
	}
	
	.pp_content {
		width: 100%;
		height: 290px;
	}
	
	.pp_content iframe {
		width: 100%;
	}
	
	.pp_content .pp_inline iframe {
		height: 250px;
	}
	
	.pp_content #pp_full_res img {
		width: 100%;
		height: auto;
	}
	
	#page-header-bg .span_6 h1, .single.single-post .section-title h1, body.search #page-header-bg h1, body.single.single-post .row .col.section-title.span_12 h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 4px;
	}
	
	#page-header-bg .span_6 {
		top: auto !important;
		float: none;
	}
	
	#page-header-bg .author-section .meta-author .avatar {
		display: none;
	}
	
	#ajax-content-wrap .pricing-table>div {
		width: 100%;
		margin: 0 0 25px 0;
	}
	
	#page-header-bg #portfolio-nav ul, .section-title #portfolio-nav ul {
		margin-bottom: 0;
	}
	
	#portfolio-nav ul:first-child {
		z-index: 103;
	}
	
	#portfolio-nav .controls:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	body .container .portfolio-filters-inline.full-width-content .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	body #full_width_portfolio .project-title.parallax-effect .container, body #page-header-bg .project-title .container {
		padding-bottom: 30px;
	}
	
	body #page-header-bg .section-title {
		padding: 0;
	}
	
	.ascend #ajax-content-wrap .comment-list .reply {
		top: 0;
	}
	
	#customer_details>div {
		width: 100%;
		float: none;
	}
	
	.main-content .col.span_2 .col.span_2, .main-content .col.span_3 .col.span_2, .main-content .col.span_4 .col.span_2, .main-content .col.span_6 .col.span_2 {
		width: 15%;
	}
	
	.main-content .col.span_2 .col.span_10, .main-content .col.span_3 .col.span_10, .main-content .col.span_4 .span_10, .main-content .col.span_6 .col.span_10 {
		width: 83%;
	}
	
	.slider-pagination {
		bottom: 10px;
	}
	
	.main-content .col.span_2 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_4 .col.span_2 img, .main-content .col.span_6 .col.span_2 img {
		padding-right: 13px;
		top: -3px;
	}
	
	#buddypress .register-section {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
		padding: 0 10% !important;
	}
	
	#header-outer[data-full-width=true] header>.container {
		padding: 0;
	}
	
	.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot {
		width: 25px;
	}
}

@media only screen and (min-width :1px) and (max-width :999px) {
	.container {
		max-width: var(--mobile-container-width);
	}
	
	.container .nectar-global-section>.container {
		max-width: 100%;
	}
	
	.n-sticky {
		width: 100%;
	}
	
	#to-top:not(.mobile-enabled) {
		display: none;
	}
	
	div[data-advanced-animation=true]:not([data-persist-animation]) {
		transform: none !important;
		opacity: 1 !important;
	}
	
	body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
		display: none;
	}
	
	body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.starting-logo.dark-version, body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.starting-logo:not(.dark-version):not(.mobile-only-logo), body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml=true] img:not(.mobile-only-logo) {
		display: none !important;
	}
	
	#page-header-bg .span_6, #page-header-bg[data-parallax="1"] .span_6 .inner-wrap, body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.mobile-only-logo.starting-logo.dark-version, body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.mobile-only-logo.starting-logo:not(.dark-version), body #header-outer:not(.transparent) #top .span_3 #logo .mobile-only-logo {
		display: block !important;
	}
	
	body #header-outer[data-permanent-transparent="1"][data-transparent-header=true].transparent #top .span_3 #logo .mobile-only-logo {
		opacity: 1 !important;
	}
	
	body[data-hhun="1"] #header-outer[data-mobile-fixed=false].invisible:not(.side-widget-open) {
		transform: none !important;
		pointer-events: auto !important;
	}
	
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo, #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 .logo-clone {
		display: none;
	}
	
	#page-header-bg[data-parallax="1"], #page-header-bg[data-parallax="1"] .span_6 {
		padding-right: 0;
		transform: translate(0) !important;
		visibility: visible !important;
	}
	
	#ajax-content-wrap .video-texture {
		display: none;
	}
	
	.full-width-content.parallax_section, .full-width-section.parallax_section {
		background-attachment: scroll !important;
		background-position: center !important;
	}
	
	#page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image, .wpb_row.parallax_section .row-bg.using-image {
		backface-visibility: hidden;
	}
	
	#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
		transition: none;
	}
	
	.material #header-outer.transparent .bg-color-stripe {
		height: 30vh;
	}
	
	img.img-with-animation[data-animation=fade-in-from-right] {
		padding-left: 0;
	}
	
	img.img-with-animation[data-animation=fade-in-from-left] {
		padding-right: 0;
	}
	
	img.img-with-animation[data-animation=fade-in-from-bottom] {
		bottom: 0;
	}
	
	.img-with-aniamtion-wrap .inner {
		margin: 0 !important;
	}
	
	body .img-with-aniamtion-wrap img {
		max-width: 100%;
	}
	
	body .img-with-aniamtion-wrap:not([data-max-width-mobile=default]) .inner {
		max-width: none !important;
	}
	
	.img-with-aniamtion-wrap[data-max-width-mobile*="%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) img {
		width: 100%;
	}
	
	.img-with-aniamtion-wrap[data-max-width="75%"] .inner {
		max-width: 75%;
	}
	
	.img-with-aniamtion-wrap[data-max-width="50%"] .inner {
		max-width: 50%;
	}
	
	.full-width-section>.col.span_12 {
		margin-bottom: 0;
	}
	
	div[data-bg-mobile-hidden=true] .row-bg.using-image {
		background-image: none !important;
	}
	
	div[data-bg-mobile-hidden=true] .row-bg.using-image.nitro-lazy {
		background-image: none !important;
	}
	
	div[data-bg-mobile-hidden=true] .row-bg.using-image picture {
		display: none;
	}
	
	.full-width-section {
		margin-top: 0;
	}
	
	#header-outer #top #logo img, #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version, body[data-bg-header=true] .full-width-content.first-section, body[data-bg-header=true] .full-width-section.first-section, body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section {
		margin-top: 0 !important;
	}
	
	.nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
		max-width: 75%;
	}
	
	body #header-outer[data-format=centered-menu-bottom-bar] #top #logo img, body #header-outer[data-format=centered-menu-under-logo] #top #logo img {
		margin: 0;
	}
	
	#header-outer[data-has-menu=false][data-format=default] #top .span_3, #header-outer[data-has-menu=true] #top .span_3, #header-outer[data-has-menu=true][data-mobile-fixed="1"] #top .span_3, #header-outer[data-has-menu=true][data-ptnm="1"] #top .span_3, body.material #header-outer[data-format=centered-menu-bottom-bar] #top .span_3 {
		text-align: left;
	}
	
	#header-outer[data-transparent-header=true].no-pointer-events.side-widget-open {
		pointer-events: auto;
	}
	
	.material #header-outer[data-transparent-header=true][data-mobile-fixed="1"].transparent {
		overflow: visible;
	}
	
	#header-outer[data-mobile-fixed="1"], #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
		position: fixed !important;
	}
	
	.material #header-outer[data-mobile-fixed=false][data-using-secondary="1"], .material.admin-bar #header-outer[data-mobile-fixed=false][data-using-secondary="1"] {
		top: 0;
	}
	
	body #header-outer[data-transparent-header=true][data-remove-border=true], body #header-outer[data-transparent-header=true][data-remove-border=true].transparent {
		border: none;
	}
	
	body[data-slide-out-widget-area-style=slide-out-from-right-hover][data-slide-out-widget-area=true][data-user-set-ocm=off] #header-outer header>.container {
		max-width: 100%;
		padding: 0 18px;
	}
	
	.using-mobile-browser .slide-out-hover-icon-effect a {
		pointer-events: auto;
	}
	
	.container-wrap {
		z-index: 11;
	}
	
	.work-item:not([data-custom-content=on]) .work-info-bg {
		display: none;
	}
	
	.style-3 .work-info-bg {
		display: block;
	}
	
	#header-outer[data-permanent-transparent=false] #logo .dark-version, body #top #logo img {
		height: 24px;
		margin-top: -3px;
		top: 3px;
		position: relative;
	}
	
	#header-outer #top #logo img, #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version {
		top: 0;
	}
	
	#header-outer[data-permanent-transparent=false] #logo .dark-version, body.material #header-outer[data-permanent-transparent=false] #logo .dark-version {
		position: absolute;
	}
	
	.ascend #header-outer:not([data-transparent-header=true]) #top #logo img.stnd, .ascend #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd, .material #header-outer:not([data-transparent-header=true]) #top #logo img.stnd, .material #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd, .original #header-outer:not([data-transparent-header=true]) #top #logo img.stnd, .original #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd {
		position: relative;
	}
	
	body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version, body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo {
		top: 6px;
	}
	
	.admin-bar #header-outer, .logged-in.buddypress #header-outer {
		top: 0;
	}
	
	.admin-bar.material-ocm-open #header-outer.transparent {
		top: 46px;
	}
	
	body #header-outer {
		margin-bottom: 0;
		padding: 12px 0;
	}
	
	body #header-outer:has(>div[class*=nectar_hook_before_secondary_header]) {
		padding-top: 0;
	}
	
	body #header-outer>div[class*=nectar_hook_before_secondary_header] {
		margin-bottom: 12px;
	}
	
	body.page-template-template-no-header-footer.nectar_using_pfsr #header-outer, body.page-template-template-no-header.nectar_using_pfsr #header-outer {
		padding: 0;
	}
	
	body #header-outer, body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header=true]):not(.detached), body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent=false][data-using-secondary="1"]:not([data-transparent-header=true]) {
		position: relative;
	}
	
	.ascend #header-outer[data-transparent-header=true][data-remove-border=false].transparent, .original #header-outer[data-transparent-header=true][data-remove-border=false].transparent {
		transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease;
	}
	
	#header-outer[data-permanent-transparent="1"].transparent #top .span_9>.slide-out-widget-area-toggle i {
		color: #fff;
	}
	
	body #slide-out-widget-area.slide-out-from-right-hover {
		z-index: 9999;
	}
	
	#header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
		opacity: 1;
	}
	
	#header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
		opacity: 0;
	}
	
	#slide-out-widget-area {
		top: 0 !important;
	}
	
	#header-outer #logo {
		top: 0;
		left: 0;
	}
	
	#header-space {
		display: none;
	}
	
	#header-space[data-header-mobile-fixed="1"] {
		display: block;
	}
	
	#top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
		display: inline-block;
	}
	
	#top .col.span_3 {
		left: 0;
		top: 0;
		z-index: 100;
		width: 100%;
	}
	
	#header-outer[data-format=centered-logo-between-menu] #top .span_3, #header-outer[data-format=centered-menu] #top .span_3, #top .col.span_3 {
		position: relative;
	}
	
	#header-outer #top .col.span_3 {
		line-height: 0;
	}
	
	#header-outer #top .col.span_3 #logo {
		vertical-align: middle;
	}
	
	#top .col.span_9 {
		margin-left: 0;
		margin-bottom: 0;
		width: 100% !important;
		float: none;
		z-index: 100;
		position: static;
		display: flex;
		align-items: center;
	}
	
	#header-outer[data-format=centered-logo-between-menu] .row .col.span_9, #header-outer[data-format=centered-menu] #top .span_9 {
		position: static;
	}
	
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9, #top .col.span_9 {
		min-height: 0;
		width: auto !important;
		position: absolute !important;
		right: 0;
		top: 0;
		z-index: 2000;
		height: 100%;
	}
	
	#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container, .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6, body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) .span_6>.inner-wrap, body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6>.inner-wrap, body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-bottom], body[data-slide-out-widget-area=true] #top #logo {
		transform: none !important;
	}
	
	body[data-slide-out-widget-area=true] #top .span_9>.slide-out-widget-area-toggle.std-menu {
		left: 0 !important;
		right: auto !important;
		text-align: left;
		z-index: 10000;
	}
	
	body[data-slide-out-widget-area=true] #top .span_3 {
		text-align: center;
	}
	
	body[data-slide-out-widget-area=true] #header-outer[data-has-menu=false] #top .span_3 {
		text-align: left;
	}
	
	#header-outer .slide-out-widget-area-toggle .lines, #header-outer .slide-out-widget-area-toggle .lines-button, #header-outer .slide-out-widget-area-toggle .lines:after, #header-outer .slide-out-widget-area-toggle .lines:before {
		width: 22px;
	}
	
	#header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
		top: -6px;
	}
	
	body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
		top: 6px;
	}
	
	#header-outer[data-mobile-fixed="1"] #top #logo, body[data-slide-out-widget-area=true] #top #logo {
		display: inline-block;
	}
	
	body[data-slide-out-widget-area=true]:not(.material) [data-transparent-header=true][data-mobile-fixed=false] #top #logo {
		position: relative;
	}
	
	body[data-slide-out-widget-area=true] #top .col.span_3 {
		width: 100%;
	}
	
	body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
		display: block;
	}
	
	#slide-out-widget-area .widget_nav_menu {
		overflow-y: hidden;
		overflow-x: hidden;
	}
	
	#header-outer #top nav>ul {
		width: auto;
		padding: 15px 0 25px 0;
		margin: 0 auto 0 auto;
		z-index: 100000;
		position: relative;
	}
	
	#header-outer #top nav>ul>li>ul>li {
		opacity: 1;
		transform: none;
	}
	
	#header-outer #top nav>ul>.megamenu>ul>li, #top nav>ul li {
		display: block;
		width: auto;
		margin-left: 0;
	}
	
	#top nav>ul>.megamenu>.sub-menu {
		width: auto !important;
		opacity: 1;
		display: block;
	}
	
	#top nav>ul ul {
		position: relative;
		width: auto;
		top: 0;
		left: 0;
		padding: 0;
		opacity: 1;
		visibility: visible;
		box-shadow: 0 0 0 #fff;
		background-color: rgba(255, 255, 255, 0);
		float: none;
	}
	
	#top nav>ul ul li {
		padding-left: 20px;
	}
	
	#top nav .sf-menu .sfHover>a {
		color: #ffbaaf;
	}
	
	a>.sf-sub-indicator {
		right: 0;
		position: absolute;
		padding: 16px;
		left: auto;
		top: 0;
		height: auto;
		width: auto;
	}
	
	#ajax-content-wrap .mejs-controls {
		display: flex;
		visibility: visible;
	}
	
	#ajax-content-wrap .post-area {
		padding-right: 0;
		margin-bottom: 0;
	}
	
	.slider-nav {
		position: relative;
		max-width: 600px;
		margin: -40px auto 0 auto;
	}
	
	body .slider-nav>span {
		height: 25px;
		width: 25px;
	}
	
	body .slider-nav>.left {
		left: 0;
	}
	
	body .slider-nav>.right {
		left: 30px;
	}
	
	#header-outer #top nav, .slider-nav span span {
		display: none !important;
	}
	
	#pagination {
		margin-bottom: 40px;
	}
	
	.portfolio-items .col .work-item .work-info .custom-content .nectar-button {
		width: auto;
	}
	
	#page-header-bg, #page-header-wrap, body .nectar-button.see-through-2, body .nectar-button.see-through-3 {
		transition: none !important;
	}
	
	#ajax-content-wrap .wp-caption {
		width: 100%;
	}
	
	.main-content>div {
		padding-bottom: 0;
	}
	
	#single-meta {
		display: block;
		clear: both;
		margin-bottom: 10px;
	}
	
	#page-header-bg[data-parallax="1"], body #page-header-bg:not(.fullscreen-header) .row, body.single-post #page-header-bg:not(.fullscreen-header) .row, body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6>.inner-wrap, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
		top: 0 !important;
	}
	
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	
	body:not(.single-post) #page-header-bg[data-padding-amt=low]:not(.fullscreen-header) {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	body:not(.single-post) #page-header-bg[data-padding-amt=high]:not(.fullscreen-header) {
		padding-top: 13%;
		padding-bottom: 13%;
	}
	
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
		min-height: 40px;
	}
	
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
		min-height: 80px;
	}
	
	#page-header-bg[data-parallax="1"], #single-meta, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6>.inner-wrap:first-child, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6, body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6 .inner-wrap, body[data-header-format] #header-secondary-outer {
		position: relative !important;
	}
	
	body:not(.single-post) .nectar-particles svg {
		display: none;
	}
	
	#header-outer:not([data-permanent-transparent="1"]), #page-header-wrap, #top, .full-page-inner-wrap[data-content-pos=full_height] .full-page-inner>.span_12, .vc_text_separator, body:not(.single-post) #page-header-bg:not(.fullscreen-header), body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header), body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
		height: auto !important;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) {
		padding-top: 16%;
		padding-bottom: 4%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=low]:not(.fullscreen-header) {
		padding-top: 10%;
		padding-bottom: 2%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=high]:not(.fullscreen-header) {
		padding-top: 20%;
		padding-bottom: 6%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
		padding-top: 4%;
		padding-bottom: 16%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=low]:not(.fullscreen-header) {
		padding-top: 2%;
		padding-bottom: 10%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=high]:not(.fullscreen-header) {
		padding-top: 6%;
		padding-bottom: 20%;
	}
	
	.related-posts.columns-3 .span_4 {
		margin-right: 0;
	}
	
	#single-meta ul {
		margin-left: 0;
	}
	
	.page-template-template-portfolio-php .portfolio-filters {
		margin-bottom: 0;
	}
	
	#footer-outer #social li {
		width: 33px;
		margin-top: 9px;
		margin-bottom: 9px;
	}
	
	.nectar-recent-posts-slider .recent-post-container {
		max-width: none;
	}
	
	.nectar-recent-posts-slider .flickity-page-dots, .nectar-recent-posts-slider .recent-post-container {
		padding: 0 40px;
	}
	
	.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button {
		display: none;
	}
	
	.nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
		width: 60%;
		margin-right: 7%;
	}
	
	.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
		max-width: 100%;
	}
	
	.span_9 .carousel-heading {
		padding-right: 0 !important;
	}
	
	#page-header-wrap {
		margin-top: 0;
		overflow: visible;
	}
	
	#page-header-bg .span_6, #page-header-bg[data-parallax="1"] .span_6 .inner-wrap {
		opacity: 1 !important;
	}
	
	body #header-outer[data-using-secondary="1"], body.admin-bar #header-outer[data-using-secondary="1"] {
		top: 0;
	}
	
	h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
		display: inline-block;
		margin-top: 20px;
	}
	
	body .clients.no-carousel:not(.fade-in-animation)>div {
		opacity: 1;
	}
	
	#page-header-bg[data-parallax="1"] .span_6 .inner-wrap {
		transform: none !important;
	}
	
	.owl-carousel[data-enable-animation=true] .owl-controls, .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, .post-area.masonry:not(.meta_overlaid) {
		opacity: 1 !important;
	}
	
	.col.has-animation[data-animation=fade-in-from-bottom], .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom], .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
		bottom: 0 !important;
	}
	
	.post-area.col_last:not(.auto_meta_overlaid_spaced) {
		padding-left: 0 !important;
	}
	
	.col.centered-text ul, .col.centered-text ul li, .wpb_column.centered-text ul, .wpb_column.centered-text ul li {
		text-align: left;
		margin-left: 0 !important;
	}
	
	.col.centered-text ul, .wpb_column.centered-text ul {
		margin: 0 !important;
		display: block !important;
	}
	
	#ajax-content-wrap .nectar-fancy-ul[data-animation=true] ul li, .nectar-fancy-ul[data-animation=true] ul li {
		left: 0;
	}
	
	.testimonial_slider .controls ul {
		text-align: center !important;
	}
	
	#page-header-bg[data-parallax="0"] {
		margin-top: -1px;
	}
	
	.wpb_tabs_nav .cta-button {
		top: 0;
		transform: translateY(-100%);
		left: 0;
		right: auto;
	}
	
	#footer-widgets .container .row>div:last-child {
		margin-bottom: 0 !important;
	}
	
	.woocommerce .pp_gallery, body .pp_gallery {
		display: none;
	}
	
	.material .span_9 #author-bio {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width:479px) {
	.full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto {
		width: 320px;
	}
}

@media only screen and (min-width:480px) and (max-width:690px) {
	.iosSlider.product-thumbnails .thumb {
		width: 98px;
	}
}

@media screen and (max-width:782px) {
	.admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], .admin-bar #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"], .logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], .logged-in.buddypress #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"], body.admin-bar #header-outer[data-transparent-header=true][data-mobile-fixed=false] {
		top: 47px;
	}
	
	#header-secondary-outer[data-permanent-transparent="1"] {
		margin-top: 0;
	}
	
	body {
		position: static;
	}
	
	#fp-nav.tooltip_alt {
		display: none;
	}
}

@media only screen and (min-width:481px) and (max-width:1025px) and (orientation:landscape) {
	#header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a:hover .menu-title-text:after {
		display: none;
	}
	
	#to-top {
		display: none;
	}
	
	body .slide-out-hover-icon-effect a {
		pointer-events: auto;
	}
	
	#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
		transition: none;
	}
	
	#page-header-bg[data-parallax="1"], #page-header-bg[data-parallax="1"] .span_6 {
		position: relative !important;
	}
	
	#page-header-bg[data-parallax="1"] {
		top: 0 !important;
	}
	
	#page-header-bg .span_6 {
		display: block !important;
		opacity: 1 !important;
	}
	
	.swiper-container .slider-right {
		right: 0 !important;
	}
	
	.video-texture {
		display: none;
	}
	
	img.img-with-animation[data-animation=fade-in-from-right] {
		padding-left: 0;
	}
	
	img.img-with-animation[data-animation=fade-in-from-left] {
		padding-right: 0;
	}
	
	.col.has-animation[data-animation=fade-in-from-bottom], .wpb_column.has-animation[data-animation=fade-in-from-bottom], img.img-with-animation[data-animation=fade-in-from-bottom] {
		bottom: 0;
	}
	
	#full_width_portfolio .project-title.parallax-effect, .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, .parallax_slider_outer.first-section .nectar-slider-wrap, .parallax_slider_outer.first-section .swiper-slide .content {
		transform: none !important;
	}
	
	.owl-carousel[data-enable-animation=true] .owl-controls, .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, .parallax_slider_outer.first-section .swiper-slide .content {
		opacity: 1 !important;
	}
	
	.col.has-animation[data-animation=grow-in], .img-with-animation[data-animation=grow-in], .wpb_column.has-animation[data-animation=grow-in] {
		visibility: visible;
	}
	
	.portfolio-items .col .work-item .work-info a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	
	.portfolio-items .col .work-item .work-info .custom-content .nectar-button {
		width: auto;
	}
	
	body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
		opacity: 1;
	}
	
	body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner, body .portfolio-items[data-ps="6"] .work-item .work-meta .inner {
		opacity: 1;
		transform: scale(1);
	}
	
	.portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
		height: 100%;
		top: 0;
		transform: none;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (hover:none) and (pointer:coarse) {
	body .parallax_section .row-bg[data-parallax-speed=fixed] {
		background-attachment: scroll !important;
	}
}

@media only screen and (max-width:2600px) {
	body[data-ajax-transitions=true].using-mobile-browser #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
		display: none;
	}
	
	body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
		overflow-y: scroll;
	}
	
	body.using-mobile-browser .parallax_section .row-bg[data-parallax-speed=fixed] {
		background-attachment: scroll !important;
	}
	
	body.using-mobile-browser .cp-modal-popup-container {
		position: relative;
		z-index: 100000;
	}
	
	body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video, body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video {
		display: none;
	}
	
	body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
		display: block;
	}
	
	.using-mobile-browser img.img-with-animation[data-animation=fade-in-from-right] {
		padding-left: 0;
	}
	
	.using-mobile-browser img.img-with-animation[data-animation=fade-in-from-left] {
		padding-right: 0;
	}
	
	.using-mobile-browser .col.has-animation[data-animation=fade-in-from-bottom], .using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-bottom], .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-bottom] {
		bottom: 0;
	}
	
	.using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, .using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect=zoom-out].loaded .slide-bg-wrap, .using-mobile-browser .portfolio-items .style-5 .parallaxImg-rendered-layer {
		transform: none !important;
	}
	
	.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6, .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-controls, .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
		opacity: 1 !important;
	}
	
	.using-mobile-browser .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
		top: 50%;
		left: 50%;
	}
	
	.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
		display: block !important;
	}
	
	.using-ios-device .slide-out-hover-icon-effect a, .using-mobile-browser .slide-out-hover-icon-effect a, .using-touch-device .slide-out-hover-icon-effect a {
		pointer-events: auto;
	}
	
	.using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
		backface-visibility: hidden;
	}
	
	body.using-mobile-browser .nectar-video-wrap {
		height: 100%;
	}
	
	body.using-mobile-browser .blurred-wrap.blurred {
		filter: blur(0);
	}
}

@media only screen and (min-width:1600px) {
	.full-width-content .post-area .masonry-blog-item, .post-area.full-width-content .masonry-blog-item {
		width: 18%;
	}
	
	body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide {
		width: 50%;
	}
	
	body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
		width: 50%;
	}
	
	body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall, body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular {
		width: 25%;
	}
}

@media only screen and (min-width:1300px) and (max-width:1600px) {
	body .default-style .portfolio-items .col.elastic-portfolio-item {
		width: 22.43% !important;
	}
	
	.full-width-content .post-area .masonry-blog-item, .post-area.full-width-content .masonry-blog-item {
		width: 23%;
	}
	
	.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
		padding-left: 2.8% !important;
	}
}

@media only screen and (min-width:990px) and (max-width:1300px) {
	body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item {
		width: 25%;
	}
}

@media only screen and (min-width:470px) and (max-width:990px) {
	.portfolio-items .elastic-portfolio-item {
		width: 50%;
	}
}

@media only screen and (max-width:690px) and (min-width:470px) {
	.format-status .post-content .status-inner, .post.format-aside .aside-inner, .post.link .post-content .link-inner, .post.quote .post-content .quote-inner {
		padding: 50px 10%;
	}
}

@media only screen and (max-width:690px) {
	body[data-remove-m-video-bgs="1"] .nectar-video-wrap video, body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video {
		display: none;
	}
	
	body[data-remove-m-video-bgs="1"] .mobile-video-image {
		display: block;
	}
	
	.posts-container[data-load-animation=fade_in] article .inner-wrap, .posts-container[data-load-animation=fade_in] article .inner-wrap.animated, .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap, .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap.animated, .posts-container[data-load-animation=perspective] article .inner-wrap, .posts-container[data-load-animation=perspective] article .inner-wrap.animated {
		opacity: 1;
		transform: translateY(0);
	}
	
	.post-area.masonry.classic .posts-container:not(.meta-moved) .post-content>.post-meta {
		opacity: 0;
		position: absolute !important;
	}
	
	.material .related-post-wrap h3.related-title {
		padding-top: 60px;
	}
	
	.nectar-recent-posts-slider .inner-wrap {
		max-width: 80%;
	}
	
	.arhchive #page-header-wrap #page-header-bg .subheader {
		display: none;
	}
}

@media only screen and (max-width:470px) {
	.format-status .post-content .status-inner, .post.format-aside .aside-inner, .post.link .post-content .link-inner, .post.quote .post-content .quote-inner {
		padding: 50px 10%;
	}
	
	.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
		padding: 0 10% !important;
	}
	
	body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
		margin: 0;
	}
	
	body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
		padding-left: 0;
		padding-right: 0;
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
	padding: 4px;
}

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

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

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

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #888 rgba(255, 255, 255, 0);
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
	content: "";
	display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

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

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #0073aa;
	color: #fff;
}

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

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}

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

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #0073aa;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #888 rgba(255, 255, 255, 0);
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #0073aa;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid rgba(255, 255, 255, 0);
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: #3875d7;
	color: #fff;
}

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

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #0073aa;
}

body[data-hhun="1"].original #header-outer.detached:not(.side-widget-open) {
	transform: translateY(0);
}

body[data-hhun="1"].original #header-outer[data-remove-border=true].detached:not(.side-widget-open) {
	border-color: rgba(255, 255, 255, 0);
}

.original #slide-out-widget-area[class*=slide-out-from-right] {
	display: block;
}

body.original .slide-out-hover-icon-effect.small .lines-button {
	top: 10px;
}

body.original #header-outer[data-has-menu=true] .lines-button {
	top: 10px;
}

body.original .comment-list .pingback .comment-body {
	padding-left: 25px;
}

.original #top nav ul #nectar-user-account>div, .original #top nav ul #search-btn>div, .original #top nav ul .nectar-woo-cart>div, .original #top nav ul .slide-out-widget-area-toggle>div {
	padding-left: 19px;
}

.original[data-form-style=default] input[type=date]:focus, .original[data-form-style=default] input[type=email]:focus, .original[data-form-style=default] input[type=number]:focus, .original[data-form-style=default] input[type=password]:focus, .original[data-form-style=default] input[type=search]:focus, .original[data-form-style=default] input[type=tel]:focus, .original[data-form-style=default] input[type=text]:focus, .original[data-form-style=default] input[type=url]:focus, .original[data-form-style=default] textarea:focus {
	background-color: #ebebeb;
}

.original .nectar-button.extra-color-gradient-1, .original .nectar-button.extra-color-gradient-2, .original .nectar-button.see-through-extra-color-gradient-1, .original .nectar-button.see-through-extra-color-gradient-2 {
	background-color: transparent !important;
	opacity: 1;
	box-shadow: none;
}

.nectar-button.extra-color-gradient-1:after, .nectar-button.extra-color-gradient-2:after, .nectar-button.see-through-extra-color-gradient-1:after, .nectar-button.see-through-extra-color-gradient-2:after {
	position: absolute;
	content: " ";
	top: -2%;
	left: -1%;
	width: 101.5%;
	height: 104%;
	transform-origin: right;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-ms-transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
	transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
	-webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
	z-index: -1;
}

.nectar-button.extra-color-gradient-1:hover:after, .nectar-button.extra-color-gradient-2:hover:after, .nectar-button.see-through-extra-color-gradient-1:after, .nectar-button.see-through-extra-color-gradient-2:after {
	background-size: 225% 100% !important;
	background-position: right !important;
}

.nectar-button.extra-color-gradient-1:after, .nectar-button.extra-color-gradient-2:after, .nectar-button.see-through-extra-color-gradient-1:hover:after, .nectar-button.see-through-extra-color-gradient-2:hover:after {
	background-position: left !important;
	background-size: 100% 100% !important;
}

.nectar-button.see-through-extra-color-gradient-1:hover:after, .nectar-button.see-through-extra-color-gradient-2:hover:after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform-origin: left;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
}

.nectar-button.extra-color-gradient-1:after, .nectar-button.extra-color-gradient-2:after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform-origin: left;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
}

.nectar-button.extra-color-gradient-1:hover:after, .nectar-button.extra-color-gradient-2:hover:after {
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform-origin: right;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
}

.nectar-button.extra-color-gradient-1 .hover, .nectar-button.extra-color-gradient-1 .start, .nectar-button.extra-color-gradient-2 .hover, .nectar-button.extra-color-gradient-2 .start, .nectar-button.see-through-extra-color-gradient-1 .hover, .nectar-button.see-through-extra-color-gradient-1 .start, .nectar-button.see-through-extra-color-gradient-2 .hover, .nectar-button.see-through-extra-color-gradient-2 .start {
	-ms-transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
	transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
	-webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
}

.nectar-button.extra-color-gradient-1 .start, .nectar-button.extra-color-gradient-2 .start, .nectar-button.see-through-extra-color-gradient-1 .start, .nectar-button.see-through-extra-color-gradient-2 .start {
	animation: gradientTextHoverHover .38s;
	animation-timing-function: cubic-bezier(.2, .9, .4, .9);
	animation-fill-mode: forwards;
	display: inline-block !important;
}

.nectar-button.extra-color-gradient-1 .hover, .nectar-button.extra-color-gradient-2 .hover, .nectar-button.see-through-extra-color-gradient-1 .hover, .nectar-button.see-through-extra-color-gradient-2 .hover {
	position: absolute;
	display: inline;
	left: 0;
	animation: gradientTextHoverOff .38s;
	animation-timing-function: cubic-bezier(.2, .9, .4, .9);
	animation-fill-mode: forwards;
	text-align: center;
	width: 100%;
	opacity: 0;
	z-index: 0;
}

.nectar-button[class*=extra-color-gradient] .hover {
	padding: inherit;
	top: 0;
}

.nectar-button.extra-color-gradient-1:hover .hover, .nectar-button.extra-color-gradient-2:hover .hover, .nectar-button.see-through-extra-color-gradient-1:hover .hover, .nectar-button.see-through-extra-color-gradient-2:hover .hover {
	animation: gradientTextHoverHover .38s;
	animation-timing-function: cubic-bezier(.2, .9, .4, .9);
	animation-fill-mode: forwards;
}

.nectar-button.extra-color-gradient-1:hover .start, .nectar-button.extra-color-gradient-2:hover .start, .nectar-button.see-through-extra-color-gradient-1:hover .start, .nectar-button.see-through-extra-color-gradient-2:hover .start {
	animation: gradientTextHoverOff .38s;
	animation-timing-function: cubic-bezier(.2, .9, .4, .9);
	animation-fill-mode: forwards;
}

.nectar-button.see-through-extra-color-gradient-1 .hover, .nectar-button.see-through-extra-color-gradient-2 .hover {
	position: absolute;
	display: inline;
	left: 0;
	text-align: center;
	width: 100%;
	opacity: 0;
	z-index: 100;
}

.nectar-button.extra-color-gradient-1 .start.loading, .nectar-button.extra-color-gradient-2 .start.loading, .nectar-button.see-through-extra-color-gradient-1 .start.loading, .nectar-button.see-through-extra-color-gradient-2 .start.loading {
	animation: gradientTextHoverHover 0s;
}

.light .nectar-button.extra-color-gradient-1:hover .hover, .light .nectar-button.extra-color-gradient-2:hover .hover, .light .nectar-button.see-through-extra-color-gradient-1 .start, .light .nectar-button.see-through-extra-color-gradient-1:hover .start, .light .nectar-button.see-through-extra-color-gradient-2 .start, .light .nectar-button.see-through-extra-color-gradient-2:hover .start, div[data-text-color=light] .nectar-button.extra-color-gradient-1:hover .hover, div[data-text-color=light] .nectar-button.extra-color-gradient-2:hover .hover, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1 .start, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1:hover .start, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2 .start, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2:hover .start {
	background: 0 0 !important;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: #fff;
	background-clip: border-box;
}

.light .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start, .light .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
	color: #fff !important;
}

.light .nectar-button.extra-color-gradient-1 .start, .light .nectar-button.extra-color-gradient-2 .start, .light .nectar-button.see-through-extra-color-gradient-1 .start, .light .nectar-button.see-through-extra-color-gradient-1:hover .start, .light .nectar-button.see-through-extra-color-gradient-2 .start, .light .nectar-button.see-through-extra-color-gradient-2:hover .start, div[data-text-color=light] .nectar-button.extra-color-gradient-1 .start, div[data-text-color=light] .nectar-button.extra-color-gradient-2 .start, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1 .start, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1:hover .start, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2 .start, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2:hover .start {
	opacity: 1 !important;
	animation: none !important;
}

.light .nectar-button.extra-color-gradient-1 .hover, .light .nectar-button.extra-color-gradient-2 .hover, .light .nectar-button.see-through-extra-color-gradient-1 .hover, .light .nectar-button.see-through-extra-color-gradient-2 .hover, div[data-text-color=light] .nectar-button.extra-color-gradient-1 .hover, div[data-text-color=light] .nectar-button.extra-color-gradient-2 .hover, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1 .hover, div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2 .hover {
	opacity: 0 !important;
	animation: none !important;
}

@keyframes gradientTextHoverHover {
	0% {
		transform: translateX(0);
		opacity: 0;
	}
	
	70% {
		opacity: 1;
	}
	
	100% {
		transform: translateX(0) !important;
		opacity: 1;
	}
}

@keyframes gradientTextHoverOff {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	
	70% {
		opacity: 0;
	}
	
	100% {
		transform: translateX(0) !important;
		opacity: 0;
	}
}

.nectar-button.extra-color-gradient-1.medium.has-icon, .nectar-button.extra-color-gradient-2.medium.has-icon, .nectar-button.see-through-extra-color-gradient-1.medium.has-icon, .nectar-button.see-through-extra-color-gradient-2.medium.has-icon {
	padding: 7px 30px;
}

.nectar-button.extra-color-gradient-1.large.has-icon, .nectar-button.extra-color-gradient-2.large.has-icon, .nectar-button.see-through-extra-color-gradient-1.large.has-icon, .nectar-button.see-through-extra-color-gradient-2.large.has-icon {
	padding: 12px 35px;
}

.nectar-button.extra-color-gradient-1 i, .nectar-button.extra-color-gradient-2 i, .nectar-button.see-through-extra-color-gradient-1 i, .nectar-button.see-through-extra-color-gradient-2 i {
	opacity: 1;
	right: 24px;
	background: inherit;
	background-size: 500% 100%;
	background-position: right;
}

.nectar-button.extra-color-gradient-1.has-icon span, .nectar-button.extra-color-gradient-2.has-icon span, .nectar-button.see-through-extra-color-gradient-1.has-icon span, .nectar-button.see-through-extra-color-gradient-2.has-icon span {
	left: -18px;
}

body .nectar-button.extra-color-gradient-1.has-icon:hover i, body .nectar-button.extra-color-gradient-1.has-icon:hover span, body .nectar-button.extra-color-gradient-2.has-icon:hover i, body .nectar-button.extra-color-gradient-2.has-icon:hover span, body .nectar-button.see-through-extra-color-gradient-1.has-icon:hover i, body .nectar-button.see-through-extra-color-gradient-1.has-icon:hover span, body .nectar-button.see-through-extra-color-gradient-2.has-icon:hover i, body .nectar-button.see-through-extra-color-gradient-2.has-icon:hover span {
	-ms-transform: none;
	transform: none;
	-webkit-transform: none;
}

.nectar-button.extra-color-gradient-1.jumbo i, .nectar-button.extra-color-gradient-2.jumbo i, .nectar-button.see-through-extra-color-gradient-1.jumbo i, .nectar-button.see-through-extra-color-gradient-2.jumbo i {
	opacity: 1;
	font-size: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	margin-top: -10px;
}

.nectar-button.extra-color-gradient-1.extra_jumbo i, .nectar-button.extra-color-gradient-2.extra_jumbo i, .nectar-button.see-through-extra-color-gradient-1.extra_jumbo i, .nectar-button.see-through-extra-color-gradient-2.extra_jumbo i {
	width: 40px;
}

.nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span, .nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span, .nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span, .nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span {
	left: -35px;
}

.nectar-button.extra-color-gradient-1.has-icon.jumbo span, .nectar-button.extra-color-gradient-2.has-icon.jumbo span, .nectar-button.see-through-extra-color-gradient-1.has-icon.jumbo span, .nectar-button.see-through-extra-color-gradient-2.has-icon.jumbo span {
	left: -16px;
}

.nectar-button.extra-color-gradient-1.has-icon.large span, .nectar-button.extra-color-gradient-2.has-icon.large span, .nectar-button.see-through-extra-color-gradient-1.has-icon.large span, .nectar-button.see-through-extra-color-gradient-2.has-icon.large span {
	left: -14px;
}

.nectar-button.extra-color-gradient-1.has-icon.medium span, .nectar-button.extra-color-gradient-2.has-icon.medium span, .nectar-button.see-through-extra-color-gradient-1.has-icon.medium span, .nectar-button.see-through-extra-color-gradient-2.has-icon.medium span {
	left: -13px;
}

.nectar-button.extra-color-gradient-1.has-icon.small span, .nectar-button.extra-color-gradient-2.has-icon.small span, .nectar-button.see-through-extra-color-gradient-1.has-icon.small span, .nectar-button.see-through-extra-color-gradient-2.has-icon.small span {
	left: -11px;
}

.nectar-button.extra-color-gradient-1.jumbo .hover i, .nectar-button.extra-color-gradient-2.jumbo .hover i, .nectar-button.see-through-extra-color-gradient-1.jumbo .hover i, .nectar-button.see-through-extra-color-gradient-2.jumbo .hover i {
	right: 8px;
}

.nectar-button.extra-color-gradient-1.extra_jumbo .hover i, .nectar-button.extra-color-gradient-2.extra_jumbo .hover i, .nectar-button.see-through-extra-color-gradient-1.extra_jumbo .hover i, .nectar-button.see-through-extra-color-gradient-2.extra_jumbo .hover i {
	right: 8px;
}

.nectar-button.extra-color-gradient-1.large .hover i, .nectar-button.extra-color-gradient-2.large .hover i, .nectar-button.see-through-extra-color-gradient-1.large .hover i, .nectar-button.see-through-extra-color-gradient-2.large .hover i {
	right: 5px;
}

.nectar-button.extra-color-gradient-1.medium .hover i, .nectar-button.extra-color-gradient-2.medium .hover i, .nectar-button.see-through-extra-color-gradient-1.medium .hover i, .nectar-button.see-through-extra-color-gradient-2.medium .hover i {
	right: 0;
}

.nectar-button.extra-color-gradient-1.small .hover i, .nectar-button.extra-color-gradient-2.small .hover i, .nectar-button.see-through-extra-color-gradient-1.small .hover i, .nectar-button.see-through-extra-color-gradient-2.small .hover i {
	right: 3px;
}

.nectar-button.extra-color-gradient-1.jumbo .start i, .nectar-button.extra-color-gradient-2.jumbo .start i, .nectar-button.see-through-extra-color-gradient-1.jumbo .start i, .nectar-button.see-through-extra-color-gradient-2.jumbo .start i {
	right: -32px;
}

.nectar-button.extra-color-gradient-1.extra_jumbo .start i, .nectar-button.extra-color-gradient-2.extra_jumbo .start i, .nectar-button.see-through-extra-color-gradient-1.extra_jumbo .start i, .nectar-button.see-through-extra-color-gradient-2.extra_jumbo .start i {
	right: -75px;
}

.nectar-button.extra-color-gradient-1.large .start i, .nectar-button.extra-color-gradient-2.large .start i, .nectar-button.see-through-extra-color-gradient-1.large .start i, .nectar-button.see-through-extra-color-gradient-2.large .start i {
	right: -32px;
}

.nectar-button.extra-color-gradient-1.medium .start i, .nectar-button.extra-color-gradient-2.medium .start i, .nectar-button.see-through-extra-color-gradient-1.medium .start i, .nectar-button.see-through-extra-color-gradient-2.medium .start i {
	right: -30px;
}

.nectar-button.extra-color-gradient-1.small .start i, .nectar-button.extra-color-gradient-2.small .start i, .nectar-button.see-through-extra-color-gradient-1.small .start i, .nectar-button.see-through-extra-color-gradient-2.small .start i {
	right: -30px;
}

.nectar-button.extra-color-gradient-1.small, .nectar-button.extra-color-gradient-2.small, .nectar-button.see-through-extra-color-gradient-1.small, .nectar-button.see-through-extra-color-gradient-2.small {
	padding: 5px 14px;
}

.nectar-button.extra-color-gradient-1.medium, .nectar-button.extra-color-gradient-2.medium, .nectar-button.see-through-extra-color-gradient-1.medium, .nectar-button.see-through-extra-color-gradient-2.medium {
	border-width: 3px;
	padding: 7px 15px;
}

.nectar-button.extra-color-gradient-1.large, .nectar-button.extra-color-gradient-2.large, .nectar-button.see-through-extra-color-gradient-1.large, .nectar-button.see-through-extra-color-gradient-2.large {
	border-width: 3px;
	padding: 12px 22px;
}

.nectar-button.extra-color-gradient-1.jumbo, .nectar-button.extra-color-gradient-2.jumbo, .nectar-button.see-through-extra-color-gradient-1.jumbo, .nectar-button.see-through-extra-color-gradient-2.jumbo {
	border-width: 4px;
	padding: 21px 40px;
}

.nectar-button.extra-color-gradient-1.extra_jumbo, .nectar-button.extra-color-gradient-2.extra_jumbo, .nectar-button.see-through-extra-color-gradient-1.extra_jumbo, .nectar-button.see-through-extra-color-gradient-2.extra_jumbo {
	border-width: 10px;
	padding: 56px 90px;
}

.nectar-button.extra-color-gradient-1 span, .nectar-button.extra-color-gradient-2 span, .nectar-button.see-through-extra-color-gradient-1 span, .nectar-button.see-through-extra-color-gradient-2 span {
	z-index: 100;
}

.nectar_team_member_overlay .inner-wrap {
	padding-top: 0 !important;
}

.nectar_team_member_overlay {
	z-index: 10000;
}

.comment-wrap {
	padding: 60px 0;
}

.comment-wrap[data-comments-open=false] {
	padding: 0;
}

.comment-list .reply a {
	box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset;
}

body.original .bypostauthor .comment-body {
	position: relative;
}

body.original .bypostauthor .comment-body:before {
	opacity: .06;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	top: 0;
	left: 0;
	pointer-events: none;
}

.carousel-next i, .carousel-prev i {
	color: #fff;
}

.original .post-area.masonry .post .post-content.classic .content-inner {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.original #header-outer[data-transparent-header=true][data-remove-border=false]:not(.transparent) {
	border-bottom: 0 solid rgba(255, 255, 255, 0);
}

.original .masonry.material .masonry-blog-item .inner-wrap {
	padding: 0;
}

.original .masonry.material .masonry-blog-item .content-inner {
	padding-bottom: 0;
	margin-bottom: 0;
}

.original .blog-recent.related-posts {
	padding: 0 0 60px 0;
}

.comment-list .comment>div, .comment-list .pingback>div {
	color: #000;
}

#sidebar>.inner .widget, #sidebar>.theiaStickySidebar .widget {
	margin-bottom: 50px;
}

.original #footer-outer[data-link-hover=underline] #footer-widgets .col ul li a {
	padding: 0;
	border: none;
}

.original #footer-outer[data-link-hover=underline] #footer-widgets .col ul:not([class*=nectar_blog_posts]) li {
	padding: 4px 0 !important;
	border: none;
}

#slide-out-widget-area.slide-out-from-right .nectar-global-section .full-width-content {
	width: 100% !important;
	left: 0 !important;
	margin: 0 !important;
}

#slide-out-widget-area.slide-out-from-right .nectar-global-section .container {
	padding: 0;
}

#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
	margin-top: 3px;
	margin-bottom: 3px;
}

#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .sub-menu .nectar-menu-item-with-desc {
	margin: 10px 0;
}

.original #header-outer #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a, .original .slide-out-widget-area-toggle[data-custom-color=true].mobile-icon a>span {
	height: 22px;
}

.vc_parallax-inner iframe, .vc_video-bg iframe, .vc_video-bg--nectar iframe {
	max-width: 1000%;
}

.vc_clearfix:after, .vc_column-inner::after, .vc_el-clearfix, .vc_row:after {
	clear: both;
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .modal-footer:after, .modal-footer:before, .row:after, .row:before, .vc_row:after, .vc_row:before {
	content: " ";
	display: table;
}

.container-fluid:after, .container:after, .row:after, .vc_row:after {
	clear: both;
}

.vc-composer-icon, [class*=" vc_arrow-icon-"], [class^=vc_arrow-icon-] {
	speak: none;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vc_row:after, .vc_row:before {
	content: " ";
	display: table;
}

@media (max-width:690px) {
	.vc_hidden-xs {
		display: none !important;
	}
	
	.vc_el-clearfix-xs {
		clear: both;
	}
}

@media (min-width:691px) and (max-width:999px) {
	.vc_hidden-sm {
		display: none !important;
	}
	
	.vc_el-clearfix-sm {
		clear: both;
	}
}

@media (min-width:1000px) and (max-width:1299px) {
	.vc_hidden-md {
		display: none !important;
	}
	
	.vc_el-clearfix-md {
		clear: both;
	}
}

@media (min-width:1300px) {
	.vc_hidden-lg {
		display: none !important;
	}
}

.vc_row-fluid::after, .vc_row-fluid::before {
	content: "";
	display: table;
}

.vc_row-fluid::after {
	clear: both;
}

.vc_pull-right {
	float: right !important;
}

.vc_pull-left {
	float: left !important;
}

.vc_clearfix:after, .vc_clearfix:before {
	content: " ";
	display: table;
}

.vc_clearfix:after {
	clear: both;
}

.vc_clearfix:after, .vc_clearfix:before {
	content: " ";
	display: table;
}

.vc_clearfix:after {
	clear: both;
}

.vc_el-clearfix {
	clear: both;
}

.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5, .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5, .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5, .vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2.1%;
}

.vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
	float: left;
}

@media only screen and (max-width:1000px) and (min-width:690px) {
	body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
		width: calc(80%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
		width: calc(60%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
		width: calc(40%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
		width: calc(20%);
	}
}

@media (max-width:690px) {
	body .vc_row-fluid .vc_col-xs-5\/5 {
		width: 100%;
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
		width: calc(80%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
		width: calc(60%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
		width: calc(40%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
		width: calc(20%);
	}
}

@media (min-width:1000px) and (max-width:1300px) {
	.vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5 {
		float: left;
	}
	
	body .vc_row-fluid .vc_col-md-5\/5 {
		width: 100%;
	}
	
	body .vc_row-fluid .vc_col-md-4\/5 {
		width: 80%;
	}
	
	body .vc_row-fluid .vc_col-md-3\/5 {
		width: 60%;
	}
	
	body .vc_row-fluid .vc_col-md-2\/5 {
		width: 40%;
	}
	
	body .vc_row-fluid .vc_col-md-1\/5 {
		width: 20%;
	}
}

@media (min-width:1300px) {
	.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5 {
		float: left;
	}
	
	body .vc_row-fluid .vc_col-lg-5\/5 {
		width: 100%;
	}
	
	body .vc_row-fluid .vc_col-lg-4\/5 {
		width: 80%;
	}
	
	body .vc_row-fluid .vc_col-lg-3\/5 {
		width: 60%;
	}
	
	body .vc_row-fluid .vc_col-lg-2\/5 {
		width: 40%;
	}
	
	body .vc_row-fluid .vc_col-lg-1\/5 {
		width: 20%;
	}
}

@media (max-width:767px) {
	.vc_el-clearfix-xs {
		clear: both;
	}
}

@media (min-width:768px) and (max-width:1000px) {
	.vc_el-clearfix-sm {
		clear: both;
	}
}

@media (min-width:1000px) and (max-width:1199px) {
	.vc_el-clearfix-md {
		clear: both;
	}
}

@media (min-width:1200px) {
	.vc_el-clearfix-lg {
		clear: both;
	}
}

.vc_visible {
	display: block;
}

.vc_table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.vc_button-2-wrapper, .vc_pixel_icon {
	display: inline-block;
	vertical-align: middle;
}

.vc-composer-icon {
	font-family: vcpb-plugin-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vc-c-icon-minimize:before {
	content: "";
}

.vc-c-icon-close:before {
	content: "";
}

.vc-c-icon-1-6_4-6_1-6:before {
	content: "";
}

.vc-c-icon-add_template:before {
	content: "";
}

.vc-c-icon-arrow_back:before {
	content: "";
}

.vc-c-icon-arrow_drop_down:before {
	content: "";
}

.vc-c-icon-arrow_drop_up:before {
	content: "";
}

.vc-c-icon-arrow_forward:before {
	content: "";
}

.vc-c-icon-check:before {
	content: "";
}

.vc-c-icon-arrow_upward:before {
	content: "";
}

.vc-c-icon-arrow_downward:before {
	content: "";
}

.vc-c-icon-sync:before {
	content: "";
}

.vc-c-icon-search:before {
	content: "";
}

.vc-c-icon-1-1:before {
	content: "";
}

.vc-c-icon-1-2_1-2:before {
	content: "";
}

.vc-c-icon-1-3_1-3_1-3:before {
	content: "";
}

.vc-c-icon-1-4_1-2_1-4:before {
	content: "";
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
	content: "";
}

.vc-c-icon-1-4_3-4:before {
	content: "";
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
	content: "";
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
	content: "";
}

.vc-c-icon-l_15_15_15_15_15:before {
	content: "";
}

.vc-c-icon-1-6_2-3_1-6:before {
	content: "";
}

.vc-c-icon-2-3_1-3:before {
	content: "";
}

.vc-c-icon-5-6_1-6:before {
	content: "";
}

.vc-c-icon-add_element:before {
	content: "";
}

.vc-c-icon-add:before {
	content: "";
}

.vc-c-icon-cog:before {
	content: "";
}

.vc-c-icon-content_copy:before {
	content: "";
}

.vc-c-icon-delete_empty:before {
	content: "";
}

.vc-c-icon-dragndrop:before {
	content: "";
}

.vc-c-icon-fullscreen_exit:before {
	content: "";
}

.vc-c-icon-fullscreen:before {
	content: "";
}

.vc-c-icon-arrow_drop_right:before {
	content: "";
}

.vc-c-icon-layout_default:before {
	content: "";
}

.vc-c-icon-layout_landscape-smartphones:before {
	content: "";
}

.vc-c-icon-layout_landscape-tablets:before {
	content: "";
}

.vc-c-icon-layout_portrait-smartphones:before {
	content: "";
}

.vc-c-icon-layout_portrait-tablets:before {
	content: "";
}

.vc-c-icon-mode_edit:before {
	content: "";
}

.vc-c-icon-row_default_fe:before {
	content: "";
}

.vc-c-icon-text-block:before {
	content: "";
}

.vc_txt_align_left {
	text-align: left;
}

.vc_txt_align_right {
	text-align: right;
}

.vc_txt_align_center {
	text-align: center;
}

.vc_txt_align_justify {
	text-align: justify;
	text-justify: inter-word;
}

.vc_el_width_50 {
	width: 50%;
}

.vc_el_width_60 {
	width: 60%;
}

.vc_el_width_70 {
	width: 70%;
}

.vc_el_width_80 {
	width: 80%;
}

.vc_el_width_90 {
	width: 90%;
}

.vc_el_width_100 {
	width: 100%;
}

i.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	margin-left: 5px;
}

.wpb_btn-large i.icon {
	height: 19px;
	margin-left: 9px;
}

.wpb_btn-small i.icon {
	height: 15px;
}

.wpb_btn-mini i.icon {
	display: none;
}

.vc_column_container .vc_btn, .vc_column_container .wpb_button {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .wpb_alert p:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column:last-child, .vc_message_box>p:last-child, .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column:last-child {
	margin-bottom: 0;
}

.vc_message_box-icon>*, .vc_message_box-icon>.fa {
	font-size: 1.7em;
	line-height: 1;
}

.vc_message_box-icon>*, .vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 35px;
}

.entry-content .twitter-share-button, .fb_like, .twitter-share-button, .wpb_googleplus, .wpb_pinterest, .wpb_tab .wpb_content_element {
	margin-bottom: 21.74px;
}

.vc_parallax {
	position: relative;
	overflow: hidden;
}

.vc_parallax>* {
	position: relative;
	z-index: 1;
}

.vc_parallax .vc_parallax-inner {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-attachment: scroll;
	background-color: rgba(255, 255, 255, 0);
	background-image: inherit;
	background-size: cover;
	z-index: 0;
	background-position: 50% 0;
}

.vc_video-bg-container {
	position: relative;
}

.vc_video-bg, .vc_video-bg--nectar {
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.nectar-youtube-bg__source {
	display: none;
}

.vc_row[data-vc-full-width] {
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	overflow: hidden;
}

.vc_row[data-vc-full-width].vc_hidden {
	opacity: 0;
}

.vc_empty-element>.vc_column-inner {
	min-height: 100px;
}

iframe.twitter-share-button {
	margin: 0;
}

.wpb_widgetised_column .wpb_wrapper>ul {
	margin: 0;
}

.wpb_widgetised_column .wpb_wrapper>ul>li {
	margin-left: 0;
	background-image: none;
	list-style: none !important;
}

.wpb_widgetised_column .wpb_wrapper>ul>li.nitro-lazy {
	background-image: none !important;
}

.wpb_widgetised_column .wpb_wrapper>ul>li:after, .wpb_widgetised_column .wpb_wrapper>ul>li:before {
	display: none !important;
}

.wpb_button {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: rgba(0, 0, 0, .1);
}

.wpb_button.active, .wpb_button.disabled, .wpb_button:active, .wpb_button:hover, .wpb_button[disabled] {
	background-color: #eaeaea;
}

.wpb_button:hover {
	color: #333;
	background-color: #e6e6e6;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
	background-image: none;
}

.wpb_button:hover.nitro-lazy {
	background-image: none !important;
}

.wpb_button:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

.wpb_button.active, .wpb_button:active {
	background-color: #e6e6e6;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.wpb_button.active.nitro-lazy, .wpb_button:active.nitro-lazy {
	background-image: none !important;
}

button.wpb_btn-large, span.wpb_btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

button.wpb_btn-large [class^=icon-], span.wpb_btn-large [class^=icon-] {
	margin-top: 1px;
}

button.wpb_btn-small, span.wpb_btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}

button.wpb_btn-small [class^=icon-], span.wpb_btn-small [class^=icon-] {
	margin-top: -1px;
}

button.wpb_btn-mini, span.wpb_btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}

button.wpb_button::-moz-focus-inner, input[type=submit].wpb_button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a.wpb_button_a {
	border: none;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, .wpb_gallery .wpb_flexslider .flex-caption {
	cursor: default;
}

.wpb_call_to_action, .wpb_call_to_action .wpb_button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
	border: none;
	text-decoration: inherit;
	color: inherit;
}

.vc_custom_heading a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 1;
}

.vc_custom_heading a:hover {
	opacity: .85;
}

#content .wpb_call_to_action .wpb_call_text, .wpb_call_to_action .wpb_call_text {
	margin: 0;
	padding-top: 0;
}

.cta_align_bottom {
	text-align: center;
}

.cta_align_bottom .wpb_button {
	position: static;
	margin-top: 21.74px;
	display: inline-block;
}

.cta_no_button .wpb_call_text {
	width: auto;
	float: none;
}

.wpb_gmaps_widget .wpb_wrapper {
	background-color: #f7f7f7;
	padding: 5px;
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
	margin-bottom: 0;
	padding: 0;
	display: block;
	width: 100%;
	border: none;
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.wpb_content_element .wpb_tabs_nav li a:focus, .wpb_tour_next_prev_nav a:focus {
	outline: 0;
}

.wpb_content_element .wpb_tabs_nav, .wpb_content_element .wpb_tour_tabs_wrapper {
	padding: 0;
}

.wpb_content_element .wpb_tabs_nav {
	margin: 0;
	padding-left: 0 !important;
	text-indent: inherit !important;
}

#content .wpb_content_element .wpb_tabs_nav {
	margin: 0;
}

.wpb_content_element .wpb_tabs_nav li {
	background-color: #fff;
	white-space: nowrap;
	padding: 0;
	background-image: none;
	list-style: none !important;
}

.wpb_content_element .wpb_tabs_nav li.nitro-lazy {
	background-image: none !important;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: #f7f7f7;
}

.wpb_content_element .wpb_tabs_nav li:after, .wpb_content_element .wpb_tabs_nav li:before {
	display: none !important;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child {
	margin-bottom: 0;
}

.wpb_tabs .wpb_tabs_nav li {
	float: left;
	margin: 0 1px 0 0;
}

.grid_layout-thumbnail .post-thumb, body ul.wpb_thumbnails-fluid li .entry-content:last-child {
	margin-bottom: 0;
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
	float: none;
}

body ul.wpb_thumbnails-fluid li {
	padding: 0;
	margin-left: 0;
	background-image: none;
	list-style: none !important;
}

body ul.wpb_thumbnails-fluid li.nitro-lazy {
	background-image: none !important;
}

body ul.wpb_thumbnails-fluid li:after, body ul.wpb_thumbnails-fluid li:before {
	display: none !important;
}

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
	padding: 0;
	overflow: visible !important;
}

.wpb_image_grid .wpb_image_grid_ul a {
	display: block;
}

.wpb_image_grid .wpb_image_grid_ul img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wpb_gallery .theme-default .nivoSlider {
	margin-bottom: 0;
}

.wpb_gallery .theme-default .nivo-controlNav {
	padding: 10px 0 3px;
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom: auto;
	top: 100%;
	margin-top: 15px;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
	line-height: 1;
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
	z-index: 10;
}

#content .wpb_gallery_slides ul.flex-direction-nav, #content .wpb_gallery_slides ul.slides, .content .wpb_gallery_slides ul.flex-direction-nav, .content .wpb_gallery_slides ul.slides, .wpb_content_element .wpb_gallery_slides ul li, .wpb_gallery_slides ul.flex-direction-nav, .wpb_gallery_slides ul.slides, body .wpb_gallery_slides ul li {
	list-style: none;
	padding: 0;
	background-image: none;
	margin: 0;
}

#content .wpb_gallery_slides ul.flex-direction-nav.nitro-lazy, #content .wpb_gallery_slides ul.slides.nitro-lazy, .content .wpb_gallery_slides ul.flex-direction-nav.nitro-lazy, .content .wpb_gallery_slides ul.slides.nitro-lazy, .wpb_content_element .wpb_gallery_slides ul li.nitro-lazy, .wpb_gallery_slides ul.flex-direction-nav.nitro-lazy, .wpb_gallery_slides ul.slides.nitro-lazy, body .wpb_gallery_slides ul li.nitro-lazy {
	background-image: none !important;
}

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
	width: 10%;
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
	width: 20%;
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
	width: 30%;
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
	width: 40%;
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
	width: 50%;
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
	width: 60%;
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
	width: 70%;
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
	width: 80%;
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
	width: 90%;
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
	width: 100%;
}

.wpb_video_widget .wpb_video_wrapper {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.wpb_video_widget .wpb_video_wrapper>div {
	padding-top: 0 !important;
	position: static;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
	padding-top: 56.25%;
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
	padding-top: 75%;
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
	padding-top: 42.55319149%;
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
	float: left;
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
	margin: 0 auto;
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
	float: right;
}

.wpb_video_widget .wpb_wrapper {
	position: relative;
}

.wpb_video_widget .wpb_wrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpb_video_wrapper .fluid-width-video-wrapper {
	padding-top: 0 !important;
	position: static;
}

.vc_pie_chart {
	z-index: 0;
	opacity: 0;
}

.vc_pie_chart.vc_ready {
	opacity: 1;
}

.vc_pie_chart .vc_pie_wrapper {
	position: relative;
	margin: 0 auto;
}

.vc_pie_chart canvas {
	position: relative;
	z-index: 1;
}

.vc_pie_chart .vc_pie_chart_value, .vc_pie_chart_back {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.vc_pie_chart .vc_pie_chart_value {
	font-size: 200%;
	text-align: center;
}

.vc_pie_chart_back {
	border: 6px solid #f7f7f7;
	border-radius: 50%;
	opacity: .3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vc_text_separator, .wpb_separator {
	border-bottom: 1px solid #ebebeb;
	clear: both;
	height: 1px;
}

.vc_sep_width_100, .wpb_single_image img.vc_img-placeholder {
	width: 100%;
}

.vc_chart .vc_chart-legend {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.vc_chart .vc_chart-legend li {
	line-height: 1.3em;
	list-style: none;
	margin: 0 0 .3em;
	min-height: 1.3em;
}

.vc_chart .vc_chart-legend span {
	border-radius: .3em;
	display: inline-block;
	height: 1.3em;
	left: 0;
	margin-right: .5em;
	vertical-align: middle;
	width: 1.3em;
}

@media (min-width:768px) {
	.vc_chart .vc_chart-legend {
		display: inline-block;
		vertical-align: middle;
		width: 40%;
	}
	
	.vc_chart .vc_chart-legend li {
		margin-left: 1em;
	}
	
	.vc_chart .vc_chart-with-legend {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
	}
}

.vc_line-chart .vc_chart-with-legend {
	width: 75%;
}

.vc_line-chart .vc_chart-legend {
	width: 25%;
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
	border-radius: 0;
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
	border-radius: 50%;
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
	border-radius: 4px;
}

.owl-carousel .owl-animated-out {
	z-index: 0;
}

.owl-carousel .owl-animated-in {
	z-index: 1;
}

[class*=" vc_arrow-icon-"], [class^=vc_arrow-icon-] {
	font-family: vc_grid_v1;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.vc_arrow-icon-minus:before {
	content: "";
}

.vc_arrow-icon-plus:before {
	content: "";
}

.vc_arrow-icon-arrow_down:before {
	content: "";
}

.vc_arrow-icon-arrow_up:before {
	content: "";
}

.vc_arrow-icon-arrow_01_left:before {
	content: "";
}

.vc_arrow-icon-arrow_01_right:before {
	content: "";
}

.vc_arrow-icon-arrow_02_left:before {
	content: "";
}

.vc_arrow-icon-arrow_02_right:before {
	content: "";
}

.vc_arrow-icon-arrow_03_left:before {
	content: "";
}

.vc_arrow-icon-arrow_03_right:before {
	content: "";
}

.vc_arrow-icon-arrow_04_left:before {
	content: "";
}

.vc_arrow-icon-arrow_04_right:before {
	content: "";
}

.vc_arrow-icon-arrow_05_left:before {
	content: "";
}

.vc_arrow-icon-arrow_05_right:before {
	content: "";
}

.vc_arrow-icon-arrow_06_left:before {
	content: "";
}

.vc_arrow-icon-arrow_06_right:before {
	content: "";
}

.vc_arrow-icon-arrow_07_left:before {
	content: "";
}

.vc_arrow-icon-arrow_07_right:before {
	content: "";
}

.vc_arrow-icon-arrow_08_left:before {
	content: "";
}

.vc_arrow-icon-arrow_08_right:before {
	content: "";
}

.vc_arrow-icon-arrow_09_left:before {
	content: "";
}

.vc_arrow-icon-arrow_09_right:before {
	content: "";
}

.vc_arrow-icon-arrow_10_left:before {
	content: "";
}

.vc_arrow-icon-arrow_10_right:before {
	content: "";
}

.vc_arrow-icon-arrow_11_left:before {
	content: "";
}

.vc_arrow-icon-arrow_11_right:before {
	content: "";
}

.vc_arrow-icon-arrow_12_left:before {
	content: "";
}

.vc_arrow-icon-arrow_12_right:before {
	content: "";
}

.vc_arrow-icon-navicon:before {
	content: "";
}

.wpb_animate_when_almost_visible {
	opacity: 0;
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
	animation: none;
}

.top-to-bottom, .wpb_top-to-bottom {
	animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
}

.bottom-to-top, .wpb_bottom-to-top {
	animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
}

.left-to-right, .wpb_left-to-right {
	animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
}

.right-to-left, .wpb_right-to-left {
	animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
}

.appear, .wpb_appear {
	animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	transform: scale(1);
}

.wpb_start_animation {
	opacity: 1;
}

@keyframes wpb_ttb {
	0% {
		transform: translate(0, -10%);
		opacity: 0;
	}
	
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes wpb_btt {
	0% {
		transform: translate(0, 10%);
		opacity: 0;
	}
	
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes wpb_ltr {
	0% {
		transform: translate(-10%, 0);
		opacity: 0;
	}
	
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes wpb_rtl {
	0% {
		transform: translate(10%, 0);
		opacity: 0;
	}
	
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes wpb_appear {
	0% {
		transform: scale(.5);
		opacity: .1;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.vc_row.vc_row-flex>.span_12 {
	flex-wrap: wrap;
}

@media only screen and (max-width:999px) {
	.vc_row.vc_row-flex>.span_12, .vc_row.vc_row-flex>.span_12>.vc_column_container {
		flex-wrap: wrap;
	}
}

.vc_row.vc_row-flex>.span_12, .vc_row.vc_row-flex>.span_12>.vc_column_container {
	display: flex;
}

.vc_row.vc_row-flex>.span_12>.vc_vc_column, .vc_row.vc_row-flex>.span_12>.vc_vc_column_inner {
	display: flex;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
	display: flex;
	flex-direction: column;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
		min-height: 1em;
	}
}

.vc_row.vc_row-flex>.span_12>.vc_vc_column>.vc_column_container, .vc_row.vc_row-flex>.span_12>.vc_vc_column_inner>.vc_column_container {
	display: flex;
	width: 100%;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner, .vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap, .vc_row.vc_row-o-equal-height>.span_12>.vc_column_container {
	align-items: stretch;
}

.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row.vc_row-o-content-top>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	align-items: flex-start;
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	align-items: flex-end;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner, .vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.vc_column-inner {
	justify-content: center;
	width: 100%;
}

.vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.vc_column-inner {
	justify-content: flex-end;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	align-items: center;
}

@media screen and (max-width:999px) {
	.vc_row.vc_row-flex>.span_12, .vc_row.vc_row-flex>.span_12>.vc_column_container, .vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner, .vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner {
		display: block;
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	.vc_row.vc_row-flex>.span_12, .vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths, .vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths>.vc_column-inner {
		display: flex;
	}
}

.vc_row.vc_row-o-columns-stretch.vc_row-o-full-height>.span_12 {
	align-content: stretch;
}

.vc_row.vc_row-o-columns-top.vc_row-o-full-height>.span_12 {
	align-content: flex-start;
}

.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height>.span_12 {
	align-content: flex-end !important;
}

.vc_row.vc_row-o-columns-middle.vc_row-o-full-height>.span_12 {
	align-content: center;
}

.vc_row.vc_row-o-columns-bottom>.span_12::after, .vc_row.vc_row-o-columns-middle>.span_12::after, .vc_row.vc_row-o-columns-top>.span_12::after {
	content: "";
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.vc_row.vc_row-flex.vc_row-o-full-height>.span_12 {
	display: flex !important;
}

.nectar-color-accent-color, body a, label span, body [class^="icon-"].icon-default-style, .blog-recent[data-style*="classic_enhanced"] .post-meta a:hover i, .masonry.classic_enhanced .post .post-meta a:hover i, .comment-list .comment-meta a:hover, .comment-list .comment-meta a:focus, .comment-author a:hover, .comment-author a:focus, .post .post-header h2 a, .post .post-header a:hover, .post .post-header a:focus, #single-below-header a:hover, #single-below-header a:focus, .comment-list .pingback .comment-body>a:hover, [data-style="list_featured_first_row"] .meta-category a, [data-style="list_featured_first_row"] .meta-category a, .nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"] .icon-default-style, div[data-style="minimal"] .toggle:hover>.toggle-title a, div[data-style="minimal"] .toggle.open>.toggle-title a, #footer-outer #copyright li a i:hover, .ascend .comment-list .reply a, body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, #top nav .sf-menu .current_page_item>a .sf-sub-indicator i, #top nav .sf-menu .current_page_ancestor>a .sf-sub-indicator i, .sf-menu>.current_page_ancestor>a>.sf-sub-indicator i, .material .widget .tagcloud a, #single-below-header a:hover [class^="icon-"], .wpcf7-form .wpcf7-not-valid-tip, #header-outer .nectar-menu-label {
	color: #4483b9;
}

#header-outer:not(.transparent) .nectar-mobile-only.mobile-header .menu-title-text:after {
	border-color: #4483b9 !important;
}

#header-outer #top nav>ul>.button_bordered>a:hover, #header-outer:not(.transparent) #social-in-menu a i:after, #header-outer:not(.transparent) #social-in-menu a .nectar-dynamic-social-icon--hover, .sf-menu>li>a:hover>.sf-sub-indicator i, .sf-menu>li>a:active>.sf-sub-indicator i, .sf-menu>.sfHover>a>.sf-sub-indicator i, .sf-menu .megamenu>ul>li:hover>a, #header-outer nav>ul>.megamenu>ul>li>a:hover, #header-outer nav>ul>.megamenu>ul>.sfHover>a, #header-outer nav>ul>.megamenu>ul>li>a:focus, #top nav ul #nectar-user-account a:hover span, #top nav ul #search-btn a:hover span, #top nav ul .slide-out-widget-area-toggle a:hover span, body.material:not([data-header-color="custom"]) #header-outer:not([data-format="left-header"]) #top ul.cart_list a:hover, body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart, #header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-item.has-ul>a, #header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-ancestor.has-ul>a, body #header-secondary-outer #social a:hover i, body #header-secondary-outer #social a:focus i, #footer-outer a:focus, #footer-outer a:hover, .recent-posts .post-header a:hover, .result a:hover, .post-area.standard-minimal .post .post-meta .date a, .post-area.standard-minimal .post .post-header h2 a:hover, .post-area.standard-minimal .post .more-link:hover span, .post-area.standard-minimal .post .more-link span:after, .post-area.standard-minimal .post .minimal-post-meta a:hover, .single .post .post-meta a:hover, .single .post .post-meta a:focus, .single #single-meta div a:hover i, .single #single-meta div:hover>a, .single #single-meta div:focus>a, .result .title a, .circle-border, .project-attrs li i, .nectar-milestone .number.accent-color, body #portfolio-nav a:hover i, span.accent-color, .portfolio-items .nectar-love:hover i, .portfolio-items .nectar-love.loved i, body .hovered .nectar-love i, body:not(.material) #search-outer #search #close a span:hover, .carousel-wrap[data-full-width="true"] .carousel-heading a:hover i, #search-outer .ui-widget-content li:hover *, #search-outer .ui-widget-content .ui-state-focus *, .portfolio-filters-inline .container ul li .active, .svg-icon-holder[data-color="accent-color"], .team-member .accent-color:hover, .blog-recent[data-style="minimal"] .col>span, .blog-recent[data-style="title_only"] .col:hover .post-header .title, body #pagination .page-numbers.prev:hover, body #pagination .page-numbers.next:hover, body #pagination a.page-numbers:hover, body #pagination a.page-numbers:focus, body[data-form-submit="see-through"] input[type=submit], body[data-form-submit="see-through"] button[type=submit], .nectar_icon_wrap[data-color="accent-color"] i, .nectar_team_member_close .inner:before, body:not([data-header-format="left-header"]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:hover, body:not([data-header-format="left-header"]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:focus, .masonry.material .masonry-blog-item .meta-category a, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section a:hover, .material .comment-list .reply a:hover, .material .comment-list .reply a:focus, .material .widget li:not(.has-img) a:hover .post-title, .material #sidebar .widget li:not(.has-img) a:hover .post-title, .material #sidebar .widget ul[data-style="featured-image-left"] li a:hover .post-title, .material #sidebar .widget .tagcloud a, .single.material .post-area .content-inner>.post-tags a, .post-area.featured_img_left .meta-category a, .post-meta .icon-salient-heart-2.loved, body.material .nectar-button.see-through.accent-color[data-color-override="false"], div[data-style="minimal_small"] .toggle.accent-color>.toggle-title a:hover, div[data-style="minimal_small"] .toggle.accent-color.open>.toggle-title a, .testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before, .nectar_single_testimonial[data-color="accent-color"] p .open-quote, .nectar-quick-view-box .star-rating, .widget_search .search-form button[type=submit] .icon-salient-search, body.search-no-results .search-form button[type=submit] .icon-salient-search {
	color: #4483b9 !important;
}

#header-outer #mobile-menu ul li[class*="current"]>a, #header-outer #mobile-menu ul li a:hover, #header-outer #mobile-menu ul li a:focus, #header-outer #mobile-menu ul li a:hover .sf-sub-indicator i, #header-outer #mobile-menu ul li a:focus .sf-sub-indicator i {
	color: #4483b9;
}

.nectar-bg-accent-color, .nectar-bg-hover-accent-color:hover, #ajax-content-wrap .nectar-bg-pseudo-accent-color:before, [data-style="list_featured_first_row"] .meta-category a:before, .tabbed>ul li .active-tab, .tabbed>ul li .active-tab:hover, .wpb_row .nectar-post-grid-filters[data-active-color="accent-color"] a:after, .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p, .nectar_video_lightbox.nectar-button[data-color="default-accent-color"], .nectar_video_lightbox.nectar-button[data-color="transparent-accent-color"]:hover, .nectar-cta[data-color="accent-color"]:not([data-style="material"]) .link_wrap, .flex-direction-nav a, .carousel-prev:hover, .carousel-next:hover, .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls="default"][data-control-color="accent-color"] .flickity-page-dots .dot:before, .nectar-flickity[data-controls="touch_total"][data-control-color="accent-color"] .visualized-total span, [class*=" icon-"], .toggle.open>.toggle-title a, div[data-style="minimal"] .toggle.open>.toggle-title i:after, div[data-style="minimal"] .toggle:hover>.toggle-title i:after, div[data-style="minimal"] .toggle.open>.toggle-title i:before, div[data-style="minimal"] .toggle:hover>.toggle-title i:before, div[data-style="minimal_small"] .toggle.accent-color>.toggle-title:after, .main-content .widget_calendar caption, #footer-outer .widget_calendar caption, .post .more-link span:hover, .post.format-quote .post-content .quote-inner, .post.format-link .post-content .link-inner, .nectar-post-grid-wrap[data-load-more-color="accent-color"] .load-more:hover, .format-status .post-content .status-inner, .nectar-post-grid-item.nectar-new-item .inner:before, input[type=submit]:hover, input[type="button"]:hover, body[data-form-submit="regular"] input[type=submit], body[data-form-submit="regular"] button[type=submit], body[data-form-submit="regular"] .container-wrap .span_12.light input[type=submit]:hover, body[data-form-submit="regular"] .container-wrap .span_12.light button[type=submit]:hover, #slide-out-widget-area, #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right, .widget .material .widget .tagcloud a:before, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"] .nectar-list-item-btn:hover, #header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-notice, .woocommerce #review_form #respond .form-submit #submit, #header-outer .nectar-menu-label:before {
	background-color: #4483b9;
}

.orbit-wrapper .slider-nav .right, .orbit-wrapper .slider-nav .left, .progress li span, .nectar-progress-bar span, #footer-outer #footer-widgets .col .tagcloud a:hover, #sidebar .widget .tagcloud a:hover, #fp-nav.tooltip ul li .fp-tooltip .tooltip-inner, #pagination .next a:hover, #pagination .prev a:hover, .comment-list .reply a:hover, .comment-list .reply a:focus, .icon-normal, .bar_graph li span, .nectar-button[data-color-override="false"].regular-button, .nectar-button.tilt.accent-color, body .swiper-slide .button.transparent_2 .primary-color:hover, #footer-outer #footer-widgets .col input[type="submit"], .blog-recent .more-link span:hover, .post-tags a:hover, #to-top:hover, #to-top.dark:hover, body[data-button-style*="rounded"] #to-top:after, #pagination a.page-numbers:hover, #pagination span.page-numbers.current, .portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg, .portfolio-items .col[data-default-color="true"] .bottom-meta, .portfolio-items .col.nectar-new-item .inner-wrap:before, .portfolio-filters-inline[data-color-scheme="accent-color-underline"] a:after, .portfolio-filters a, .portfolio-filters #sort-portfolio, .project-attrs li span, .portfolio-filters, .portfolio-filters-inline[data-color-scheme="accent-color"], .bottom_controls #portfolio-nav .controls li a i:after, .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i, .single-portfolio .facebook-share a:hover, .single-portfolio .twitter-share a:hover, .single-portfolio .pinterest-share a:hover, .single-post .facebook-share a:hover, .single-post .twitter-share a:hover, .single-post .pinterest-share a:hover, .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .post.quote .content-inner .quote-inner .whole-link, .masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner, .masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner, .iosSlider .prev_slide:hover, .iosSlider .next_slide:hover, #header-outer .widget_shopping_cart a.button, #header-outer a.cart-contents .cart-wrap span, #header-outer #mobile-cart-link .cart-wrap span, #top nav ul .slide-out-widget-area-toggle a:hover .lines, #top nav ul .slide-out-widget-area-toggle a:hover .lines:after, #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, #header-outer .widget_shopping_cart a.button, body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav ul li:not([class*="button_"])>a span:after, #buddypress a.button:focus, .swiper-slide .button.solid_color a, .swiper-slide .button.solid_color_2 a, .select2-container .select2-choice:hover, .select2-dropdown-open .select2-choice, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover, body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single, #top nav>ul>.button_solid_color>a:before, #header-outer.transparent #top nav>ul>.button_solid_color>a:before, .twentytwenty-handle, .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after, .masonry.classic_enhanced .posts-container article .meta-category a:hover, .blog-recent[data-style*="classic_enhanced"] .meta-category a:hover, .masonry.classic_enhanced .posts-container article .video-play-button, .masonry.material .masonry-blog-item .meta-category a:before, .material.masonry .masonry-blog-item .video-play-button, .masonry.material .quote-inner:before, .masonry.material .link-inner:before, .nectar-recent-posts-slider .container .strong span:before, #page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:hover, #page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:focus, .single .heading-title[data-header-style="default_minimal"] .meta-category a:hover, .single .heading-title[data-header-style="default_minimal"] .meta-category a:focus, .nectar-fancy-box:after, .divider-small-border[data-color="accent-color"], .divider-border[data-color="accent-color"], .nectar-animated-title[data-color="accent-color"] .nectar-animated-title-inner:after, #fp-nav:not(.light-controls).tooltip_alt ul li a span:after, #fp-nav.tooltip_alt ul li a span:after, .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox, body .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"] .nectar_video_lightbox:after, .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play>.inner-wrap:before, .span_12.dark .owl-theme .owl-dots .owl-dot.active span, .span_12.dark .owl-theme .owl-dots .owl-dot:hover span, .nectar-recent-posts-single_featured .strong a, .post-area.standard-minimal .post .more-link span:before, .nectar-slide-in-cart .widget_shopping_cart a.button, .related-posts[data-style="material"] .meta-category a:before, .post-area.featured_img_left .meta-category a:before, body.material #page-header-bg.fullscreen-header .inner-wrap>a, .nectar-hor-list-item[data-color="accent-color"]:before, .material #sidebar .widget .tagcloud a:before, .single .post-area .content-inner>.post-tags a:before, .auto_meta_overlaid_spaced .post.quote .n-post-bg:after, .auto_meta_overlaid_spaced .post.link .n-post-bg:after, .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button, .post-area.featured_img_left .post .quote-inner:before, .post-area.featured_img_left .link-inner:before, .nectar-recent-posts-single_featured.multiple_featured .controls li:after, .nectar-recent-posts-single_featured.multiple_featured .controls .active:before, .nectar-fancy-box[data-color="accent-color"]:not([data-style="default"]) .box-bg:after, body.material[data-button-style^="rounded"] .nectar-button.see-through.accent-color[data-color-override="false"] i, body.material .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox:before, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after, .fancybox-navigation button:hover:before, button[type=submit]:hover, button[type=submit]:focus, body[data-form-submit="see-through"] input[type=submit]:hover, body[data-form-submit="see-through"].woocommerce #respond input#submit:hover, html body[data-form-submit="see-through"] button[type=submit]:hover, body[data-form-submit="see-through"] .container-wrap .span_12.light input[type=submit]:hover, body[data-form-submit="see-through"] .container-wrap .span_12.light button[type=submit]:hover, body.original .bypostauthor .comment-body:before, .widget_layered_nav ul.yith-wcan-label li a:hover, .widget_layered_nav ul.yith-wcan-label .chosen a, .nectar-next-section-wrap.bounce a:before, body .nectar-button.see-through-2[data-hover-color-override="false"]:hover {
	background-color: #4483b9 !important;
}

#header-outer #top nav>ul>li:not(.megamenu) ul a:hover, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a, #header-outer #top nav>ul>li:not(.megamenu) .sfHover>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a, #header-outer nav>ul>.megamenu>ul ul li a:hover, #header-outer nav>ul>.megamenu>ul ul li a:focus, #header-outer nav>ul>.megamenu>ul ul .sfHover>a, #header-secondary-outer ul>li:not(.megamenu) .sfHover>a, #header-secondary-outer ul>li:not(.megamenu) ul a:hover, #header-secondary-outer ul>li:not(.megamenu) ul a:focus, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a {
	background-color: #4483b9 !important;
}

#header-outer[data-format="left-header"] #top nav>ul>li:not(.megamenu) ul a:hover {
	color: #4483b9;
}

#header-outer[data-format="left-header"] .sf-menu .sub-menu .current-menu-item>a, .sf-menu ul .open-submenu>a {
	color: #4483b9 !important;
}

body[data-form-style="minimal"] input[type=text]:focus, body[data-form-style="minimal"].woocommerce-cart table.cart .actions .coupon .input-text:focus, body[data-form-style="minimal"] textarea:focus, body[data-form-style="minimal"] input[type=email]:focus, body[data-form-style="minimal"] input[type=search]:focus, body[data-form-style="minimal"] input[type=password]:focus, body[data-form-style="minimal"] input[type=tel]:focus, body[data-form-style="minimal"] input[type=url]:focus, body[data-form-style="minimal"] input[type=date]:focus, body[data-form-style="minimal"] input[type=number]:focus, body[data-form-style="minimal"] select:focus {
	border-color: #4483b9;
}

.tabbed>ul li .active-tab, body.material input[type=text]:focus, body.material textarea:focus, body.material input[type=email]:focus, body.material input[type=search]:focus, body.material input[type=password]:focus, body.material input[type=tel]:focus, body.material input[type=url]:focus, body.material input[type=date]:focus, body.material input[type=number]:focus, body.material select:focus, .row .col .wp-caption .wp-caption-text, .material.woocommerce-page input#coupon_code:focus, .material #search-outer #search input[type="text"], #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after, div[data-style="minimal"] .toggle.default.open i, div[data-style="minimal"] .toggle.default:hover i, div[data-style="minimal"] .toggle.accent-color.open i, div[data-style="minimal"] .toggle.accent-color:hover i, .single #single-meta div a:hover, .single #single-meta div a:focus, .single .fullscreen-blog-header #single-below-header>span a:hover, .blog-title #single-meta .nectar-social.hover>div a:hover, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]:hover, .material.woocommerce-page[data-form-style="default"] div input#coupon_code:focus {
	border-color: #4483b9;
}

body[data-form-style="minimal"] label:after, body .recent_projects_widget a:hover img, .recent_projects_widget a:hover img, #sidebar #flickr a:hover img, body .nectar-button.see-through-2[data-hover-color-override="false"]:hover, #footer-outer #flickr a:hover img, #featured article .post-title a:hover, body #featured article .post-title a:hover, div.wpcf7-validation-errors, .select2-container .select2-choice:hover, .select2-dropdown-open .select2-choice, body:not(.original) .bypostauthor img.avatar, .material blockquote::before, blockquote.wp-block-quote:before, #header-outer:not(.transparent) #top nav>ul>.button_bordered>a:hover:before, .single #project-meta ul li:not(.meta-share-count):hover a, body[data-button-style="rounded"] #pagination>a:hover, body[data-form-submit="see-through"] input[type=submit], body[data-form-submit="see-through"] button[type=submit], .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:after, #header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a .menu-title-text:after, body.material .nectar-button.see-through.accent-color[data-color-override="false"], .woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle, body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn), .woocommerce-account[data-form-submit="see-through"] .woocommerce-form-login button.button, .woocommerce-account[data-form-submit="see-through"] .woocommerce-form-register button.button, body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover, body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single, .gallery a:hover img {
	border-color: #4483b9 !important;
}

.nectar-highlighted-text[data-using-custom-color="false"]:not([data-style="text_outline"]) em {
	background-image: linear-gradient(to right, rgba(68, 131, 185, .3) 0, rgba(68, 131, 185, .3) 100%);
}

.nectar-highlighted-text[data-using-custom-color="false"][data-style="regular_underline"] a em, .nectar-highlighted-text[data-using-custom-color="false"][data-style="regular_underline"] em.has-link {
	background-image: linear-gradient(to right, rgba(68, 131, 185, .3) 0, rgba(68, 131, 185, .3) 100%), linear-gradient(to right, #4483b9 0, #4483b9 100%);
}

.nectar_icon_wrap .svg-icon-holder[data-color="accent-color"] svg path {
	stroke: #4483b9 !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.accent-color[data-color-override="false"] i:after {
	box-shadow: #4483b9 0 8px 15px;
	opacity: .24;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"]:before {
	box-shadow: 0 30px 90px #4483b9;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"] .box-bg:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #4483b9 100%);
}

#footer-outer[data-link-hover="underline"][data-custom-color="false"] #footer-widgets ul:not([class*="nectar_blog_posts"]):not(.cart_list) a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #4483b9 0, #4483b9 100%);
}

#search-results .result .title a {
	background-image: linear-gradient(to right, #4483b9 0, #4483b9 100%);
}

.container-wrap .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i {
	box-shadow: -.6em 0 #4483b9, -.6em .6em #4483b9, .6em 0 #4483b9, .6em -.6em #4483b9, 0 -.6em #4483b9, -.6em -.6em #4483b9, 0 .6em #4483b9, .6em .6em #4483b9;
}

#fp-nav:not(.light-controls).tooltip_alt ul li a.active span, #fp-nav.tooltip_alt ul li a.active span {
	box-shadow: inset 0 0 0 2px #4483b9;
	-webkit-box-shadow: inset 0 0 0 2px #4483b9;
}

.default-loading-icon:before {
	border-top-color: #4483b9 !important;
}

#header-outer a.cart-contents span:before, #fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after {
	border-color: rgba(255, 255, 255, 0) #4483b9 !important;
}

body .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after, .portfolio-items[data-ps="6"] .bg-overlay, .portfolio-items[data-ps="6"].no-masonry .bg-overlay, .nectar_team_member_close .inner, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
	border-color: #4483b9;
}

.widget .nectar_widget[class*="nectar_blog_posts_"] .arrow-circle svg circle, .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg circle.time {
	stroke: #4483b9;
}

.im-icon-wrap[data-color="accent-color"] path {
	fill: #4483b9;
}

@media only screen and (min-width :1px) and (max-width :1000px) {
	body #featured article .post-title>a {
		background-color: #4483b9;
	}
	
	body #featured article .post-title>a {
		border-color: #4483b9;
	}
}

#header-outer .widget_shopping_cart .cart_list li a.remove, .original #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, .stock.out-of-stock, #header-outer #top nav>ul>.button_bordered_2>a:hover, #header-outer[data-lhe="default"] #top nav>ul>.button_bordered_2>a:hover, #header-outer[data-lhe="default"] #top nav .sf-menu .button_bordered_2.current-menu-item>a {
	color: #f6653c !important;
}

#top nav>ul>.button_solid_color_2>a:before, #header-outer.transparent #top nav>ul>.button_solid_color_2>a:before, body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before, #header-outer .widget_shopping_cart a.button, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale {
	background-color: #f6653c;
}

#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, #header-outer:not(.transparent) #top nav>ul>.button_bordered_2>a:hover:before {
	border-color: #f6653c;
}

.nectar-color-extra-color-1, .testimonial_slider[data-rating-color="extra-color-1"] .star-rating .filled:before, div[data-style="minimal"] .toggle.extra-color-1:hover>.toggle-title a, div[data-style="minimal"] .toggle.extra-color-1.open>.toggle-title a, div[data-style="minimal_small"] .toggle.extra-color-1>.toggle-title a:hover, div[data-style="minimal_small"] .toggle.extra-color-1.open>.toggle-title a {
	color: #f6653c;
}

.nectar-milestone .number.extra-color-1, span.extra-color-1, .team-member .social.extra-color-1 li a, body [class^="icon-"].icon-default-style.extra-color-1, body [class^="icon-"].icon-default-style[data-color="extra-color-1"], .team-member .extra-color-1:hover, .svg-icon-holder[data-color="extra-color-1"], .nectar_icon_wrap[data-color="extra-color-1"] i, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section a:hover, body.material .nectar-button.see-through.extra-color-1[data-color-override="false"], .nectar_single_testimonial[data-color="extra-color-1"] p .open-quote, .no-highlight.extra-color-1 h3 {
	color: #f6653c !important;
}

.nectar-bg-extra-color-1, #ajax-content-wrap .nectar-bg-pseudo-extra-color-1:before, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-1"] a:after, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote.is-selected p, .nectar-button.nectar_video_lightbox[data-color="default-extra-color-1"], .nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-1"]:hover, .nectar-cta[data-color="extra-color-1"]:not([data-style="material"]) .link_wrap, .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-1"] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls="default"][data-control-color="extra-color-1"] .flickity-page-dots .dot:before, .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-1"] .visualized-total span, .nectar-post-grid-wrap[data-load-more-color="extra-color-1"] .load-more:hover, [class*=" icon-"].extra-color-1.icon-normal, div[data-style="minimal"] .toggle.extra-color-1.open i:after, div[data-style="minimal"] .toggle.extra-color-1:hover i:after, div[data-style="minimal"] .toggle.open.extra-color-1 i:before, div[data-style="minimal"] .toggle.extra-color-1:hover i:before, div[data-style="minimal_small"] .toggle.extra-color-1>.toggle-title:after, .toggle.open.extra-color-1>.toggle-title a, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"] .nectar-list-item-btn:hover {
	background-color: #f6653c;
}

.nectar-button.regular-button.extra-color-1, .nectar-button.tilt.extra-color-1, body .swiper-slide .button.transparent_2 .extra-color-1:hover, #sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style), .portfolio-filters-inline[data-color-scheme="extra-color-1"], .portfolio-filters[data-color-scheme="extra-color-1"] #sort-portfolio, .portfolio-filters[data-color-scheme="extra-color-1"] a, .nectar-fancy-box[data-color="extra-color-1"]:after, .divider-small-border[data-color="extra-color-1"], .divider-border[data-color="extra-color-1"], .nectar-animated-title[data-color="extra-color-1"] .nectar-animated-title-inner:after, .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"] a:after, .nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox, body .nectar-video-box[data-color="extra-color-1"][data-hover="zoom_button"] .nectar_video_lightbox:after, .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"]:not([data-style="small"]) .play>.inner-wrap:before, body.material .nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox:before, .nectar-hor-list-item[data-color="extra-color-1"]:before, .nectar-fancy-box[data-color="extra-color-1"]:not([data-style="default"]) .box-bg:after, body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-1"] li:after, .extra-color-1.icon-normal, .bar_graph li .extra-color-1, .nectar-progress-bar .extra-color-1, .swiper-slide .button.solid_color .extra-color-1, .swiper-slide .button.solid_color_2 .extra-color-1 {
	background-color: #f6653c !important;
}

.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-1"] svg path {
	stroke: #f6653c !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i:after {
	box-shadow: #f6653c 0 8px 15px;
	opacity: .24;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-1"]:before {
	box-shadow: 0 30px 90px #f6653c;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-1"] .box-bg:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f6653c 100%);
}

body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after, div[data-style="minimal"] .toggle.open.extra-color-1 i, div[data-style="minimal"] .toggle.extra-color-1:hover i, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:after, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"]:hover {
	border-color: #f6653c;
}

body.material .nectar-button.see-through.extra-color-1[data-color-override="false"] {
	border-color: #f6653c !important;
}

.im-icon-wrap[data-color="extra-color-1"] path {
	fill: #f6653c;
}

.nectar-color-extra-color-2, .testimonial_slider[data-rating-color="extra-color-2"] .star-rating .filled:before, div[data-style="minimal"] .toggle.extra-color-2:hover>.toggle-title a, div[data-style="minimal"] .toggle.extra-color-2.open>.toggle-title a, div[data-style="minimal_small"] .toggle.extra-color-2>.toggle-title a:hover, div[data-style="minimal_small"] .toggle.extra-color-2.open>.toggle-title a {
	color: #2ac4ea;
}

.nectar-milestone .number.extra-color-2, span.extra-color-2, .team-member .social.extra-color-2 li a, body [class^="icon-"].icon-default-style.extra-color-2, body [class^="icon-"].icon-default-style[data-color="extra-color-2"], .team-member .extra-color-2:hover, .svg-icon-holder[data-color="extra-color-2"], .nectar_icon_wrap[data-color="extra-color-2"] i, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section a:hover, body.material .nectar-button.see-through.extra-color-2[data-color-override="false"], .nectar_single_testimonial[data-color="extra-color-2"] p .open-quote, .no-highlight.extra-color-2 h3 {
	color: #2ac4ea !important;
}

.nectar-bg-extra-color-2, #ajax-content-wrap .nectar-bg-pseudo-extra-color-2:before, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-2"] a:after, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote.is-selected p, .nectar-button.nectar_video_lightbox[data-color="default-extra-color-2"], .nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-2"]:hover, .nectar-cta[data-color="extra-color-2"]:not([data-style="material"]) .link_wrap, .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-2"] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls="default"][data-control-color="extra-color-2"] .flickity-page-dots .dot:before, .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-2"] .visualized-total span, .nectar-post-grid-wrap[data-load-more-color="extra-color-2"] .load-more:hover, [class*=" icon-"].extra-color-2.icon-normal, div[data-style="minimal"] .toggle.extra-color-2.open i:after, div[data-style="minimal"] .toggle.extra-color-2:hover i:after, div[data-style="minimal"] .toggle.open.extra-color-2 i:before, div[data-style="minimal"] .toggle.extra-color-2:hover i:before, div[data-style="minimal_small"] .toggle.extra-color-2>.toggle-title:after, .toggle.open.extra-color-2>.toggle-title a, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"] .nectar-list-item-btn:hover {
	background-color: #2ac4ea;
}

.nectar-button.regular-button.extra-color-2, .nectar-button.tilt.extra-color-2, body .swiper-slide .button.transparent_2 .extra-color-2:hover, #sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style), .portfolio-filters-inline[data-color-scheme="extra-color-2"], .portfolio-filters[data-color-scheme="extra-color-2"] #sort-portfolio, .portfolio-filters[data-color-scheme="extra-color-2"] a, .nectar-fancy-box[data-color="extra-color-2"]:after, .divider-small-border[data-color="extra-color-2"], .divider-border[data-color="extra-color-2"], .nectar-animated-title[data-color="extra-color-2"] .nectar-animated-title-inner:after, .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"] a:after, .nectar-video-box[data-color="extra-color-2"] .nectar_video_lightbox, body .nectar-video-box[data-color="extra-color-2"][data-hover="zoom_button"] .nectar_video_lightbox:after, .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"]:not([data-style="small"]) .play>.inner-wrap:before, body.material .nectar-video-box[data-color="extra-color-2"] .nectar_video_lightbox:before, .nectar-hor-list-item[data-color="extra-color-2"]:before, .nectar-fancy-box[data-color="extra-color-2"]:not([data-style="default"]) .box-bg:after, body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-2[data-color-override="false"] i, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-2"] li:after, .extra-color-2.icon-normal, .bar_graph li .extra-color-2, .nectar-progress-bar .extra-color-2, .swiper-slide .button.solid_color .extra-color-2, .swiper-slide .button.solid_color_2 .extra-color-2 {
	background-color: #2ac4ea !important;
}

.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-2"] svg path {
	stroke: #2ac4ea !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-2[data-color-override="false"] i:after {
	box-shadow: #2ac4ea 0 8px 15px;
	opacity: .24;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-2"]:before {
	box-shadow: 0 30px 90px #2ac4ea;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-2"] .box-bg:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #2ac4ea 100%);
}

body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after, div[data-style="minimal"] .toggle.open.extra-color-2 i, div[data-style="minimal"] .toggle.extra-color-2:hover i, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:after, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"]:hover {
	border-color: #2ac4ea;
}

body.material .nectar-button.see-through.extra-color-2[data-color-override="false"] {
	border-color: #2ac4ea !important;
}

.im-icon-wrap[data-color="extra-color-2"] path {
	fill: #2ac4ea;
}

.nectar-color-extra-color-3, .testimonial_slider[data-rating-color="extra-color-3"] .star-rating .filled:before, div[data-style="minimal"] .toggle.extra-color-3:hover>.toggle-title a, div[data-style="minimal"] .toggle.extra-color-3.open>.toggle-title a, div[data-style="minimal_small"] .toggle.extra-color-3>.toggle-title a:hover, div[data-style="minimal_small"] .toggle.extra-color-3.open>.toggle-title a {
	color: #000;
}

.nectar-milestone .number.extra-color-3, span.extra-color-3, .team-member .social.extra-color-3 li a, body [class^="icon-"].icon-default-style.extra-color-3, body [class^="icon-"].icon-default-style[data-color="extra-color-3"], .team-member .extra-color-3:hover, .svg-icon-holder[data-color="extra-color-3"], .nectar_icon_wrap[data-color="extra-color-3"] i, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section a:hover, body.material .nectar-button.see-through.extra-color-3[data-color-override="false"], .nectar_single_testimonial[data-color="extra-color-3"] p .open-quote, .no-highlight.extra-color-3 h3 {
	color: #000 !important;
}

.nectar-bg-extra-color-3, #ajax-content-wrap .nectar-bg-pseudo-extra-color-3:before, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-3"] a:after, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote.is-selected p, .nectar-button.nectar_video_lightbox[data-color="default-extra-color-3"], .nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-3"]:hover, .nectar-cta[data-color="extra-color-3"]:not([data-style="material"]) .link_wrap, .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-3"] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls="default"][data-control-color="extra-color-3"] .flickity-page-dots .dot:before, .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-3"] .visualized-total span, .nectar-post-grid-wrap[data-load-more-color="extra-color-3"] .load-more:hover, [class*=" icon-"].extra-color-3.icon-normal, div[data-style="minimal"] .toggle.extra-color-3.open i:after, div[data-style="minimal"] .toggle.extra-color-3:hover i:after, div[data-style="minimal"] .toggle.open.extra-color-3 i:before, div[data-style="minimal"] .toggle.extra-color-3:hover i:before, div[data-style="minimal_small"] .toggle.extra-color-3>.toggle-title:after, .toggle.open.extra-color-3>.toggle-title a, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"] .nectar-list-item-btn:hover {
	background-color: #000;
}

.nectar-button.regular-button.extra-color-3, .nectar-button.tilt.extra-color-3, body .swiper-slide .button.transparent_2 .extra-color-3:hover, #sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style), .portfolio-filters-inline[data-color-scheme="extra-color-3"], .portfolio-filters[data-color-scheme="extra-color-3"] #sort-portfolio, .portfolio-filters[data-color-scheme="extra-color-3"] a, .nectar-fancy-box[data-color="extra-color-3"]:after, .divider-small-border[data-color="extra-color-3"], .divider-border[data-color="extra-color-3"], .nectar-animated-title[data-color="extra-color-3"] .nectar-animated-title-inner:after, .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"] a:after, .nectar-video-box[data-color="extra-color-3"] .nectar_video_lightbox, body .nectar-video-box[data-color="extra-color-3"][data-hover="zoom_button"] .nectar_video_lightbox:after, .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"]:not([data-style="small"]) .play>.inner-wrap:before, body.material .nectar-video-box[data-color="extra-color-3"] .nectar_video_lightbox:before, .nectar-hor-list-item[data-color="extra-color-3"]:before, .nectar-fancy-box[data-color="extra-color-3"]:not([data-style="default"]) .box-bg:after, body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-3[data-color-override="false"] i, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-3"] li:after, .extra-color-3.icon-normal, .bar_graph li .extra-color-3, .nectar-progress-bar .extra-color-3, .swiper-slide .button.solid_color .extra-color-3, .swiper-slide .button.solid_color_2 .extra-color-3 {
	background-color: #000 !important;
}

.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-3"] svg path {
	stroke: #000 !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-3[data-color-override="false"] i:after {
	box-shadow: #000 0 8px 15px;
	opacity: .24;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-3"]:before {
	box-shadow: 0 30px 90px #000;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-3"] .box-bg:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000 100%);
}

body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after, div[data-style="minimal"] .toggle.open.extra-color-3 i, div[data-style="minimal"] .toggle.extra-color-3:hover i, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:after, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"]:hover {
	border-color: #000;
}

body.material .nectar-button.see-through.extra-color-3[data-color-override="false"] {
	border-color: #000 !important;
}

.im-icon-wrap[data-color="extra-color-3"] path {
	fill: #000;
}

.widget .nectar_widget[class*="nectar_blog_posts_"][data-style="hover-featured-image-gradient-and-counter"]>li a .popular-featured-img:after {
	background: #3452ff;
	background: linear-gradient(to right, #3452ff, #ff1053);
}

:root {
	--nectar-extra-color-gradient-1: linear-gradient(to right, #ff1053, #3452ff);
}

.nectar-bg-extra-color-gradient-1, #ajax-content-wrap .nectar-bg-pseudo-extra-color-gradient-1:before, .divider-small-border[data-color="extra-color-gradient-1"], .divider-border[data-color="extra-color-gradient-1"], .nectar-progress-bar .extra-color-gradient-1, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-gradient-1"] a:after, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-1"] li:after, .nectar-fancy-box[data-style="default"][data-color="extra-color-gradient-1"]:after {
	background: #ff1053;
	background: linear-gradient(to right, #ff1053, #3452ff);
}

.icon-normal.extra-color-gradient-1, body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-1, .nectar-button.extra-color-gradient-1:after, .nectar-cta[data-color="extra-color-gradient-1"]:not([data-style="material"]) .link_wrap, .nectar-button.see-through-extra-color-gradient-1:after, .nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"] .box-bg:after, .nectar-post-grid-wrap[data-load-more-color="extra-color-gradient-1"] .load-more:before {
	background: #ff1053;
	background: linear-gradient(to bottom right, #ff1053, #3452ff);
}

body.material .nectar-button.regular.m-extra-color-gradient-1, body.material .nectar-button.see-through.m-extra-color-gradient-1:before, .swiper-slide .button.solid_color .extra-color-gradient-1, .swiper-slide .button.transparent_2 .extra-color-gradient-1:before {
	background: #ff1053;
	background: linear-gradient(125deg, #ff1053, #3452ff);
}

body.material .nectar-button.regular.m-extra-color-gradient-1:before {
	background: #3452ff;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"]:before {
	box-shadow: 0 30px 90px #3452ff;
}

.nectar-color-extra-color-gradient-1, .testimonial_slider[data-rating-color="extra-color-gradient-1"] .star-rating .filled:before {
	color: #ff1053;
	background: linear-gradient(to right, #ff1053, #3452ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	background-clip: text;
}

.nectar-button.extra-color-gradient-1, .nectar-button.see-through-extra-color-gradient-1 {
	border-width: 3px;
	border-style: solid;
	-moz-border-image: -moz-linear-gradient(top right, #ff1053 0, #3452ff 100%);
	-webkit-border-image: -webkit-linear-gradient(top right, #ff1053 0, #3452ff 100%);
	border-image: linear-gradient(to bottom right, #ff1053 0, #3452ff 100%);
	border-image-slice: 1;
}

[class^="icon-"][data-color="extra-color-gradient-1"]:before, [class*=" icon-"][data-color="extra-color-gradient-1"]:before, [class^="icon-"].extra-color-gradient-1:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before, .nectar_icon_wrap[data-color="extra-color-gradient-1"]:not([data-style="shadow-bg"]) i {
	color: #ff1053;
	background: linear-gradient(to bottom right, #ff1053, #3452ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	background-clip: text;
	display: initial;
}

.nectar-button.extra-color-gradient-1 .hover, .nectar-button.see-through-extra-color-gradient-1 .start {
	background: #ff1053;
	background: linear-gradient(to bottom right, #ff1053, #3452ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	background-clip: text;
	display: initial;
}

.nectar-button.extra-color-gradient-1.no-text-grad .hover, .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start {
	background: transparent !important;
	color: #ff1053 !important;
}

:root {
	--nectar-extra-color-gradient-2: linear-gradient(to right, #32d6ff, #2ac4ea);
}

.nectar-bg-extra-color-gradient-2, #ajax-content-wrap .nectar-bg-pseudo-extra-color-gradient-2:before, .divider-small-border[data-color="extra-color-gradient-2"], .divider-border[data-color="extra-color-gradient-2"], .nectar-progress-bar .extra-color-gradient-2, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-gradient-2"] a:after, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-2"] li:after, .nectar-fancy-box[data-style="default"][data-color="extra-color-gradient-2"]:after {
	background: #32d6ff;
	background: linear-gradient(to right, #32d6ff, #2ac4ea);
}

.icon-normal.extra-color-gradient-2, body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-2, .nectar-button.extra-color-gradient-2:after, .nectar-cta[data-color="extra-color-gradient-2"]:not([data-style="material"]) .link_wrap, .nectar-button.see-through-extra-color-gradient-2:after, .nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"] .box-bg:after, .nectar-post-grid-wrap[data-load-more-color="extra-color-gradient-2"] .load-more:before {
	background: #32d6ff;
	background: linear-gradient(to bottom right, #32d6ff, #2ac4ea);
}

body.material .nectar-button.regular.m-extra-color-gradient-2, body.material .nectar-button.see-through.m-extra-color-gradient-2:before, .swiper-slide .button.solid_color .extra-color-gradient-2, .swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
	background: #32d6ff;
	background: linear-gradient(125deg, #32d6ff, #2ac4ea);
}

body.material .nectar-button.regular.m-extra-color-gradient-2:before {
	background: #2ac4ea;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"]:before {
	box-shadow: 0 30px 90px #2ac4ea;
}

.nectar-color-extra-color-gradient-2, .testimonial_slider[data-rating-color="extra-color-gradient-2"] .star-rating .filled:before {
	color: #32d6ff;
	background: linear-gradient(to right, #32d6ff, #2ac4ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	background-clip: text;
}

.nectar-button.extra-color-gradient-2, .nectar-button.see-through-extra-color-gradient-2 {
	border-width: 3px;
	border-style: solid;
	-moz-border-image: -moz-linear-gradient(top right, #32d6ff 0, #2ac4ea 100%);
	-webkit-border-image: -webkit-linear-gradient(top right, #32d6ff 0, #2ac4ea 100%);
	border-image: linear-gradient(to bottom right, #32d6ff 0, #2ac4ea 100%);
	border-image-slice: 1;
}

[class^="icon-"][data-color="extra-color-gradient-2"]:before, [class*=" icon-"][data-color="extra-color-gradient-2"]:before, [class^="icon-"].extra-color-gradient-2:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before, .nectar_icon_wrap[data-color="extra-color-gradient-2"]:not([data-style="shadow-bg"]) i {
	color: #32d6ff;
	background: linear-gradient(to bottom right, #32d6ff, #2ac4ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	background-clip: text;
	display: initial;
}

.nectar-button.extra-color-gradient-2 .hover, .nectar-button.see-through-extra-color-gradient-2 .start {
	background: #32d6ff;
	background: linear-gradient(to bottom right, #32d6ff, #2ac4ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	background-clip: text;
	display: initial;
}

.nectar-button.extra-color-gradient-2.no-text-grad .hover, .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
	background: transparent !important;
	color: #32d6ff !important;
}

:root {
	--nectar-accent-color: #4483b9;
	--nectar-extra-color-1: #f6653c;
	--nectar-extra-color-2: #2ac4ea;
	--nectar-extra-color-3: #000;
}

:root {
	--nectar-bg-color: #fff;
}

body, .container-wrap, .material .ocm-effect-wrap, .project-title, .ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap .left-border, .carousel-wrap .right-border, .single-post.ascend #page-header-bg.fullscreen-header, .single-post #single-below-header.fullscreen-header, #page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4, body .nectar-quick-view-box div.product .product div.summary, .nectar-global-section.before-footer, .nectar-global-section.after-nav, body.box-rolling, body[data-footer-reveal="1"].ascend.box-rolling, body[data-footer-reveal="1"].box-rolling, .wpml-ls-statics-footer {
	background-color: var(--nectar-page-background-color, #fff);
}

body.has-color-change-section-bg-color, body.has-color-change-section-bg-color .container-wrap, body.has-color-change-section-bg-color .nectar-global-section.before-footer, body.has-color-change-section-bg-color .nectar-global-section.after-nav, body.has-color-change-section-bg-color #page-header-wrap, body.has-color-change-section-bg-color .page-header-no-bg, body.has-color-change-section-bg-color .single-post.ascend #page-header-bg.fullscreen-header, body.has-color-change-section-bg-color .single-post #single-below-header.fullscreen-header, body.has-color-change-section-bg-color .project-title {
	transition: background-color .8s;
}

body.has-color-change-section-bg-color .container-wrap {
	background-color: rgba(255, 255, 255, 0);
}

body.material.has-color-change-section-bg-color .ocm-effect-wrap {
	transition: background-color .8s, transform .8s cubic-bezier(.15, .2, .1, 1);
}

body, body h1, body h2, body h3, body h4, body h5, body h6, .woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a, .woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb i, body:not(.original) .comment-list .comment-author, body:not(.original) .comment-list .pingback .comment-body>a, .post-area.standard-minimal .post .more-link span, #sidebar .widget .nectar_widget[class*="nectar_blog_posts_"]>li .post-date {
	color: var(--nectar-page-text-color, #000);
}

body.has-color-change-section-bg-color h1, body.has-color-change-section-bg-color h2, body.has-color-change-section-bg-color h3, body.has-color-change-section-bg-color h4, body.has-color-change-section-bg-color h5, body.has-color-change-section-bg-color h6, body.has-color-change-section-bg-color p {
	transition: color var(--page-color-change-section-transition-time), background-size .55s cubic-bezier(.2, .75, .5, 1);
}

body.has-color-change-section-bg-color {
	transition: color var(--page-color-change-section-transition-time), background-color var(--page-color-change-section-transition-time);
}

:root {
	--nectar-font-color: #000;
}

#sidebar h4, .ascend.woocommerce #sidebar h4, body .row .col.section-title span {
	color: #000;
}

#ajax-content-wrap ul.products li.product.minimal .price {
	color: #000 !important;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category a {
	color: #000;
	border-color: #000;
}

:root {
	--nectar-font-light-color: #fff;
}

body #header-outer, body #search-outer, body.ascend #search-outer, body[data-header-format="left-header"].ascend #search-outer, .material #header-space, #header-space, .material #header-outer .bg-color-stripe, .material #search-outer .bg-color-stripe, .material #header-outer #search-outer:before, .material #search-outer .nectar-ajax-search-results, body[data-header-format="left-header"].material #search-outer, body.material[data-header-format="centered-menu-bottom-bar"] #page-header-wrap.fullscreen-header, body #header-outer #mobile-menu:before, .nectar-slide-in-cart.style_slide_in_click {
	background-color: #fff;
}

body .nectar-slide-in-cart:not(.style_slide_in_click) .blockUI.blockOverlay {
	background-color: #fff !important;
}

body #header-outer, body[data-header-color="dark"] #header-outer {
	background-color: rgba(255, 255, 255, 100);
}

.material #header-outer:not(.transparent) .bg-color-stripe {
	display: none;
}

#header-outer #top nav>ul>li>a, #header-outer .slide-out-widget-area-toggle a i.label, #header-outer:not(.transparent) #top #logo, #header-outer:not(.transparent) #top .logo-clone, #header-outer #top .span_9>.slide-out-widget-area-toggle i, #header-outer #top .sf-sub-indicator i, body[data-header-color="custom"].ascend #boxed #header-outer .cart-menu .cart-icon-wrap i, #header-outer #top nav ul #nectar-user-account a span, #header-outer #top #toggle-nav i, .material #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search, #header-outer:not([data-permanent-transparent="1"]) .mobile-user-account .icon-salient-m-user, #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search, #header-outer #top #mobile-cart-link i, #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, body[data-header-format="left-header"] #header-outer #social-in-menu a, #header-outer #top nav ul #search-btn a span, #search-outer #search input[type="text"], #search-outer #search .search-box__button, #search-outer #search #close a span, body.ascend #search-outer #search #close a span, body.ascend #search-outer #search input[type="text"], .material #search-outer #search .span_12 span, .style_slide_in_click .total, .style_slide_in_click .total strong, .nectar-slide-in-cart.style_slide_in_click h4, .nectar-slide-in-cart.style_slide_in_click .header>span, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list.woocommerce-mini-cart .mini_cart_item a, .style_slide_in_click .woocommerce-mini-cart__empty-message h3 {
	color: #000 !important;
}

body #header-outer .nectar-header-text-content, .nectar-ajax-search-results .search-post-item, .nectar-ajax-search-results ul.products li.product, #header-outer:not(.transparent) .nectar-mobile-only.mobile-header {
	color: #000;
}

.material #header-outer #search-outer input::-webkit-input-placeholder, body[data-header-format="left-header"].material #search-outer input::-webkit-input-placeholder {
	color: #000 !important;
}

#header-outer #mobile-menu ul li a, #header-outer #mobile-menu ul li a .item_desc, #header-outer #mobile-menu .below-menu-items-wrap p {
	color: #000 !important;
}

#header-outer #top .slide-out-widget-area-toggle a .lines:after, #header-outer #top .slide-out-widget-area-toggle a .lines:before, #header-outer #top .slide-out-widget-area-toggle a .lines-button:after, body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, body.material.mobile #header-outer:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, #search-outer .close-wrap .close-line, #header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line, .nectar-slide-in-cart.style_slide_in_click .close-cart .close-line, .nectar-ajax-search-results h4 a:before {
	background-color: #000;
}

#top nav>ul>.button_bordered>a:before, #header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
	border-color: #000;
}

#header-outer:not(.transparent) .nectar-mobile-only.mobile-header .menu-title-text:after {
	border-color: #017ed8 !important;
}

#header-outer .slide-out-widget-area-toggle a:hover i.label, body #header-outer:not(.transparent) #social-in-menu a i:after, body #header-outer:not(.transparent) #social-in-menu a .nectar-dynamic-social-icon--hover, .ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart, body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart, body #top nav .sf-menu>.current_page_ancestor>a .sf-sub-indicator i, body #top nav .sf-menu>.current_page_item>a .sf-sub-indicator i, #header-outer #top .sf-menu>.sfHover>a .sf-sub-indicator i, #header-outer #top .sf-menu>li>a:hover .sf-sub-indicator i, #header-outer #top nav ul #search-btn a:hover span, #header-outer #top nav ul #nectar-user-account a:hover span, #header-outer #top nav ul .slide-out-widget-area-toggle a:hover span, body:not(.material) #search-outer #search #close a span:hover {
	color: #017ed8 !important;
}

#top .sf-menu>li.nectar-regular-menu-item>a:hover>.nectar-menu-icon, #top .sf-menu>li.nectar-regular-menu-item.sfHover>a>.nectar-menu-icon, #top .sf-menu>li.nectar-regular-menu-item[class*="current-"]>a>.nectar-menu-icon, #header-outer[data-lhe="default"]:not(.transparent) .nectar-header-text-content a:hover {
	color: #017ed8;
}

.nectar-ajax-search-results .search-post-item h5 {
	background-image: linear-gradient(to right, #017ed8 0, #017ed8 100%);
}

#header-outer #mobile-menu ul li a:hover, #header-outer #mobile-menu ul li a:hover .sf-sub-indicator i, #header-outer #mobile-menu ul li a:focus, #header-outer #mobile-menu ul li a:focus .sf-sub-indicator i, #header-outer #mobile-menu ul li[class*="current"]>a, #header-outer #mobile-menu ul li[class*="current"]>a i {
	color: #017ed8 !important;
}

#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:after, #header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, #header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav>ul>li:not([class*="button_"])>a>span:after, #header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after {
	background-color: #017ed8 !important;
}

#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after, body.material #header-outer #search-outer #search input[type="text"], body[data-header-format="left-header"].material #search-outer #search input[type="text"] {
	border-color: #017ed8;
}

#top .sf-menu>li.nectar-regular-menu-item>a>.nectar-menu-icon {
	color: #888;
}

#search-outer .ui-widget-content, body:not([data-header-format="left-header"]) #top .sf-menu li ul, #header-outer nav>ul>.megamenu>.sub-menu, #header-outer .nectar-global-section-megamenu, body #header-outer nav>ul>.megamenu>.sub-menu>li>a, #header-outer .widget_shopping_cart .cart_list a, #header-outer .widget_shopping_cart .cart_list li, #header-outer .widget_shopping_cart_content, .woocommerce .cart-notification, #header-secondary-outer ul ul li a, #header-secondary-outer .sf-menu li ul {
	background-color: #1f1f1f;
}

body[data-header-format="left-header"] #header-outer .cart-outer .cart-notification:after {
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #1f1f1f rgba(255, 255, 255, 0);
}

#top .sf-menu li ul li.menu-item a:hover, body #top nav .sf-menu ul .sfHover>a, #top .sf-menu li ul .current-menu-item>a, #top .sf-menu li ul .current-menu-ancestor>a, #header-outer nav>ul>.megamenu>ul ul li a:hover, #header-outer nav>ul>.megamenu>ul ul li a:focus, #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a, #header-secondary-outer ul ul li a:hover, #header-secondary-outer ul ul li a:focus, #header-secondary-outer ul>li:not(.megamenu) ul a:hover, body #header-secondary-outer .sf-menu ul .sfHover>a, #search-outer .ui-widget-content li:hover, #search-outer .ui-state-hover, #search-outer .ui-widget-content .ui-state-hover, #search-outer .ui-widget-header .ui-state-hover, #search-outer .ui-state-focus, #search-outer .ui-widget-content .ui-state-focus, #search-outer .ui-widget-header .ui-state-focus, #header-outer #top nav>ul>li:not(.megamenu) ul a:hover, #header-outer #top nav>ul>li:not(.megamenu) .sfHover>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a, #header-outer nav>ul>.megamenu>ul ul .sfHover>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a {
	background-color: #313233 !important;
}

#search-outer .ui-widget-content li a, #search-outer .ui-widget-content i, #top .sf-menu li ul li.menu-item a, body #header-outer .widget_shopping_cart .cart_list a, #header-secondary-outer ul ul li a, .woocommerce .cart-notification .item-name, .cart-outer .cart-notification, .woocommerce-mini-cart__empty-message, #header-outer #top .sf-menu li ul .sf-sub-indicator i, #header-outer .widget_shopping_cart .quantity, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a, #header-outer .cart-notification .item-name, #header-outer #top nav>ul>.nectar-woo-cart .cart-outer .widget ul a:hover, #header-outer .cart-outer .total strong, #header-outer .cart-outer .total, #header-outer ul.product_list_widget li dl dd, #header-outer ul.product_list_widget li dl dt {
	color: #ccc !important;
}

.sf-menu .widget-area-active .widget *, .sf-menu .widget-area-active:hover .widget * {
	color: #ccc;
}

#top .sf-menu>li li>a>.nectar-menu-icon {
	color: #3452ff;
}

#search-outer .ui-widget-content li:hover *, #search-outer .ui-widget-content .ui-state-focus *, body #top nav .sf-menu ul .sfHover>a, #header-secondary-outer ul ul li:hover>a, #header-secondary-outer ul ul li:hover>a i, #header-secondary-outer ul .sfHover>a, body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) .sfHover>a, body #top nav .sf-menu ul .sfHover>a .sf-sub-indicator i, body #top nav .sf-menu ul li:hover>a .sf-sub-indicator i, body #top nav .sf-menu ul li:hover>a, body #top nav .sf-menu ul .current-menu-item>a, body #top nav .sf-menu ul .current_page_item>a .sf-sub-indicator i, body #top nav .sf-menu ul .current_page_ancestor>a .sf-sub-indicator i, body #top nav .sf-menu ul .sfHover>a, body #top nav .sf-menu ul .current_page_ancestor>a, body #top nav .sf-menu ul .current-menu-ancestor>a, body #top nav .sf-menu ul .current_page_item>a, body .sf-menu ul li ul .sfHover>a .sf-sub-indicator i, body .sf-menu>li>a:active>.sf-sub-indicator i, body .sf-menu>.sfHover>a>.sf-sub-indicator i, body .sf-menu li ul .sfHover>a, #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a, #header-outer nav>ul>.megamenu>ul>li>a:hover, #header-outer nav>ul>.megamenu>ul>.sfHover>a, body #header-outer nav>ul>.megamenu ul li:hover>a, #header-outer #top nav ul li .sfHover>a .sf-sub-indicator i, #header-outer #top nav>ul>.megamenu>ul ul li a:hover, #header-outer #top nav>ul>.megamenu>ul ul li a:focus, #header-outer #top nav>ul>.megamenu>ul ul .sfHover>a, #header-outer #header-secondary-outer nav>ul>.megamenu>ul ul li a:hover, #header-outer #header-secondary-outer nav>ul>.megamenu>ul ul li a:focus, #header-outer #header-secondary-outer nav>ul>.megamenu>ul ul .sfHover>a, #header-outer #top nav ul li li:hover>a .sf-sub-indicator i, #header-outer[data-format="left-header"] .sf-menu .sub-menu .current-menu-item>a, body:not([data-header-format="left-header"]) #header-outer #top nav>ul>.megamenu>ul ul .current-menu-item>a, body:not([data-header-format="left-header"]) #header-outer #header-secondary-outer nav>ul>.megamenu>ul ul .current-menu-item>a, #header-outer #top nav>ul>li:not(.megamenu) ul a:hover, body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) ul a:hover, #header-outer #top nav>ul>li:not(.megamenu) .sfHover>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .current-menu-item>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a .sf-sub-indicator i, #header-outer:not([data-format="left-header"]) #top nav>ul>.megamenu ul ul .current-menu-item>a, #header-outer:not([data-format="left-header"]) #header-secondary-outer nav>ul>.megamenu ul ul .current-menu-item>a, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a:hover, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a:focus, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li:hover>a, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul:hover>a, #header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-item.has-ul>a, #header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-ancestor.has-ul>a {
	color: #27ccc0 !important;
}

#top .sf-menu>li li>a:hover>.nectar-menu-icon, #top .sf-menu>li li.sfHover>a>.nectar-menu-icon, #top .sf-menu>li li.nectar-regular-menu-item[class*="current-"]>a>.nectar-menu-icon {
	color: #27ccc0;
}

body #header-outer #top nav .sf-menu ul li>a .item_desc {
	color: #ccc !important;
}

body #header-outer #top nav .sf-menu ul .sfHover>a .item_desc, body #header-outer #top nav .sf-menu ul li:hover>a .item_desc, body #header-outer #top nav .sf-menu ul .current-menu-item>a .item_desc, body #header-outer #top nav .sf-menu ul .current_page_item>a .item_desc, body #header-outer #top nav .sf-menu ul .current_page_ancestor>a .item_desc, body #header-outer nav>ul>.megamenu>ul ul li a:focus .item_desc {
	color: #fff !important;
}

body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>a, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>a, #header-outer[data-lhe="default"] nav .sf-menu .megamenu ul .current_page_ancestor>a, #header-outer[data-lhe="default"] nav .sf-menu .megamenu ul .current-menu-ancestor>a, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a {
	color: #fff !important;
}

body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li:hover>a, body:not([data-header-format="left-header"]) #header-outer #top nav>ul>.megamenu>ul>li:hover>a, body:not([data-header-format="left-header"]) #header-outer #header-secondary-outer nav>ul>.megamenu>ul>li:hover>a, #header-outer:not([data-format="left-header"]) nav>ul>.megamenu>ul>.current-menu-ancestor.menu-item-has-children>a, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>.current-menu-item>a, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul:hover>a, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a:focus, #header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-item.has-ul>a, #header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-ancestor.has-ul>a {
	color: #fff !important;
}

body #header-outer[data-transparent-header="true"] #top nav ul #nectar-user-account>div, body[data-header-color="custom"] #top nav ul #nectar-user-account>div, #header-outer:not(.transparent) .sf-menu>li ul {
	border-color: #eee;
}

#header-outer:not(.transparent) .sf-menu>li ul {
	border-top-width: 1px;
	border-top-style: solid;
}

#search-outer .ui-widget-content, body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul, #header-outer nav>ul>.megamenu>.sub-menu, body #header-outer nav>ul>.megamenu>.sub-menu>li>a, #header-outer .widget_shopping_cart .cart_list a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list li, .woocommerce .cart-notification, #header-outer .widget_shopping_cart_content {
	background-color: rgba(31, 31, 31, 100) !important;
}

#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-inline-images .nectar-ocm-image-wrap-outer, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right {
	background-color: #2896e0;
}

body #slide-out-widget-area, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i:before, body #slide-out-widget-area a, body #slide-out-widget-area.fullscreen-alt .inner-wrap>.inner .widget.widget_nav_menu li a, body #slide-out-widget-area.fullscreen-alt .inner-wrap>.inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-split .inner-wrap>.inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen-split .inner-wrap>.inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-inline-images .inner-wrap>.inner .off-canvas-menu-container li a, body #slide-out-widget-area.fullscreen .menuwrapper li a, body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li a, body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"], body #slide-out-widget-area .nectar-menu-label {
	color: #fff;
}

body #slide-out-widget-area .nectar-menu-label:before {
	background-color: #fff;
}

#slide-out-widget-area .tagcloud a, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li>a:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li>a:after {
	border-color: #fff;
}

body #slide-out-widget-area .widget h1, body #slide-out-widget-area .widget h2, body #slide-out-widget-area .widget h3, body #slide-out-widget-area .widget h4, body #slide-out-widget-area .widget h5, body #slide-out-widget-area .widget h6 {
	color: #fff;
}

body #slide-out-widget-area[class*="fullscreen"] .current-menu-item>a, body #slide-out-widget-area.fullscreen a:hover, body #slide-out-widget-area.fullscreen-split a:hover, body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .current-menu-item>a, #slide-out-widget-area.slide-out-from-right-hover a:hover, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after, body #slide-out-widget-area.slide-out-from-right a:hover, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.current-menu-item>a, #slide-out-widget-area.slide-out-from-right-hover.no-text-effect .inner .off-canvas-menu-container li a:hover, body #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"], body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item>a, #slide-out-widget-area .widget .nectar_widget[class*="nectar_blog_posts_"] li:not(.has-img) a:hover .post-title {
	color: #fff !important;
}

body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after, #slide-out-widget-area .tagcloud a:hover {
	border-color: #fff;
}

#slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li>a:not(.tag-cloud-link):not(.nectar-button), #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #fff 0, #fff 100%);
}

#slide-out-widget-area ul .menu-item .nectar-ext-menu-item .menu-title-text {
	background-image: linear-gradient(to right, #fff 0, #fff 100%);
}

#mobile-menu ul .menu-item .nectar-ext-menu-item .menu-title-text {
	background-image: none;
}

#mobile-menu ul .menu-item .nectar-ext-menu-item .menu-title-text.nitro-lazy {
	background-image: none !important;
}

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
	background-color: #ff1053;
}

@media only screen and (min-width:1000px) {
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close .close-line {
		background-color: #fff;
	}
}

#footer-outer, #nectar_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap {
	background-color: #329fff !important;
}

#footer-outer #footer-widgets {
	border-bottom: none;
}

body.original #footer-outer #footer-widgets .col ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.original #footer-outer #footer-widgets .col .widget_recent_comments ul li, #footer-outer #footer-widgets .col .widget_recent_comments ul li {
	background-color: rgba(0, 0, 0, .07);
	border-bottom: 0;
}

#footer-outer, #footer-outer a:not(.nectar-button) {
	color: #000 !important;
}

#footer-outer[data-link-hover="underline"][data-custom-color="true"] #footer-widgets ul:not([class*="nectar_blog_posts"]) a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #000 0, #000 100%);
}

#footer-outer #footer-widgets .widget h4, #footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
	color: #000 !important;
}

body #footer-outer #copyright, .ascend #footer-outer #copyright {
	border: none;
	background-color: #1f1f1f;
}

body #footer-outer #copyright .widget h4, body #footer-outer #copyright li a i, body #footer-outer #copyright p {
	color: #000;
}

#footer-outer #copyright a:not(.nectar-button) {
	color: #000 !important;
}

body #footer-outer[data-cols="1"] #copyright li a i:after {
	border-color: #000;
}

body #footer-outer #copyright li a:hover i, body #footer-outer[data-cols="1"] #copyright li a:hover i, body #footer-outer[data-cols="1"] #copyright li a:hover i:after {
	border-color: #fff;
	color: #fff;
}

#footer-outer #copyright a:hover:not(.nectar-button) {
	color: #fff !important;
}

body #call-to-action {
	background-color: #ecebe9;
}

body #call-to-action span {
	color: #4b4f52;
}

body #slide-out-widget-area-bg {
	background-color: rgba(0, 0, 0, .8);
}

:root {
	--header-nav-height: 106px;
}

@media only screen and (max-width:999px) {
	:root {
		--header-nav-height: 48px;
	}
}

@media only screen and (min-width:1000px) {
	:root {
		--nectar-menu-padding: 28px;
	}
	
	#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo, #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 .logo-clone {
		margin-top: -14px;
	}
	
	#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav>ul>li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle)>a {
		margin-bottom: 28px;
	}
	
	#header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
		margin-top: 28px;
		margin-bottom: 28px;
		position: relative;
	}
	
	#header-outer.small-nav #logo, #header-outer.small-nav .logo-clone, #header-outer.small-nav .logo-spacing {
		margin-top: 15.555555555556px;
		margin-bottom: 15.555555555556px;
	}
	
	#header-outer.small-nav .logo-clone img, #header-outer.small-nav #logo img, #header-outer.small-nav .logo-spacing img {
		height: 44px;
	}
}

@media only screen and (min-width:1000px) {
	.material #header-outer:not(.transparent) .bg-color-stripe {
		top: 106px;
		height: calc(35vh - 106px);
	}
	
	.material #header-outer:not(.transparent).small-nav .bg-color-stripe {
		top: 75.111111111111px;
		height: calc(35vh - 75.111111111111px);
	}
}

@media only screen and (max-width:999px) {
	.material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe, .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
		top: 48px;
		height: calc(30vh - 48px);
	}
}

#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
	height: 50px;
}

:root {
	--nectar-menu-item-spacing: 10px;
}

#header-outer[data-lhe="text_reveal"] #top nav>ul>li[class*="menu-item-btn"]>a, #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a, #top nav>ul>li[class*="button_solid_color"]>a, body #header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_solid_color"]>a:hover, #header-outer[data-lhe="animated_underline"] #top nav>.sf-menu>li[class*="button_bordered"]>a, #top nav>ul>li[class*="button_bordered"]>a, body #header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a, body #header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_bordered"]>a:hover, body #header-outer.transparent #top nav>ul>li[class*="button_solid_color"]>a, #header-outer[data-lhe="animated_underline"] #top nav>ul>li[class*="button_solid_color"]>a {
	margin-left: 10px;
	margin-right: 10px;
}

#header-outer[data-lhe="default"] #top nav>ul>li>a, #header-outer[data-lhe="text_reveal"] #top nav>ul>li:not([class*="menu-item-btn"])>a, #header-outer .nectar-header-text-content, body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] .nectar-header-text-content {
	padding-left: 10px;
	padding-right: 10px;
}

#header-outer[data-lhe="animated_underline"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav>ul>li>a {
	margin-left: 7px;
	margin-right: 7px;
}

#header-outer[data-lhe="default"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav>ul>li>a {
	padding-left: 7px;
	padding-right: 7px;
}

#header-outer #top .sf-menu>.sf-with-ul>a {
	padding-right: 20px !important;
}

#header-outer[data-lhe="animated_underline"] #top .sf-menu>.sf-with-ul:not([class*="button"])>a {
	padding-right: 10px !important;
}

#header-outer[data-lhe="animated_underline"] #top .sf-menu>.sf-with-ul[class*="button"]>a {
	padding-right: 26px !important;
}

#header-outer[data-lhe="default"][data-condense="true"][data-format="centered-menu-bottom-bar"]:not([data-menu-bottom-bar-align="left"]).fixed-menu #top nav .sf-menu>.sf-with-ul>a {
	padding-right: 17px !important;
}

#top nav>ul>li>ul>li, #header-outer[data-format="centered-menu"] #top nav>ul>li>ul>li, #header-secondary-outer .sf-menu>li>ul>li, #header-outer .widget_shopping_cart .cart_list, #header-outer .widget_shopping_cart .total, #header-outer .widget_shopping_cart .buttons, #header-outer nav .nectar-global-section-megamenu>.inner {
	-webkit-transform: translate3d(0, 13px, 0);
	transform: translate3d(0, 13px, 0);
}

#header-outer nav ul li li:hover>a .sf-sub-indicator i, #header-outer nav ul li .sfHover>a .sf-sub-indicator i, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a .sf-sub-indicator i, #header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-item>a, #header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-ancestor>a, #header-outer nav>ul>.megamenu>ul ul .sfHover>a, #header-outer nav>ul>.megamenu>ul ul li a:hover, #header-outer nav>ul>.megamenu>ul ul li a:focus, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a, #header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a, body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) .sfHover>a, body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) ul a:hover {
	color: #fff;
}

body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul li a:hover, body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a {
	color: #fff;
	background-color: #000;
}

#slide-out-widget-area .nectar-ext-menu-item .menu-title-text {
	background-image: none !important;
}

#slide-out-widget-area .nectar-ext-menu-item .menu-title-text.nitro-lazy {
	background-image: none !important;
}

#header-space {
	height: calc(106px + var(--nectar_hook_before_nav_content_height, 0px));
}

@media only screen and (max-width:999px) {
	#header-space {
		height: calc(48px + var(--nectar_hook_before_nav_content_height, 0px));
	}
}

#header-outer #logo .mobile-only-logo, #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] .span_9 .logo-clone img {
	height: 24px;
}

@media only screen and (max-width:999px) {
	body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
		height: 24px !important;
	}
}

#header-outer #social-in-menu {
	align-items: center;
	justify-content: center;
	gap: var(--nectar-dynamic-social-icon-gap, 14px);
}

#header-outer #social-in-menu i {
	font-size: 18px;
	color: inherit;
	background-color: rgba(255, 255, 255, 0);
	transition: transform var(--nectar-header-hover-timing, .4s) var(--nectar-cubic-bezier-out, cubic-bezier(.3, 1, .3, 1)), opacity .2s ease;
	text-align: center;
	position: relative;
	top: 0;
}

#header-outer #social-in-menu a {
	line-height: 1;
}

#header-outer #social-in-menu i {
	width: auto;
	height: auto;
}

body #header-outer #social-in-menu a .nectar-dynamic-social-icon--hover {
	position: absolute !important;
	top: 120% !important;
	left: 0;
}

#social-in-menu img.nectar-dynamic-social-icon {
	height: var(--nectar-dynamic-social-icon-size, 24px);
	width: auto;
	margin: 0;
	transition: transform var(--nectar-header-hover-timing, .4s) var(--nectar-cubic-bezier-out, cubic-bezier(.3, 1, .3, 1)), opacity .2s ease-in-out;
}

#header-outer #social-in-menu i {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#header-outer #social-in-menu a {
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	position: relative;
	overflow: hidden;
}

#header-outer #social-in-menu a:has(.nectar-dynamic-social-icon) {
	line-height: 0 !important;
}

#header-outer #social-in-menu a i:after {
	position: absolute;
	top: 120%;
	left: 0;
	transform: translate3d(0, 0, 0);
	width: 100%;
}

#header-outer #social-in-menu a i:before {
	width: 100%;
}

#header-outer #social-in-menu [class^="fa-"]:after, #header-outer #social-in-menu [class*="fa-"]:after, #header-outer #social-in-menu .fa-vine:before, #header-outer #social-in-menu .fa-vine:after {
	text-decoration: inherit;
	display: block;
	speak: none;
}

#header-outer #social-in-menu .fa-vine {
	display: block;
	text-align: center;
}

#header-outer #social-in-menu i.fa-facebook {
	width: 28px;
}

#header-outer #top #social-in-menu i.fa-houzz, #header-outer #top #social-in-menu i.icon-salient-tiktok {
	font-size: 16px;
}

#header-outer[data-format="default"] #social-in-menu {
	margin: 0 0 0 30px;
}

body.original #header-outer[data-full-width="true"][data-format="default"] #social-in-menu {
	margin-right: 22px;
}

#header-outer[data-lhe="animated_underline"] #top nav>ul>#social-in-menu>a, #header-outer[data-lhe="default"] #top nav>ul>#social-in-menu>a, #header-outer[data-lhe="button_bg"] #top nav>ul>#social-in-menu>a, #header-outer[data-lhe="text_reveal"] #top nav>ul>#social-in-menu>a {
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
}

#header-outer #social-in-menu .fa-facebook:after, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-facebook:after {
	content: "";
}

.off-canvas-menu-container .nectar-menu-icon, .off-canvas-menu-container .nectar-menu-icon-img, #header-outer #mobile-menu .nectar-menu-icon, #header-outer #mobile-menu .nectar-menu-icon-img {
	display: none;
}

#search-outer, #header-outer .bg-color-stripe {
	display: none;
}

@media only screen and (min-width:1000px) {
	body.original #search-outer #search #search-box input[type="text"] {
		font-size: 48px;
		line-height: 1;
	}
	
	#search-outer #search #close a {
		top: 50%;
		margin-top: -7px;
	}
}

#header-outer[data-box-shadow="small"], body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="0"]:not(.transparent):not(.invisible), body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="1"]:not(.transparent) {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
}

#header-outer[data-header-resize="1"] #logo, #header-outer[data-header-resize="1"] .logo-spacing {
	transition: margin .32s ease, color .32s ease;
}

#header-outer[data-header-resize="1"] #logo img, #header-outer[data-header-resize="1"] .logo-spacing img {
	transition: height .32s ease, opacity .2s ease;
}

#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) #logo, #header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) .logo-spacing {
	transition: margin .15s ease;
}

#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) #logo img, #header-outer[data-header-resize="1"]:not([data-transparent-header="true"]) .logo-spacing img {
	transition: height .15s ease, opacity .2s ease;
}

#header-outer[data-header-resize="1"].small-nav:not([data-transparent-header="true"]) #logo, #header-outer[data-header-resize="1"].small-nav:not([data-transparent-header="true"]) .logo-spacing {
	transition: margin .3s ease;
}

#header-outer[data-header-resize="1"].small-nav:not([data-transparent-header="true"]) #logo img, #header-outer[data-header-resize="1"].small-nav:not([data-transparent-header="true"]) .logo-spacing img {
	transition: height .3s ease, opacity .2s ease;
}

#header-outer.small-nav {
	transition: box-shadow .42s ease, opacity .3s ease;
}

#header-outer.small-nav #logo, #header-outer.small-nav .logo-spacing {
	transition: margin .32s ease;
}

#header-outer.small-nav #logo img, #header-outer.small-nav .logo-spacing img {
	transition: height .32s ease;
}

#header-outer[data-using-secondary="1"].small-nav {
	transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease;
}

:root {
	--nectar-ocm-icon-width: 22px;
}

@media only screen and (max-width:999px) {
	:root {
		--nectar-ocm-icon-width: 1.4rem;
	}
}

.nectar-skip-to-content:focus {
	position: fixed;
	left: 6px;
	top: 7px;
	height: auto;
	width: auto;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 23px 14px;
	background: #f1f1f1;
	color: #000;
	z-index: 100000;
	line-height: normal;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

#header-outer[data-lhe="animated_underline"] li>a .menu-title-text {
	position: relative;
}

#header-outer .mobile-header li:not([class*="button_"])>a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] nav>ul>li:not([class*="button_"])>a .menu-title-text:after, #header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a .menu-title-text:after {
	-webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
	transition: transform .3s ease-out, border-color .3s ease-out;
	position: absolute;
	display: block;
	bottom: -6px;
	left: 0;
	width: 100%;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-top: 2px solid #000;
	content: "";
	padding-bottom: inherit;
}

#header-outer .mobile-header li:not([class*="button_"])>a:hover .menu-title-text:after, #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a:hover .menu-title-text:after, #header-outer[data-lhe="animated_underline"] #top nav>ul>.sfHover>a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] .sf-menu .current_page_ancestor>a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] .sf-menu .current-menu-ancestor>a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] .sf-menu .current-menu-item>a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] .sf-menu .current_page_item>a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] .sf-menu .current_page_parent>a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] .buttons .current-menu-item>a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] .buttons .current-menu-ancestor>a .menu-title-text:after, #header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a .menu-title-text:hover:after, #header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a:focus .menu-title-text:after {
	backface-visibility: hidden;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

body[data-header-inherit-rc="true"] #header-outer[data-lhe="animated_underline"].light-text #top nav>ul>li:not([class*="button_"])>a .menu-title-text:after {
	border-color: #fff;
}

#header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav>ul>li>a .menu-title-text:after {
	border-color: #000 !important;
}

body #header-outer .mobile-header li:not([class*="button_"])>a .menu-title-text:after, #header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) nav>ul>li:not([class*="button_"])>a .menu-title-text:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after, body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after, #header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a .menu-title-text:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li>a:after, #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li>a span:after {
	border-top-width: 2px;
}

.nectar-cta[data-style="underline"] .link_wrap .link_text:after {
	border-bottom-width: 2px;
}

:root {
	--nectar-border-thickness: 2px;
}

.masonry.material .masonry-blog-item .meta-category a:before, .post-area.featured_img_left .meta-category a:before, .related-posts[data-style="material"] .meta-category a:before, .nectar-recent-posts-single_featured .grav-wrap .text a:before, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before, [data-style="list_featured_first_row"] .meta-category a:before, #header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after, .sf-menu li ul li a .menu-title-text:after, #ajax-content-wrap .portfolio-filters-inline[data-color-scheme*="-underline"] ul li a:after, .nectar-post-grid-filters a:after, .nectar-post-grid .meta-category a:before {
	height: 2px;
}

#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li>a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button), #slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li>a:not(.tag-cloud-link):not(.nectar-button), #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button), .nectar-quick-view-box .single_add_to_cart_button_wrap a span, .products li.product.minimal .product-add-to-cart a span, .products li.product.minimal .product-add-to-cart .added_to_cart, .woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control, .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-error a, .woocommerce-message a, .woocommerce-MyAccount-content .woocommerce-message a.button, #search-results .result .title a, a>.nectar-ext-menu-item .menu-title-text, .nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta a:not(.remove), body .woocommerce-checkout-review-order-table .product-info h4 a, body.woocommerce-cart .product-name a, .woocommerce .woocommerce-breadcrumb a, .nectar-ajax-search-results .search-post-item h5, .nectar-category-grid[data-style="mouse_follow_image"] .nectar-category-grid-item .cat-heading, .nectar-underline h1, .nectar-underline h2, .nectar-underline h3, .nectar-underline h4, .nectar-underline h5, .nectar-underline .post-heading, .nectar-underline-target-paragraph .nectar-underline-target-paragraph__target, .nectar-shop-header>.woocommerce-ordering .select2-container--default:hover .select2-selection__rendered, .nectar-shop-header>.woocommerce-ordering .select2-container--default.select2-container--open .select2-selection__rendered, .variations_form .variations .select2-container--default:hover .select2-selection__rendered, .variations_form .variations .select2-container--default.select2-container--open .select2-selection__rendered, body .variations_form .variations select:hover, .woocommerce div.product .woocommerce-review-link, .woocommerce.single-product div.product_meta a, .nectar-link-underline a span {
	background-size: 0 2px;
}

#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li>a:not(.tag-cloud-link):not(.nectar-button):hover, #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button):hover, #slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li>a:not(.tag-cloud-link):not(.nectar-button):hover, #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button):hover, .nectar-quick-view-box .single_add_to_cart_button_wrap a:hover span, .products li.product.minimal .product-add-to-cart a:hover span, .products li.product.minimal .product-add-to-cart .added_to_cart:hover, .woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control.active, .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li.active a, .woocommerce .woocommerce-info a:hover, .woocommerce .woocommerce-error a:hover, .woocommerce-message a:hover, .woocommerce-MyAccount-content .woocommerce-message a.button:hover, #search-results .result .title a:hover, a:hover>.nectar-ext-menu-item .menu-title-text, a:focus>.nectar-ext-menu-item .menu-title-text, li[class*="current"]>a>.nectar-ext-menu-item .menu-title-text, .nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta a:hover:not(.remove), body .woocommerce-checkout-review-order-table .product-info h4 a:hover, body.woocommerce-cart .product-name a:hover, .woocommerce .woocommerce-breadcrumb a:hover, .nectar-ajax-search-results .search-post-item:hover h5, .nectar-category-grid[data-style="mouse_follow_image"] .nectar-category-grid-item:hover .cat-heading, .nectar-underline:hover h1, .nectar-underline:hover h2, .nectar-underline:hover h3, .nectar-underline:hover h4, .nectar-underline:hover h5, .nectar-underline:hover .post-heading, .nectar-underline-target-paragraph:hover .nectar-underline-target-paragraph__target, .active-tab .nectar-link-underline a span, .nectar-shop-header>.woocommerce-ordering .select2-container--default .select2-selection__rendered, .woocommerce-ordering .select2-container--default .select2-selection__rendered, .variations_form .variations .select2-container--default .select2-selection__rendered, body .variations_form .variations select, .woocommerce div.product .woocommerce-review-link:hover, .woocommerce.single-product div.product_meta a:hover, .nectar-post-grid-item:hover .nectar-link-underline span, .nectar-link-underline a:hover span, .nectar-link-underline a[class*="active"] span {
	background-size: 100% 2px;
}

.nectar-link-underline-effect a {
	background-size: 100% 2px;
}

@keyframes nectar_ltr_line_animation_start {
	0% {
		background-size: 0 2px;
	}
	
	100% {
		background-size: 100% 2px;
	}
}

@keyframes nectar_ltr_line_animation {
	0% {
		background-size: 100% 2px;
	}
	
	100% {
		background-size: 0 2px;
	}
}

.span_12.light .wpb_text_column a {
	transition: .3s ease opacity, .3s ease color;
}

.span_12.light .wpb_text_column a:not(:hover) {
	opacity: .7;
}

:root {
	--wp--style--root--padding-left: 90px;
	--wp--style--root--padding-right: 90px;
	--container-padding: 90px;
	--nectar-resp-container-padding: 90px;
}

@media only screen and (min-width:1000px) {
	.container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
		max-width: 1425px;
		width: 100%;
		margin: 0 auto;
		padding: 0 90px;
	}
	
	body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container), .nectar-recent-posts-slider .flickity-page-dots, #nectar_fullscreen_rows[data-footer="default"] #footer-widgets .container, #nectar_fullscreen_rows[data-footer="default"] #copyright .container {
		padding: 0 90px !important;
	}
	
	.swiper-slide .content {
		padding: 0 90px;
	}
	
	body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
		width: 100% !important;
		padding: 0 !important;
	}
	
	body .carousel-heading .container .carousel-next {
		right: 10px;
	}
	
	body .carousel-heading .container .carousel-prev {
		right: 35px;
	}
	
	.carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link {
		left: 90px;
	}
	
	.carousel-wrap[data-full-width="true"] .carousel-heading {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-next {
		right: 90px;
	}
	
	#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-prev {
		right: 115px;
	}
	
	.carousel-wrap[data-full-width="true"] {
		padding: 0;
	}
	
	.carousel-wrap[data-full-width="true"] .caroufredsel_wrapper {
		padding: 20px;
	}
	
	#search-outer #search #close a {
		right: 90px;
	}
	
	body.material #search-outer #search #close {
		right: 90px;
	}
	
	body.material #search-outer #search #close a {
		right: 12px;
	}
}

@media only screen and (min-width:1000px) {
	.container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
		max-width: 1425px;
	}
}

:root {
	--container-width: 1425px;
}

html body {
	--wp--style--global--content-size: 1425px;
	--wp--style--global--wide-size: 1725px;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	padding: 4px;
}

body[data-fancy-form-rcs="1"] .variations select {
	padding: 8px;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
	height: auto;
	background-color: rgba(255, 255, 255, 0);
	border-color: #e0e0e0;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: background-color .15s cubic-bezier(.39, .71, .56, .98), color .15s cubic-bezier(.39, .71, .56, .98);
	transition: background-color .15s cubic-bezier(.39, .71, .56, .98), color .15s cubic-bezier(.39, .71, .56, .98);
}

body[data-fancy-form-rcs="1"].woocommerce-checkout .select2-container--default .select2-selection--single {
	color: #555;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover .select2-arrow b:after {
	-webkit-transition: border-color .15s cubic-bezier(.39, .71, .56, .98);
	transition: border-color .15s cubic-bezier(.39, .71, .56, .98);
}

body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-dropdown {
	border: none;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-dropdown {
	box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
}

body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search, .select2-search input {
	font-size: 14px;
}

body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after, body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b, body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection__arrow b {
	border-top-color: #fff;
}

body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice .select2-arrow b:after, body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b, body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #fff;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	width: 30px;
	top: 0;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 10px;
	padding-right: 30px;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-dropdown {
	color: #000;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 20px;
	line-height: 1.9;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 12px;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option[aria-selected=true], body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f0f0f0 !important;
}

body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-above .select2-search input, body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-below .select2-search input, body[data-fancy-form-rcs="1"] .select2-drop .select2-search input[type="text"] {
	padding: 0 4px !important;
	margin-top: 7px !important;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover, body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover>.select2-chosen, body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice, body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice>.select2-chosen {
	color: #fff !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

body[data-fancy-form-rcs="1"].admin-bar .select2-drop.select2-drop-above.select2-drop-active {
	margin-top: -33px;
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
	padding-top: 12px;
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap label {
	padding-bottom: 0;
	font-size: 12px;
	display: inline-block;
	color: #acacac !important;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering select, body[data-fancy-form-rcs="1"] select {
	color: inherit;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected], body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default:hover .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
	color: inherit !important;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b, body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default:hover .select2-selection--single .select2-selection__arrow b {
	border-top-color: inherit;
	transition: transform .3s ease;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: inherit rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 5px 4px 0 4px;
	transform: rotate(180deg);
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: inherit;
}

body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
	color: #fff !important;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
	color: #fff;
}

body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date], body[data-form-style="minimal"] input[type=number], body[data-form-style="minimal"] select {
	background-color: rgba(0, 0, 0, .035);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	position: relative;
	margin: 0;
	font-size: 14px;
	border-bottom: 2px solid #e0e0e0;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	border-radius: 0;
}

body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"], body[data-form-style="minimal"] .container-wrap .span_12.light textarea, body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=number], body[data-form-style="minimal"] .container-wrap .span_12.light select, .nectar-global-section .span_12.light input[type="text"], .nectar-global-section .span_12.light textarea, .nectar-global-section .span_12.light input[type="email"], .nectar-global-section .span_12.light input[type=password], .nectar-global-section .span_12.light input[type=tel], .nectar-global-section .span_12.light input[type=url], .nectar-global-section .span_12.light input[type=search] {
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: rgba(255, 255, 255, .04);
	box-shadow: none;
	border-color: #fff;
}

body[data-form-style="minimal"].material .span_12.light .select2-container--default .select2-selection--single, body[data-form-style="minimal"][data-fancy-form-rcs="1"].material .span_12.light .select2-container--default .select2-selection--single {
	background-color: rgba(255, 255, 255, .04);
}

body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"]:focus, body[data-form-style="minimal"] .container-wrap .span_12.light textarea:focus, body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"]:focus, body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password]:focus, body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel]:focus, body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url]:focus, body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search]:focus, body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date]:focus, body[data-form-style="minimal"] .container-wrap .span_12.light input[type=number]:focus, body[data-form-style="minimal"] .container-wrap .span_12.light select:focus {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-color: #fff;
}

body[data-form-style="minimal"] textarea, body[data-form-style="minimal"].woocommerce #review_form #respond textarea {
	padding: 20px;
}

body[data-form-style="minimal"] .widget_search .search-form .search-submit {
	top: 30px;
}

span.wpcf7-not-valid-tip, .woocommerce input#coupon_code, body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search, .select2-search input, body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"] {
	font-size: 14px;
}

.container-wrap input[type=text], .container-wrap input[type=email], .container-wrap input[type=password], .container-wrap input[type=tel], .container-wrap input[type=url], .container-wrap input[type=search], .container-wrap input[type=date], .container-wrap input[type=number], .container-wrap textarea, .container-wrap select, body input[type=text], body input[type=email], body input[type=password], body input[type=tel], body input[type=url], body input[type=search], body input[type=date], body input[type=number], body textarea, body select, body>#review_form_wrapper.modal input[type=text], body>#review_form_wrapper.modal textarea, body>#review_form_wrapper.modal select, body>#review_form_wrapper.modal input[type=email], .select2-container--default .select2-selection--single, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single, .woocommerce input#coupon_code, .material.woocommerce-page[data-form-style="default"] input#coupon_code, body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date], body[data-form-style="minimal"] input[type=number], body[data-form-style="minimal"] select {
	font-size: 14px;
}

#ajax-loading-screen {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000000000;
}

#ajax-loading-screen .reveal-1, #ajax-loading-screen .reveal-2 {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
}

#ajax-loading-screen[data-effect*="horizontal_swipe"] {
	background-color: transparent !important;
	left: -100%;
}

body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"][data-effect*="horizontal_swipe"] {
	display: block;
}

body[data-ajax-transitions="true"][data-apte="horizontal_swipe_basic"] #ajax-loading-screen .reveal-2 {
	display: none;
}

#ajax-loading-screen.in-from-right {
	left: 0;
}

.no-cssanimations #ajax-loading-screen.loaded .reveal-1, .no-cssanimations #ajax-loading-screen.loaded .reveal-2 {
	display: none;
}

#ajax-loading-screen.loaded .reveal-1 {
	backface-visibility: hidden;
	-webkit-animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
	animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
}

#ajax-loading-screen.loaded .reveal-2 {
	backface-visibility: hidden;
	-webkit-animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
	animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
}

#ajax-loading-screen.loaded.in-from-right .reveal-1 {
	-webkit-animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
	animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
}

body[data-apte="horizontal_swipe_basic"] #ajax-loading-screen.loaded.in-from-right .reveal-1 {
	-webkit-animation: nectar-anim-effect-2-1 1.1s cubic-bezier(.215, .61, .355, 1) forwards;
	animation: nectar-anim-effect-2-1 1.1s cubic-bezier(.215, .61, .355, 1) forwards;
}

#ajax-loading-screen.loaded.in-from-right .reveal-2 {
	-webkit-animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
	animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
}

body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"].hidden {
	display: none;
}

body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"].hidden.loaded.in-from-right {
	display: block;
}

@-webkit-keyframes nectar-anim-effect-2-1 {
	0% {
		-ms-transform: translateX(0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	30%, 100% {
		-ms-transform: translateX(-100%);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
		animation-timing-function: cubic-bezier(.67, 0, .3, 1);
	}
}

@keyframes nectar-anim-effect-2-1 {
	0% {
		-ms-transform: translateX(0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	30%, 100% {
		-ms-transform: translateX(-100%);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
		animation-timing-function: cubic-bezier(.67, 0, .3, 1);
	}
}

@-webkit-keyframes nectar-anim-effect-2-2 {}

@keyframes nectar-anim-effect-2-2 {}

body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"], body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"][data-method="ajax"], body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] .loading-icon {
	display: block;
	opacity: 1;
}

#ajax-loading-screen .material-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.nectar-material-spinner circle {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: nectar_material_loader_dash 1.4s ease-in-out infinite, nectar_material_loader_colors 1.8s ease-in-out infinite;
}

.nectar-material-spinner {
	animation: nectar_material_loader_rotate 1.4s linear infinite;
}

@keyframes nectar_material_loader_rotate {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(270deg);
	}
}

@keyframes nectar_material_loader_dash {
	0% {
		stroke-dashoffset: 187;
	}
	
	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

body #ajax-loading-screen[data-effect="center_mask_reveal"] {
	background-color: rgba(255, 255, 255, 0);
}

body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect="center_mask_reveal"].hidden {
	display: none;
}

#ajax-loading-screen[data-effect="center_mask_reveal"] span {
	position: absolute;
	background: #fff;
	z-index: 100;
	-webkit-transition: .8s cubic-bezier(.12, .75, .4, 1);
	transition: .8s cubic-bezier(.12, .75, .4, 1);
}

#ajax-loading-screen .mask-top {
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
}

#ajax-loading-screen .mask-right {
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
}

#ajax-loading-screen .mask-bottom {
	bottom: 0;
	right: 0;
	height: 50%;
	width: 100%;
}

#ajax-loading-screen .mask-left {
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
}

#ajax-loading-screen.loaded .mask-top {
	-webkit-transform: translateY(-100%) translateZ(0);
	-ms-transform: translateY(-100%) translateZ(0);
	transform: translateY(-100%) translateZ(0);
}

#ajax-loading-screen.loaded .mask-right {
	-webkit-transform: translateX(100%) translateZ(0);
	-ms-transform: translateX(100%) translateZ(0);
	transform: translateX(100%) translateZ(0);
}

#ajax-loading-screen.loaded .mask-bottom {
	-webkit-transform: translateY(100%) translateZ(0);
	-ms-transform: translateY(100%) translateZ(0);
	transform: translateY(100%) translateZ(0);
}

#ajax-loading-screen.loaded .mask-left {
	-webkit-transform: translateX(-100%) translateZ(0);
	-ms-transform: translateX(-100%) translateZ(0);
	transform: translateX(-100%) translateZ(0);
}

#ajax-loading-screen[data-effect="center_mask_reveal"].set-to-fade span, #ajax-loading-screen[data-effect="center_mask_reveal"].set-to-fade.loaded span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: none;
	transform: none;
}

#ajax-loading-screen .reveal-1 {
	background-color: #fff;
}

#ajax-loading-screen .reveal-2 {
	background-color: #fff;
}

@keyframes nectar_material_loader_colors {
	0% {
		stroke: #3452ff;
	}
	
	50% {
		stroke: #3452ff;
	}
	
	100% {
		stroke: #3452ff;
	}
}

:root {
	--nectar-border-radius: 0px;
}

.nectar-cta .link_wrap {
	transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1);
}

@media only screen and (min-width :1px) and (max-width :999px) {
	body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
		opacity: 1;
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation>div {
		opacity: 1;
	}
	
	.divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"] {
		visibility: visible !important;
	}
	
	img.img-with-animation[data-animation="fade-in-from-left"], .col.has-animation[data-animation="fade-in-from-left"], .wpb_column.has-animation[data-animation="fade-in-from-left"], .nectar-fancy-box.has-animation[data-animation="fade-in-from-left"], img.img-with-animation[data-animation="fade-in-from-right"], .col.has-animation[data-animation="fade-in-from-right"], .wpb_column.has-animation[data-animation="fade-in-from-right"], .nectar-fancy-box.has-animation[data-animation="fade-in-from-right"], .divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"], .col.has-animation[data-animation="fade-in-from-bottom"], .wpb_column.has-animation[data-animation="fade-in-from-bottom"], .wpb_column.has-animation[data-animation="slight-fade-in-from-bottom"], .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"], img.img-with-animation[data-animation="grow-in"], .col.has-animation[data-animation="grow-in"], .wpb_column.has-animation[data-animation="grow-in"], .nectar-fancy-box.has-animation[data-animation="grow-in"], img.img-with-animation[data-animation="flip-in"], .col.has-animation[data-animation="flip-in"], .wpb_column.has-animation[data-animation="flip-in"], .nectar-fancy-box.has-animation[data-animation="flip-in"], img.img-with-animation[data-animation="flip-in-vertical"], .col.has-animation[data-animation="flip-in-vertical"], .wpb_column.has-animation[data-animation="flip-in-vertical"], .wpb_column.has-animation[data-animation="slight-twist"], .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"], .img-with-aniamtion-wrap[data-animation="flip-in-vertical"] .hover-wrap, .img-with-aniamtion-wrap[data-animation="flip-in"] .hover-wrap, .img-with-aniamtion-wrap[data-animation="fade-in-from-bottom"] .hover-wrap, .img-with-aniamtion-wrap[data-animation="fade-in-from-right"] .hover-wrap, .img-with-aniamtion-wrap[data-animation="fade-in-from-left"] .hover-wrap, .img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap, .nectar-split-heading .heading-line>div, .nectar-split-heading span>.inner, .nectar-split-heading[data-animation-type="twist-in"], .nectar_food_menu_item .item_description, .nectar_food_menu_item .inner, .col.has-animation[data-animation="zoom-out"], .col.has-animation[data-animation="zoom-out-high"], .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap, .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"], .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"], .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap, .column-image-bg-wrap[data-bg-animation*="reveal-from-"], .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap, .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg, .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"], .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"]>div, .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation, .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner, .img-with-aniamtion-wrap[data-animation*="reveal-from-"], .nectar-rotating-words-title.element_stagger_words .text-wrap>span, .nectar-waypoint-el {
		transform: none !important;
		-webkit-transform: none !important;
	}
	
	.clients.fade-in-animation>div, img.img-with-animation, .img-with-aniamtion-wrap .hover-wrap, .col.has-animation, .wpb_column.has-animation, .nectar-fancy-box.has-animation, img.img-with-animation[data-animation="flip-in"], .col.has-animation[data-animation="flip-in"], .wpb_column.has-animation[data-animation="flip-in"], .nectar-fancy-box.has-animation[data-animation="flip-in"], img.img-with-animation[data-animation="flip-in-vertical"], .col.has-animation[data-animation="flip-in-vertical"], .wpb_column.has-animation[data-animation="flip-in-vertical"], .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"], .nectar_food_menu_item .item_description, .nectar_food_menu_item .inner, .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap, .nectar-fancy-ul[data-animation="true"] ul li, .nectar-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated), .nectar-split-heading[data-animation-type="twist-in"], .nectar-split-heading span>.inner, .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"], .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"], .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap, .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"], .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"]>div, .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner, .nectar-waypoint-el {
		opacity: 1 !important;
	}
	
	body:not([data-m-animate="1"]) .span_12.flip-in-vertical-wrap {
		-webkit-perspective: none;
		perspective: none;
	}
	
	.nectar_cascading_images .cascading-image .inner-wrap, .nectar-icon-list[data-animate="true"] .content, .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, .nectar-icon-list[data-animate="true"]:after, .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner, .nectar-woo-flickity[data-animation*="fade-in"] ul.products .flickity-cell>.product {
		transform: none !important;
		-webkit-transform: none !important;
		opacity: 1 !important;
		animation: none !important;
	}
	
	.child_column[class*="nectar-mask-reveal"] .vc_column-inner {
		clip-path: none !important;
	}
}

@media only screen and (min-width:481px) and (max-width:1025px) and (orientation:landscape) {
	.col.has-animation[data-animation="fade-in-from-left"], .wpb_column.has-animation[data-animation="fade-in-from-left"], .img-with-animation[data-animation="fade-in-from-right"], .img-with-animation[data-animation="fade-in-from-left"], .divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"], .img-with-animation[data-animation="grow-in"], .col.has-animation[data-animation="grow-in"], .wpb_column.has-animation[data-animation="grow-in"], .img-with-animation[data-animation="flip-in"], .col.has-animation[data-animation="flip-in"], .wpb_column.has-animation[data-animation="flip-in"], .img-with-animation[data-animation="flip-in-vertical"], .col.has-animation[data-animation="flip-in-vertical"], .wpb_column.has-animation[data-animation="flip-in-vertical"], .wpb_column.has-animation[data-animation="slight-twist"], .col.has-animation[data-animation="fade-in-from-bottom"], .col.has-animation[data-animation="slight-fade-in-from-bottom"], .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
		transform: none !important;
		-webkit-transform: none !important;
	}
	
	.clients.fade-in-animation>div, .img-with-animation, .col.has-animation, .wpb_column.has-animation, .img-with-animation[data-animation="flip-in"], .col.has-animation[data-animation="flip-in"], .wpb_column.has-animation[data-animation="flip-in"], .img-with-animation[data-animation="flip-in-vertical"], .col.has-animation[data-animation="flip-in-vertical"], .wpb_column.has-animation[data-animation="flip-in-vertical"] {
		opacity: 1 !important;
	}
	
	body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
		transform: none;
		-webkit-transform: none;
	}
	
	.divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"] {
		visibility: visible;
	}
}

@media only screen and (max-width:2600px) {
	body.using-mobile-browser .col.has-animation[data-animation="fade-in-from-left"], body.using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-left"], body.using-mobile-browser .img-with-animation[data-animation="fade-in-from-right"], body.using-mobile-browser .img-with-animation[data-animation="fade-in-from-left"], body.using-mobile-browser .col.has-animation[data-animation="fade-in-from-bottom"], body.using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-bottom"], body.using-mobile-browser .img-with-animation[data-animation="grow-in"], body.using-mobile-browser .col.has-animation[data-animation="grow-in"], body.using-mobile-browser .wpb_column.has-animation[data-animation="grow-in"], body.using-mobile-browser .divider-border[data-animate="yes"], body.using-mobile-browser .divider-small-border[data-animate="yes"], body.using-mobile-browser .img-with-aniamtion-wrap .hover-wrap, body.using-mobile-browser .img-with-animation[data-animation="flip-in"], body.using-mobile-browser .col.has-animation[data-animation="flip-in"], body.using-mobile-browser .wpb_column.has-animation[data-animation="flip-in"], body.using-mobile-browser .img-with-animation[data-animation="flip-in-vertical"], body.using-mobile-browser .col.has-animation[data-animation="flip-in-vertical"], body.using-mobile-browser .wpb_column.has-animation[data-animation="flip-in-vertical"], body.using-mobile-browser .wpb_column.has-animation[data-animation*="reveal-from"]>.vc_column-inner, body.using-mobile-browser .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap, body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap, body.using-mobile-browser .nectar-split-heading[data-animation-type="twist-in"], body.using-mobile-browser .nectar-split-heading span>.inner, body.using-mobile-browser .nectar-icon-list[data-animate="true"] .content, body.using-mobile-browser .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, body.using-mobile-browser .nectar-icon-list[data-animate="true"]:after, body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, body.using-mobile-browser .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner, body.using-mobile-browser .nectar-fancy-box.has-animation, body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation, body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner, body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*="reveal-from-"], body.using-mobile-browser [data-animation="zoom-out-reveal"] .nectar-link-underline, body.using-mobile-browser [data-animation="zoom-out-reveal"] .item-main:before, body.using-mobile-browser [data-animation="zoom-out-reveal"] .nectar-post-grid-item__meta-wrap, body.using-mobile-browser .nectar-post-grid[data-animation="zoom-out-reveal"] .meta-category, body.using-mobile-browser .nectar-post-grid[data-animation="zoom-out-reveal"] .meta-author, body.using-mobile-browser .nectar-post-grid:not(.nectar-flickity):not([data-animation="none"]) .nectar-post-grid-item, body.using-mobile-browser .nectar-post-grid.nectar-flickity:not([data-animation="none"]) .nectar-post-grid-item div.inner, body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span, body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .meta-date, body.using-mobile-browser .nectar-woo-flickity[data-animation*="fade-in"] ul.products .flickity-cell>.product, body.using-mobile-browser .nectar-rotating-words-title.element_stagger_words .text-wrap>span, body.using-mobile-browser .nectar-waypoint-el {
		transform: none !important;
		-webkit-transform: none !important;
	}
	
	body.using-mobile-browser .clients.fade-in-animation>div, body.using-mobile-browser .img-with-animation, body.using-mobile-browser .img-with-aniamtion-wrap .hover-wrap, body.using-mobile-browser .col.has-animation, body.using-mobile-browser .wpb_column.has-animation, body.using-mobile-browser .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap, body.using-mobile-browser .img-with-animation[data-animation="flip-in"], body.using-mobile-browser .col.has-animation[data-animation="flip-in"], body.using-mobile-browser .wpb_column.has-animation[data-animation="flip-in"], body.using-mobile-browser .img-with-animation[data-animation="flip-in-vertical"], body.using-mobile-browser .col.has-animation[data-animation="flip-in-vertical"], body.using-mobile-browser .wpb_column.has-animation[data-animation="flip-in-vertical"], body.using-mobile-browser .nectar-fancy-box.has-animation, body.using-mobile-browser .nectar-split-heading[data-animation-type="twist-in"], body.using-mobile-browser .nectar-split-heading span>.inner, body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner, body.using-mobile-browser [data-animation="zoom-out-reveal"] .nectar-link-underline, body.using-mobile-browser [data-animation="zoom-out-reveal"] .item-main:before, body.using-mobile-browser [data-animation="zoom-out-reveal"] .nectar-post-grid-item__meta-wrap, body.using-mobile-browser .nectar-post-grid[data-animation="zoom-out-reveal"] .meta-category, body.using-mobile-browser .nectar-post-grid[data-animation="zoom-out-reveal"] .meta-author, body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item, body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span, body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .meta-date, body.using-mobile-browser .nectar-woo-flickity[data-animation*="fade-in"] ul.products .flickity-cell>.product, body.using-mobile-browser .nectar-waypoint-el {
		opacity: 1 !important;
	}
	
	body.using-mobile-browser .divider-border[data-animate="yes"], body.using-mobile-browser .divider-small-border[data-animate="yes"] {
		visibility: visible !important;
	}
	
	body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap, body.using-mobile-browser .nectar-icon-list[data-animate="true"] .content, body.using-mobile-browser .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, body.using-mobile-browser .nectar-icon-list[data-animate="true"]:after, body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, body.using-mobile-browser .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner {
		opacity: 1 !important;
		animation: none !important;
	}
	
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
		opacity: 1;
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
		transform: none;
		-webkit-transform: none;
	}
	
	body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line>div {
		transform: none;
		-webkit-transform: none;
	}
	
	body.using-mobile-browser:not([data-m-animate="1"]) .nectar-milestone:not(.animated-in) {
		opacity: 1;
	}
	
	body.using-mobile-browser:not([data-m-animate="1"]) .child_column[class*="nectar-mask-reveal"] .vc_column-inner {
		clip-path: none !important;
	}
}

#footer-outer .widget.widget_media_image img {
	margin-bottom: 0;
}

#footer-outer #footer-widgets .col .tagcloud a:hover, #footer-outer .nectar-button:hover {
	color: #fff !important;
}

#footer-outer, #nectar_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap {
	color: #ccc;
	position: relative;
	z-index: 10;
	background-color: #252525;
}

#footer-outer .row {
	padding: 55px 0;
	margin-bottom: 0;
}

#footer-outer #footer-widgets[data-has-widgets="false"] .row {
	padding: 0;
}

#footer-outer .widget h4 {
	color: #777;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

#footer-outer .widget h3, #footer-outer .widget h5, #footer-outer .widget h6 {
	color: inherit;
}

#footer-outer .widget {
	margin-bottom: 30px;
}

#footer-outer .widget.widget_categories ul ul, #footer-outer .widget.widget_pages ul ul, #footer-outer .widget.widget_nav_menu ul ul {
	margin: 0 !important;
	padding: 0 0 0 20px;
}

#footer-outer #footer-widgets .widget.widget_pages li, #footer-outer #footer-widgets .widget.widget_nav_menu li {
	border-bottom: 0;
	padding: 0 !important;
}

#footer-outer .widget.widget_pages li a, #footer-outer .widget.widget_nav_menu li a {
	padding: 8px 0;
	display: block;
}

#footer-outer .widget_pages li a, #footer-outer .widget_nav_menu li a {
	border-bottom: 1px solid #444;
}

#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_categories li a, #ajax-content-wrap #footer-outer #footer-widgets .widget.widget_archive li a {
	display: inline-block;
	border-bottom: 0;
}

#footer-outer .widget.widget_categories>ul>li:first-child>a, #footer-outer .widget.widget_pages>ul>li:first-child>a, #footer-outer .widget.widget_nav_menu>ul>li:first-child>a {
	padding-top: 0;
}

#footer-outer .span_3 .widget:last-child {
	margin-bottom: 0;
}

#footer-outer a {
	color: #ccc;
}

#footer-outer a:hover {
	color: #000;
}

#footer-outer .widget ul li {
	margin-bottom: 7px;
}

#footer-outer[data-full-width="1"] .container {
	width: 100%;
	padding: 0 28px;
	max-width: none;
}

#footer-outer .col {
	z-index: 10;
	min-height: 1px;
}

#footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
	display: block;
	line-height: 17px;
	color: #999;
	font-size: 11px;
	margin-bottom: 6px;
}

#footer-outer #footer-widgets .col ul li {
	padding: 8px 0;
	list-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #444;
}

#footer-outer #footer-widgets .col ul li:last-child {
	margin-bottom: 0;
}

#footer-outer .widget.widget_nav_menu li a, #footer-outer #footer-widgets .col ul ul li:last-child {
	border-bottom: 0 !important;
}

#footer-outer #footer-widgets .col p {
	padding-bottom: 20px;
}

#footer-outer #footer-widgets .col p:last-child {
	padding-bottom: 0;
}

#footer-outer #footer-widgets .col .widget_calendar table th {
	text-align: center;
}

#footer-outer #footer-widgets .col .widget_calendar table tbody td {
	border: 0;
	color: #666;
	padding: 8px;
	font-size: 14px;
}

#footer-outer #footer-widgets .col .widget_calendar table {
	border-collapse: collapse;
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child {
	border-left: 0;
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: rgba(0, 0, 0, .1);
}

#footer-outer #footer-widgets .col .widget_calendar table th {
	border-bottom: 0;
	padding-bottom: 10px;
	font-weight: 700;
	padding: 10px;
	color: #666;
}

#footer-outer #footer-widgets .col .widget_calendar table tfoot tr {
	margin-top: 20px;
}

#footer-outer .widget_search .search-form input[type=submit], #footer-outer .newsletter-widget form input[type=submit] {
	padding: 10px 11px 11px 10px;
}

#footer-outer #footer-widgets .col .tagcloud a {
	background-color: rgba(0, 0, 0, .1);
	color: #a0a0a0;
	cursor: pointer;
	display: inline-block;
	float: left;
	margin: 3px 3px 0 0;
	padding: 5px 7px;
	position: relative;
	font-size: 8pt;
	text-transform: capitalize;
	transition: all .2s linear;
	border-radius: 2px;
	line-height: 22px;
}

#footer-outer #footer-widgets .col .widget_tag_cloud:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}

#footer-outer #footer-widgets .col .tagcloud a:hover {
	background-color: #000;
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, .15);
	border: medium none;
	display: block;
	margin-bottom: 18px;
	padding: 15px;
	position: relative;
}

#footer-outer #footer-widgets .col .widget.widget_recent_comments ul li {
	padding: 15px !important;
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child {
	margin-bottom: 0;
}

#footer-outer #footer-widgets .col input[type=text], #footer-outer #footer-widgets .col input[type=email] {
	padding: 10px;
	width: 100%;
}

body[data-form-style="minimal"] #footer-outer #footer-widgets .col input[type=text] {
	color: #fff;
}

body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=text]:focus, body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=email]:focus {
	background-color: #fff;
}

#footer-outer #footer-widgets .col input[type=submit] {
	background-color: #000;
	opacity: .9;
	transition: opacity .2s linear 0s;
	-webkit-transition: opacity .2s linear 0s;
}

#footer-outer #footer-widgets .col input[type=submit]:hover {
	opacity: 1;
}

#footer-outer #footer-widgets .col .search-form form, #footer-outer #footer-widgets .col .search-form label, #footer-outer #footer-widgets .col .newsletter-widget form, #footer-outer #footer-widgets .col .search-form {
	line-height: 12px;
}

#footer-outer .recent_projects_widget img {
	background-color: #444;
	border-color: #4d4d4d;
}

#footer-outer .recent_projects_widget a:hover img {
	border-color: #616161;
	background-color: #616161;
}

#footer-outer #footer-widgets .col ul li:first-child>a, #footer-outer #footer-widgets .col ul li:first-child {
	padding-top: 0 !important;
}

.original #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child>a {
	padding-top: 8px !important;
}

#footer-outer #footer-widgets .rsswidget img {
	margin-bottom: -2px;
	margin-right: 2px;
}

#footer-outer .recent_projects_widget img {
	margin-bottom: 0;
}

@media only screen and (min-width :691px) and (max-width :999px) {
	#footer-outer .one-fourths.span_3, #footer-outer .one-fourths.vc_span3, #footer-outer .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
		width: 48% !important;
		margin-bottom: 2%;
		margin-right: 15px;
		margin-left: 0 !important;
		padding: 15px;
		float: left;
	}
	
	#footer-widgets .container .col {
		margin-left: 15px;
		width: 48%;
	}
	
	#footer-widgets .one-fourths .span_3:nth-child(2n+1) {
		margin-left: 0;
	}
	
	#footer-widgets .container .col.span_6, #footer-widgets .container .col.span_4 {
		margin-left: 0;
		margin-right: 15px;
		padding: 15px;
		margin-bottom: 0;
	}
	
	#footer-widgets .container .col.span_4 {
		margin-bottom: 40px;
	}
	
	#footer-widgets .container .row>div:last-child, #footer-widgets .container .row>div.col_last {
		margin-right: 0;
	}
}

@media only screen and (max-width :690px) {
	#ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
		margin-bottom: 40px;
	}
	
	#footer-outer #flickr img, #sidebar #flickr img {
		width: 95px;
	}
}

@media only screen and (min-width :1px) and (max-width :999px) {
	#footer-widgets .container .col {
		margin-bottom: 40px;
	}
	
	#footer-widgets .container .col:nth-child(3), #footer-widgets .container .col:nth-child(4) {
		margin-bottom: 0;
	}
}

#to-top {
	display: block;
	position: fixed;
	text-align: center;
	line-height: 12px;
	right: 17px;
	bottom: 0;
	transform: translateY(105%);
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	z-index: 9994;
	height: 29px;
	width: 29px;
	background-color: rgba(0, 0, 0, .25);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
}

body[data-button-style*="rounded"] #to-top {
	transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
	-webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
	background-color: rgba(0, 0, 0, .25);
}

body[data-button-style*="rounded"] #to-top:hover, body[data-button-style*="rounded"] #to-top.dark:hover {
	transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s;
	-webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, .16);
	background-color: transparent !important;
}

body[data-button-style*="rounded"] #to-top:after, body[data-button-style*="rounded"] #to-top:before {
	display: block;
	content: " ";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #000;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .3s cubic-bezier(.55, 0, .1, 1);
	-webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

body[data-button-style*="rounded"] #to-top:before {
	background-color: rgba(255, 255, 255, .25);
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all .5s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
	opacity: 0;
	z-index: 2;
}

body[data-button-style*="rounded"] #to-top:hover:after {
	transform: scale(1);
	-webkit-transform: scale(1);
}

body[data-button-style*="rounded"] #to-top {
	overflow: hidden;
}

body[data-button-style*="rounded"] #to-top i.fa-angle-up.top-icon, body[data-button-style*="rounded"] #to-top i.fa-angle-up {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: transform .2s ease;
	-webkit-transition: transform .2s ease;
}

body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up.top-icon, body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up, body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up.top-icon, body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up {
	-webkit-transform: translate(0, -29px);
	transform: translate(0, -29px);
}

body[data-button-style*="rounded"] #to-top:active:before {
	opacity: 1;
}

#to-top i {
	line-height: 29px;
	width: 29px;
	height: 29px;
	font-size: 14px;
	top: 0;
	left: 0;
	text-align: center;
	position: relative;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0);
}

#to-top:hover, #to-top.dark:hover {
	background-color: #000;
}

#to-top.dark {
	background-color: rgba(0, 0, 0, .87);
}

body[data-button-style*="slightly_rounded"] #to-top {
	border-radius: 200px !important;
	-webkit-border-radius: 200px !important;
}

.nectar-waypoint-el {
	transition: transform 750ms cubic-bezier(.33, 1, .68, 1), opacity 450ms ease;
}

body, .toggle h3 a, body .ui-widget, table, select, .bar_graph li span strong, #slide-out-widget-area .tagcloud a, body .container .woocommerce-message a.button, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .row .col.section-title .nectar-love span, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .sharing-default-minimal .nectar-social .social-text, body .sharing-default-minimal .nectar-love, .widget ul.nectar_widget[class*="nectar_blog_posts_"]>li .post-date, .single [data-post-hs="default_minimal"] #single-below-header span, .single .heading-title[data-header-style="default_minimal"] #single-below-header span, #header-outer .nectar-image-link-widget .image-link-content span, #slide-out-widget-area.fullscreen .nectar-image-link-widget .image-link-content span, #slide-out-widget-area.fullscreen-alt .nectar-image-link-widget .image-link-content span, .nectar-header-text-content, #slide-out-widget-area .nectar-ext-menu-item .menu-item-desc, .woocommerce-checkout-review-order-table .product-info .product-quantity, #ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a, #ajax-content-wrap .nectar-sticky-tabs .wpb_tabs_nav li .menu-content>a {
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.bold, strong, b {
	font-family: Roboto;
	font-weight: 600;
}

.single #single-below-header span {
	font-family: Roboto;
}

:root {
	--nectar-body-line-height: 24px;
}

:root {
	--nectar-body-font-size: 16px;
}

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
	line-height: 24px;
}

#ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a, .nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering select {
	font-weight: 300 !important;
}

.nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering select {
	font-family: Roboto !important;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width:690px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
}

#top nav>ul>li>a, .span_3 .pull-left-wrap>ul>li>a, body.material #search-outer #search input[type="text"], #top ul .slide-out-widget-area-toggle a i.label, #top .span_9>.slide-out-widget-area-toggle a.using-label .label, #header-secondary-outer .nectar-center-text, #slide-out-widget-area .secondary-header-text, #header-outer #mobile-menu ul li>a, #header-outer #mobile-menu .secondary-header-text, .nectar-mobile-only.mobile-header a {
	font-family: Roboto;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

#top nav>ul>li[class*="button_solid_color"]>a:before, #header-outer.transparent #top nav>ul>li[class*="button_solid_color"]>a:before, #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
	height: 28px;
}

#top nav>ul>li[class*="button_bordered"]>a:before, #header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a:before {
	height: 38px;
}

.material .sf-menu>li>a>.sf-sub-indicator [class^="icon-"] {
	font-size: 18px;
}

#top .sf-menu li ul li.menu-item a, #header-secondary-outer nav>ul>li>a, #header-secondary-outer .sf-menu li ul li a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a, .nectar-slide-in-cart.style_slide_in_click .close-cart {
	font-family: Roboto;
	font-size: 14px;
	line-height: 14px;
}

#page-header-bg h1, body h1, body .row .col.section-title h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, body #error-404 h1, [data-inherit-heading-family="h1"] {
	font-family: Roboto;
	font-size: 21px;
	line-height: 21px;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body .row .col.section-title h1, body h1, .full-width-content .recent-post-container .inner-wrap h2, [data-inherit-heading-family="h1"] {
		font-size: 16px;
		line-height: 16px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, #page-header-bg .span_6 h1, #page-header-bg.fullscreen-header .span_6 h1, body .featured-media-under-header h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, [data-inherit-heading-family="h1"] {
		font-size: 15px;
		line-height: 15px;
	}
	
	.full-width-content .recent-post-container .inner-wrap h2 {
		font-size: 15px;
		line-height: 15px;
	}
	
	.wpb_wrapper h1.vc_custom_heading {
		font-size: 15px !important;
		line-height: 15px !important;
	}
}

@media only screen and (max-width:690px) {
	body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, body.single.single-post .row .col.section-title.span_12 h1, #page-header-bg .span_6 h1, #page-header-bg.fullscreen-header .span_6 h1, body .featured-media-under-header h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, [data-inherit-heading-family="h1"] {
		font-size: 14px;
		line-height: 14px;
	}
	
	.wpb_wrapper h1.vc_custom_heading {
		font-size: 14px !important;
		line-height: 14px !important;
	}
}

#page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2, .nectar_single_testimonial[data-style="bold"] p, .woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control, body #error-404 h2, .woocommerce-page .woocommerce p.cart-empty, .nectar-ext-menu-item .inherit-h2 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h2, #mobile-menu .nectar-ext-menu-item .inherit-h2, #ajax-content-wrap .nectar-inherit-h2, #header-outer .nectar-inherit-h2, [data-inherit-heading-family="h2"], .nectar-quick-view-box div.product h1.product_title.nectar-inherit-h2 {
	font-family: Roboto;
	font-size: 19px;
	line-height: 19px;
}

.single-product div.product h1.product_title, .nectar-shop-header .page-title {
	font-size: 19px;
	line-height: 19px;
}

.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
	font-size: 19px;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, #ajax-content-wrap .nectar-inherit-h2, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content, [data-inherit-heading-family="h2"] {
		font-size: 17px;
		line-height: 17px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.col h2, body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, .woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control, .nectar_single_testimonial[data-style="bold"] p, #slide-out-widget-area .nectar-ext-menu-item .inherit-h2, #mobile-menu .nectar-ext-menu-item .inherit-h2, #ajax-content-wrap .nectar-inherit-h2, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content, [data-inherit-heading-family="h2"] {
		font-size: 16px;
		line-height: 16px;
	}
	
	.wpb_wrapper h2.vc_custom_heading {
		font-size: 16px !important;
		line-height: 16px !important;
	}
}

@media only screen and (max-width:690px) {
	.col h2, body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, .woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control, .nectar_single_testimonial[data-style="bold"] p, #slide-out-widget-area .nectar-ext-menu-item .inherit-h2, #ajax-content-wrap .nectar-inherit-h2, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content, [data-inherit-heading-family="h2"] {
		font-size: 14px;
		line-height: 14px;
	}
	
	.wpb_wrapper h2.vc_custom_heading {
		font-size: 14px !important;
		line-height: 14px !important;
	}
}

body h3, .row .col h3, .toggle>h3.toggle-title a, .ascend #respond h3, .ascend h3#comments, .woocommerce ul.products li.product.text_on_hover h3, .masonry.classic_enhanced .masonry-blog-item h3.title, .woocommerce ul.products li.product.material h3, .woocommerce-page ul.products li.product.material h3, .portfolio-items[data-ps="8"] .col h3, .nectar-hor-list-item[data-font-family="h3"], .woocommerce ul.products li.product h2, .nectar-quick-view-box h1, .nectar-ext-menu-item .inherit-h3 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3, #mobile-menu .nectar-ext-menu-item .inherit-h3, #ajax-content-wrap .nectar-inherit-h3, #header-outer .nectar-inherit-h3, [data-inherit-heading-family="h3"], .nectar-quick-view-box div.product h1.product_title.nectar-inherit-h3, .nectar-quick-view-box div.product .summary p.price.nectar-inherit-h3, body.woocommerce div.product p.price.nectar-inherit-h3 ins {
	font-family: Roboto;
	font-size: 17px;
	line-height: 17px;
}

@media only screen and (min-width:1000px) {
	.ascend .comments-section .comment-wrap.full-width-section>h3#comments, .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col h3 {
		font-size: 29px;
		line-height: 37px;
	}
	
	#ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
		font-size: 26px;
		line-height: 26px;
	}
}

@media only screen and (min-width:1300px) and (max-width:1500px) {
	body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
		font-size: 15px;
		line-height: 15px;
	}
}

.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
	font-size: 17px;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #ajax-content-wrap .nectar-inherit-h3, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
		font-size: 15px;
		line-height: 15px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3, #ajax-content-wrap .nectar-inherit-h3, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content, [data-inherit-heading-family="h3"] {
		font-size: 14px;
		line-height: 14px;
	}
	
	.wpb_wrapper h3.vc_custom_heading {
		font-size: 14px !important;
		line-height: 14px !important;
	}
}

@media only screen and (max-width:690px) {
	.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3, #mobile-menu .nectar-ext-menu-item .inherit-h3, #ajax-content-wrap .nectar-inherit-h3, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content, [data-inherit-heading-family="h3"] {
		font-size: 12px;
		line-height: 12px;
	}
	
	.wpb_wrapper h3.vc_custom_heading {
		font-size: 12px !important;
		line-height: 12px !important;
	}
}

@media only screen and (min-width:1300px) {
	.nectar-post-grid[data-columns="2"][data-masonry="yes"]>div:nth-of-type(3n+1) h3 {
		font-size: 24px;
	}
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.nectar-post-grid[data-columns="2"][data-masonry="yes"]>div:nth-of-type(3n+1) h3 {
		font-size: 21px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.nectar-post-grid[data-columns="2"][data-masonry="yes"]>div:nth-of-type(3n+1) h3 {
		font-size: 20px;
	}
}

body h4, .row .col h4, .portfolio-items .work-meta h4, .list-icon-holder[data-icon_type="numerical"] span, .portfolio-items .col.span_3 .work-meta h4, #respond h3, .blog-recent.related-posts h3.title, h3#comments, .portfolio-items[data-ps="6"] .work-meta h4, .nectar-hor-list-item[data-font-family="h4"], .toggles[data-style="minimal_small"] .toggle>h3 a, .woocommerce #reviews #reply-title, p.woocommerce.add_to_cart_inline>span.woocommerce-Price-amount, p.woocommerce.add_to_cart_inline ins>span.woocommerce-Price-amount, #header-outer .total, #header-outer .total strong, .nectar-ext-menu-item .inherit-h4 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h4, #mobile-menu .nectar-ext-menu-item .inherit-h4, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove), .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4, #header-outer .nectar-inherit-h4, .archive.woocommerce .container-wrap>.main-content #sidebar>.header h4, [data-inherit-heading-family="h4"], .nectar-quick-view-box div.product h1.product_title.nectar-inherit-h4, .nectar-quick-view-box div.product .summary p.price.nectar-inherit-h4, body.woocommerce div.product p.price.nectar-inherit-h4 ins {
	font-family: Roboto;
	font-size: 15px;
	line-height: 15px;
}

@media only screen and (min-width:691px) {
	.portfolio-items[data-ps="6"] .wide_tall .work-meta h4 {
		font-size: 26px !important;
		line-height: 25.5 !important;
	}
	
	.nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item>a:not(.remove) {
		font-family: Roboto !important;
	}
}

.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {
	font-size: 15px;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .col h4, body h4, .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content, [data-inherit-heading-family="h4"] {
		font-size: 15px;
		line-height: 15px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.row .col h4, body h4, #slide-out-widget-area .nectar-ext-menu-item .inherit-h4, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove), .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content, [data-inherit-heading-family="h4"] {
		font-size: 14px;
		line-height: 14px;
	}
}

@media only screen and (max-width:690px) {
	.row .col h4, body h4, #slide-out-widget-area .nectar-ext-menu-item .inherit-h4, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove), .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4, .archive.woocommerce .container-wrap>.main-content #sidebar>.header h4, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content, [data-inherit-heading-family="h4"] {
		font-size: 14px;
		line-height: 14px;
	}
}

body h5, .row .col h5, .portfolio-items .work-item.style-3-alt p, .nectar-hor-list-item[data-font-family="h5"], .nectar-ext-menu-item .inherit-h5 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h5, #ajax-content-wrap .nectar-inherit-h5, #header-outer .nectar-inherit-h5, [data-inherit-heading-family="h5"], .nectar-quick-view-box div.product h1.product_title.nectar-inherit-h5, .nectar-quick-view-box div.product .summary p.price.nectar-inherit-h5, body.woocommerce div.product p.price.nectar-inherit-h5 ins {
	font-family: Roboto;
	font-size: 14px;
	line-height: 14px;
}

body .wpb_column>.wpb_wrapper>.morphing-outline .inner>h5 {
	font-size: 19px;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .col h5, body h5, #ajax-content-wrap .nectar-inherit-h5 {
		font-size: 14px;
		line-height: 14px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.row .col h5, body h5, #ajax-content-wrap .nectar-inherit-h5, [data-inherit-heading-family="h5"] {
		font-size: 14px;
		line-height: 14px;
	}
}

@media only screen and (max-width:690px) {
	.row .col h5, body h5, #slide-out-widget-area .nectar-ext-menu-item .inherit-h5, #ajax-content-wrap .nectar-inherit-h5, [data-inherit-heading-family="h5"] {
		font-size: 14px;
		line-height: 14px;
	}
}

body i, body em, .masonry.meta_overlaid article.post .post-header .meta-author>span, .post-area.masonry.meta_overlaid article.post .post-meta .date, .post-area.masonry.meta_overlaid article.post.quote .quote-inner .author, .post-area.masonry.meta_overlaid article.post.link .post-content .destination, body .testimonial_slider[data-style="minimal"] blockquote span.title, #ajax-content-wrap .nectar-inherit-italic {
	font-family: Roboto;
}

body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1, .featured-media-under-header h1 {
	font-family: Roboto;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
}

@media only screen and (min-width:691px) and (max-width:999px) {
	.overlaid-content h1 {
		font-size: 13px !important;
		line-height: 17px !important;
	}
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
	#page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1, body .featured-media-under-header h1 {
		font-size: 16px;
		line-height: 16px;
	}
}

@media only screen and (min-width:1300px) and (max-width:1500px) {
	#page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 {
		font-size: 17px;
		line-height: 17px;
	}
}

@media only screen and (max-width:690px) {
	.overlaid-content h1 {
		font-size: 9px !important;
		line-height: 9px !important;
	}
}

body #page-header-bg .span_6 span.subheader, #page-header-bg span.result-num, body .row .col.section-title>span, .page-header-no-bg .col.section-title h1>span, body .nectar-box-roll .overlaid-content .subheader {
	font-family: Roboto;
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
	body #page-header-bg:not(.fullscreen-header) .span_6 span.subheader, body .row .col.section-title>span {}
}

@media only screen and (min-width:691px) and (max-width:999px) {
	body #page-header-bg.fullscreen-header .span_6 span.subheader, .overlaid-content .subheader {}
	
	#page-header-bg .span_6 span.subheader {
		font-size: 20px !important;
		line-height: 1.6 !important;
	}
}

@media only screen and (max-width:690px) {
	body #page-header-bg.fullscreen-header .span_6 span.subheader, .overlaid-content .subheader {}
	
	#page-header-bg .span_6 span.subheader {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}
}

body #slide-out-widget-area .inner-wrap>.inner .off-canvas-menu-container li>a, body #slide-out-widget-area.fullscreen .inner-wrap>.inner .off-canvas-menu-container li>a, body #slide-out-widget-area.fullscreen-alt .inner-wrap>.inner .off-canvas-menu-container li>a, body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li>a, body #nectar-ocm-ht-line-check {
	font-family: Roboto;
	font-size: 14px;
	line-height: 14px;
}

@media only screen and (min-width:691px) and (max-width:999px) {
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li>a, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
		font-size: 13px !important;
		line-height: 13px !important;
	}
}

@media only screen and (max-width:690px) {
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li>a, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
		font-size: 10px !important;
		line-height: 10px !important;
	}
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li li a, #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li li a {
	font-size: 10px;
	line-height: 10px;
}

body #slide-out-widget-area .menuwrapper li small, #header-outer .sf-menu li ul li.menu-item a .item_desc, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container li small, #slide-out-widget-area .off-canvas-menu-container .nectar-ext-menu-item .item_desc, #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .menu li small, .material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .menu li small, #header-outer #mobile-menu ul ul>li>a .item_desc, .nectar-ext-menu-item .menu-item-desc, #slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc {
	font-family: Roboto;
	font-size: 14px;
	line-height: 14px;
}

@media only screen and (min-width:691px) and (max-width:999px) {
	#slide-out-widget-area .menuwrapper li small {
		font-size: 13px;
		line-height: 13px;
	}
}

@media only screen and (max-width:690px) {
	#slide-out-widget-area .menuwrapper li small {
		font-size: 10px;
		line-height: 10px;
	}
}

#featured article .post-title h2 span, .swiper-slide .content p, body .vc_text_separator div {
	letter-spacing: -.5px;
	font-size: 40px;
	line-height: 60px;
}

#portfolio-filters-inline ul {
	line-height: 59px;
}

.swiper-slide .content p.transparent-bg span {
	line-height: 65px;
}

@media only screen and (min-width:1000px) {
	body #ajax-content-wrap.no-scroll {
		min-height: calc(100vh - 106px);
		height: calc(100vh - 106px) !important;
	}
}

@media only screen and (min-width:1000px) {
	#page-header-wrap.fullscreen-header, #page-header-wrap.fullscreen-header #page-header-bg, html:not(.nectar-box-roll-loaded) .nectar-box-roll>#page-header-bg.fullscreen-header, .nectar_fullscreen_zoom_recent_projects, #nectar_fullscreen_rows:not(.afterLoaded)>div {
		height: calc(100vh - 105px);
	}
	
	.wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
		min-height: calc(100vh - 105px);
	}
	
	html:not(.nectar-box-roll-loaded) .nectar-box-roll>#page-header-bg.fullscreen-header {
		top: 106px;
	}
	
	.nectar-slider-wrap[data-fullscreen="true"]:not(.loaded), .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container {
		height: calc(100vh - 104px) !important;
	}
	
	.admin-bar .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded), .admin-bar .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container {
		height: calc(100vh - 104px - 32px) !important;
	}
}

.admin-bar[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level, .admin-bar[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
	min-height: calc(100vh - 32px);
}

body[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level, body[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
	min-height: 100vh;
}

@media only screen and (max-width:999px) {
	.using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"])>div {
		height: calc(100vh - 100px);
	}
	
	.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level, .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level>.col.span_12, [data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level, [data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
		min-height: calc(100vh - 100px);
	}
	
	html:not(.nectar-box-roll-loaded) .nectar-box-roll>#page-header-bg.fullscreen-header, .nectar_fullscreen_zoom_recent_projects, .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded), .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container, #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"])>div {
		height: calc(100vh - 47px);
	}
	
	.wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
		min-height: calc(100vh - 47px);
	}
	
	body[data-transparent-header="false"] #ajax-content-wrap.no-scroll {
		min-height: calc(100vh - 47px);
		height: calc(100vh - 47px);
	}
}

#nectar_fullscreen_rows {
	background-color: rgba(255, 255, 255, 0);
}

.flex_gap_desktop_10px>.vc_column-inner>.wpb_wrapper {
	gap: 10px;
}

.screen-reader-text, .nectar-skip-to-content:not(:focus) {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.row .col img:not([srcset]) {
	width: auto;
}

.row .col img.img-with-animation.nectar-lazy:not([srcset]) {
	width: 100%;
}

#header-secondary-outer nav>ul>li>a, #header-secondary-outer #social li a, #header-secondary-outer #social i {
	font-size: 18px !important;
	line-height: 18px !important;
}

#header-secondary-outer {
	height: 36px !important;
}

#header-secondary-outer nav>ul>li {
	border: none !important;
}

#header-secondary-outer nav>ul>li>a {
	border: none !important;
}

#header-secondary-outer #social {
	float: right;
}

#footer-outer #footer-widgets .col ul li {
	border-bottom: 0px !important;
}

#featured article .post-title h2 span {
	background-color: transparent !important;
	box-shadow: 0 0 0px !important;
}

#footer-outer .widget.widget_pages li a, #footer-outer .widget.widget_nav_menu li a {
	padding: 0 0 !important;
}

.container-wrap, .project-title {
	padding-top: 0px !important;
}
