
i[class^="icon-"], [class*=" icon-"], i[class*="fa-"], span[class*="fa-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	speak: none;
}

.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333em;
}

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
	display: inline-block;
	width: 1.1428571428571em;
	text-align: right;
	padding-right: .28571428571429em;
}

[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
	width: 1.4285714285714em;
}

.icons-ul {
	margin-left: 2.1428571428571em;
	list-style-type: none;
}

.icons-ul>li {
	position: relative;
}

.icons-ul .icon-li {
	position: absolute;
	left: -2.1428571428571em;
	width: 2.1428571428571em;
	text-align: center;
	line-height: inherit;
}

[class^="icon-"].hide, [class*=" icon-"].hide {
	display: none;
}

.icon-muted {
	color: #eee;
}

.icon-light {
	color: #fff;
}

.icon-dark {
	color: #333;
}

.icon-border {
	border: solid 1px #eee;
	padding: .2em .25em .15em;
	border-radius: 3px;
}

.icon-2x {
	font-size: 2em;
}

.icon-2x.icon-border {
	border-width: 2px;
	border-radius: 4px;
}

.icon-3x {
	font-size: 3em;
}

.icon-3x.icon-border {
	border-width: 3px;
	border-radius: 5px;
}

.icon-4x {
	font-size: 4em;
}

.icon-4x.icon-border {
	border-width: 4px;
	border-radius: 6px;
}

.icon-5x {
	font-size: 5em;
}

.icon-5x.icon-border {
	border-width: 5px;
	border-radius: 7px;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
	margin-right: .3em;
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
	margin-left: .3em;
}

[class^="icon-"], [class*=" icon-"] {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}

.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%;
}

[class^="icon-"].nitro-lazy, [class*=" icon-"].nitro-lazy {
	background-image: none !important;
}

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: inherit;
}

.icon-stack .icon-stack-base {
	font-size: 2em;
}

.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

a .icon-stack, a .icon-spin {
	display: inline-block;
	text-decoration: none;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	
	100% {
		-o-transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(359deg);
	}
}

.icon-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icon-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
	display: inline-block;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

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

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

#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
	transition: color .2s ease;
}

.sf-menu>li>a>.sf-sub-indicator i {
	transition: color .2s ease;
}

.sf-shadow .sf-shadow-off {
	background: none repeat scroll 0 0 transparent;
}

#header-outer:not([data-header-resize="1"]):not([data-format=left-header]) #logo img {
	transition: opacity .2s ease;
}

#header-outer[data-using-secondary="1"]:not([data-format=left-header]) {
	transition: transform .32s ease, background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease;
}

#top nav ul #nectar-user-account a span, #top nav ul #search-btn a span {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

#top ul .slide-out-widget-area-toggle a i.label {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

#header-outer:not(.no-transition) .nectar-menu-icon.svg-icon svg path, #slide-out-width-area .nectar-menu-icon.svg-icon svg path {
	transition: fill .2s ease;
}

#header-outer header .sf-menu>li.nectar-regular-menu-item>a>.nectar-menu-icon {
	transition: color .2s ease;
}

#header-outer.slide-out-hover {
	transition: background-color .3s ease;
}

#header-outer.slide-out-hover header, #header-outer.slide-out-hover>.cart-outer {
	transition: opacity .3s ease;
}

body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true] {
	transition: transform .3s ease, box-shadow .3s ease, background .3s ease, opacity .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}

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 {
	transition: transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}

@media only screen and (max-width:999px) {
	body[data-hhun="1"] #header-outer {
		transition: transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
	}
}

body[data-hhun="1"] #header-outer.transparent.at-top {
	transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease, backdrop-filter .3s ease;
}

.wpb_row .nectar-video-wrap .nectar-video-inner.transition, .wpb_row .row-bg-wrap .row-bg.transition {
	transition: transform .65s cubic-bezier(.05, .2, .1, 1);
}

body[data-ajax-transitions=false] .top-level .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image {
	transition: opacity .55s ease-out;
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true], .row-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true] {
	transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .55s ease-out .2s;
}

.column-image-bg-wrap .column-image-bg.loaded, .row-bg-wrap .row-bg.loaded, body[data-ajax-transitions] .parallax-layer.column-image-bg.loaded, body[data-ajax-transitions] .parallax_section .row-bg.loaded {
	transition: opacity .4s ease .1s;
}

.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
}

body[data-button-style*=rounded_shadow] .wp-block-button>.wp-block-button__link {
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
}

#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap {
	transition: background-color .3s ease;
}

.circle-border {
	transition-duration: 225ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
}

.img-with-aniamtion-wrap .color-overlay {
	transition: opacity .65s cubic-bezier(.2, 1, .2, 1);
}

.img-with-aniamtion-wrap .inner .hover-wrap[data-hover-animation] {
	transition: all .65s cubic-bezier(.05, .2, .1, 1) !important;
}

.scroll-down-wrap {
	transition: opacity .4s ease;
}

.portfolio-items[data-ps="8"] .col .work-info .vert-center line, .portfolio-items[data-ps="8"] line {
	-webkit-transition: none;
	transition: none;
}

.masonry.classic .post-featured-img img.nectar-lazy, .post-area.standard-minimal .post-featured-img img.nectar-lazy, .post-content.classic .post-featured-img img.nectar-lazy {
	transition: opacity .5s ease;
}

#ajax-content-wrap .wpb_gallery_slidesimage_grid .portfolio-items img.nectar-lazy {
	transition: opacity .5s ease, transform .5s ease;
}

#ajax-content-wrap .nectar-underline .post-heading {
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap, .posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap.animated {
	transition: opacity .3s cubic-bezier(.3, .58, .55, 1), transform .3s cubic-bezier(.3, .58, .55, 1);
}

.posts-container[data-load-animation=perspective] article .inner-wrap, .posts-container[data-load-animation=perspective] article .inner-wrap.animated {
	transition: opacity .3s cubic-bezier(.1, .3, .2, 1), transform .72s cubic-bezier(.1, .3, .27, 1);
}

.post.quote .content-inner .quote-inner .whole-link {
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
}

.blurred-wrap {
	transition: filter .45s linear;
}

.slide-out-widget-area-toggle .lines-button.x2 .lines:after, .slide-out-widget-area-toggle .lines-button.x2 .lines:before {
	transition: transform .45s ease, background-color .2s ease, opacity .2s ease;
}

.lines-button.x2 .lines {
	transition: background .2s ease, opacity .2s ease;
}

.lines-button.x2 .lines:after, .lines-button.x2 .lines:before {
	transform-origin: 50% 50%;
	transition: top .4s .45s ease, transform .3s ease, background-color .2s ease, opacity .2s ease;
}

.slide-out-widget-area-toggle .closed>span {
	transition: transform .33s 0s ease;
}

#header-outer[data-header-button_style=default] #top nav>ul>li[class*=button_solid_color]>a:hover:before, #header-outer[data-header-button_style=default].transparent #top nav>ul>li[class*=button_solid_color]>a:hover:before {
	opacity: .85 !important;
}

#header-outer #top .sf-menu>li[class*=button_solid_color].sfHover>a .sf-sub-indicator i, #header-outer #top .sf-menu>li[class*=button_solid_color]:hover>a .sf-sub-indicator, #header-outer[data-lhe=default] #top nav .sf-menu>[class*=button_solid_color].sfHover:not(#social-in-menu)>a, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a:hover, body #header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color].sfHover>a {
	color: #fff !important;
}

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

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

#header-outer .sf-menu>.sfHover>ul, #header-outer .sf-menu>li:hover>ul {
	top: 100%;
}

.sf-vertical .sfHover ul, .sf-vertical li:hover ul {
	left: 100%;
	top: 0;
}

.sf-menu .sfHover>ul, .sf-menu li:hover>ul {
	z-index: 999;
	pointer-events: all;
}

.sf-menu li li.sfHover {
	z-index: 999;
}

.sf-menu li .sfHover ul, .sf-menu li li .sfHover ul, .sf-menu li li li:hover ul, .sf-menu li li:hover ul {
	left: 20em;
	top: 0;
}

#header-outer nav>.sf-menu>.megamenu.nectar-megamenu-menu-item>ul .widget-area-active .widget a:hover {
	background-color: transparent !important;
}

#header-outer .widget_shopping_cart.open .buttons, #header-outer .widget_shopping_cart.open .cart_list, #header-outer .widget_shopping_cart.open .total, #header-outer[data-format=centered-menu] #top nav>ul>.sfHover>ul>li, #header-secondary-outer .sf-menu>.sfHover>ul>li, #top nav>ul>.sfHover>ul>li {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#top nav>ul>.megamenu:hover ul li {
	pointer-events: auto;
}

#header-secondary-outer .sf-menu li .sfHover .on-left-side, #header-secondary-outer .sf-menu li li .on-left-side, .sf-menu li .sfHover .on-left-side, .sf-menu li li .on-left-side {
	right: 20em;
	left: auto;
	margin-right: -20px;
	margin-left: 0;
}

.sf-menu .sfHover>.on-left-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a {
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
}

#header-outer #social-in-menu a:hover i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.col.boxed:not(.wpb_column):hover {
	top: -4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}

.nectar-button.see-through-2:hover, .nectar-button.see-through-3:hover {
	background-color: transparent;
}

body[data-button-style*=rounded_shadow] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover, body[data-button-style*=rounded_shadow].material .nectar-button.see-through:hover {
	box-shadow: 0 20px 38px rgba(0, 0, 0, .11) !important;
}

body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:hover, body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover {
	transform: translateY(-3px) !important;
}

body[data-button-style=slightly_rounded_shadow] .widget_search input[type=submit]:hover {
	-webkit-transform: none !important;
	transform: none !important;
}

body .nectar-button.see-through:hover {
	border-color: #fff;
}

.col.light .nectar-button.see-through:hover {
	border-color: #fff;
}

.col.dark .nectar-button.see-through:hover {
	border-color: #000;
}

body .col.dark .nectar-button.see-through-2:hover, body .col.dark .nectar-button.see-through-3:hover, body .nectar-button.see-through-2:hover, body .nectar-button.see-through-3:hover {
	color: #fff;
	opacity: 1 !important;
}

.nectar-button.tilt:hover, .nectar-button.tilt:hover:after, .nectar-button.tilt:hover:before, .swiper-slide .button.solid_color_2 a:hover, .swiper-slide .button.solid_color_2 a:hover:after, .swiper-slide .button.solid_color_2 a:hover:before {
	transition: all .5s cubic-bezier(.25, 1, .33, 1);
}

.nectar-button.tilt:hover:after, .nectar-button.tilt:hover:before, .swiper-slide .button.solid_color_2 a:hover:after, .swiper-slide .button.solid_color_2 a:hover:before {
	opacity: 1;
}

.nectar-button.tilt:hover, .swiper-slide .button.solid_color_2 a:hover {
	transform: rotateX(20deg);
}

body:not(.mobile) .nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after, body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap .link_text:hover:after, body:not(.mobile) .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:hover:after {
	animation: portSliderLine .45s cubic-bezier(.15, .75, .5, 1) forwards;
}

.nectar-cta[data-style=see-through] .link_wrap:hover .link_text:after {
	transform: scale(.8);
	opacity: 0;
}

.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after, .nectar-cta[data-style=see-through] .link_wrap:hover .arrow:before {
	transform: scale(1, 1) translateX(9px);
}

body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap:hover .link_text:after {
	animation: none;
	transform: scaleX(0);
	transform-origin: right;
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover svg, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap svg {
	animation: ctaArrowSVGEnd .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text .line, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text .line {
	animation: ctaArrowLineEnd .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text>.text, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
	animation: ctaArrowTextEnd .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
	animation: ctaArrowStart .45s ease .25s forwards;
}

.team-member:hover .team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline, .team-meta .nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline {
	animation: ctaArrowStartTeam .8s ease forwards;
}

#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap:hover {
	transition: background-color .5s cubic-bezier(.23, .46, .4, 1);
}

@media only screen and (min-width:1000px) {
	.menu-item-hover-text-reveal-wave .hover .char, .nectar-cta[data-style=text-reveal-wave] .link_text.hover .char, .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap.hover .char {
		animation: nectar_cta_letter_animation .5s cubic-bezier(.46, .4, .56, .87) forwards;
		transform: translateY(110%);
		opacity: 0;
	}
}

@keyframes nectar_cta_letter_animation {
	0% {
		opacity: 0;
		transform: translateY(115%);
	}
	
	30% {
		opacity: 1;
	}
	
	45% {
		opacity: 1;
		transform: translateY(-25%);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:hover:before {
	opacity: 1;
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered, .col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered {
	background-color: rgba(0, 0, 0, .035);
}

.light .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered, .light .col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered {
	background-color: rgba(0, 0, 0, .1);
}

#sidebar .widget:hover i[class^=icon-].icon-3x.alt-style {
	background-color: rgba(0, 0, 0, .035);
}

#sidebar .widget:hover .circle-border, .col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border {
	border: 1px solid #000;
	transform: scale(1.18);
	transition-timing-function: cubic-bezier(.4, .25, .14, 1.73);
}

#sidebar .widget:hover [class^=icon-].icon-3x, .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered, .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.hovered {
	color: #fff;
	background-color: #000;
}

#sidebar .widget:hover .extra-color-gradient-1 .circle-border, #sidebar .widget:hover .extra-color-gradient-2 .circle-border, .col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-1 .circle-border, .col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-2 .circle-border {
	transform: none;
	-webkit-transform: none;
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn, #page-header-bg .blog-title #single-meta .nectar-social.hover>div a {
	border: 2px solid rgba(255, 255, 255, .4);
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn:hover, #page-header-bg .blog-title #single-meta .nectar-social.hover>div a:hover, .single #page-header-bg .blog-title #single-meta div .n-shortcode:hover a, .single #page-header-bg .blog-title #single-meta>div>a:hover {
	border: 2px solid #fff;
}

body[data-button-style^=rounded] .section-down-arrow.hovered, body[data-button-style^=rounded] .section-down-arrow:hover {
	opacity: 1;
}

body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down, body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down.top, body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down, body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down.top {
	transform: translate(0, 0) !important;
}

.masonry.material .masonry-blog-item .grav-wrap a img.hovered, .masonry.material .masonry-blog-item .grav-wrap a:hover img, .nectar-recent-posts-single_featured a img.hovered, .nectar-recent-posts-single_featured a:hover img, .related-posts[data-style=material] .grav-wrap a img.hovered, .related-posts[data-style=material] .grav-wrap a:hover img {
	box-shadow: 0 7px 20px rgba(0, 0, 0, .19);
}

.masonry.material .masonry-blog-item h3 a:hover, .related-posts[data-style=material] h3 a:hover {
	color: inherit !important;
}

.post.format-link .post-content .link-inner:hover, .post.format-quote .post-content .quote-inner:hover, .post.link .classic .link-inner:hover, .post.quote .classic .quote-inner:hover {
	background-color: #333;
}

.related-posts[data-style=material] .inner-wrap:hover .post-featured-img img {
	transform: scale(1.07);
}

.blog-recent .more-link span:hover, .post .more-link span:hover {
	background-color: #000;
}

.post .post-header h2 a:hover {
	color: inherit;
}

.post.quote .content-inner .quote-inner:hover .whole-link {
	background-color: #333;
}

.post.link .post-content a:hover .link-inner, .post.quote .post-content a:hover .quote-inner {
	background-color: #333;
}

.post .post-meta a:hover {
	color: #000;
}

body #pagination>a.page-numbers:hover, body #pagination>a:hover, body nav#pagination a.page-numbers:hover, body nav#pagination a:hover, body nav.woocommerce-pagination li a:hover {
	background-color: transparent !important;
}

#pagination .next a:hover, #pagination .prev a:hover, #pagination a.page-numbers:hover, #pagination span.page-numbers.current, .woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span, .woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: #000;
}

body .widget_search .search-form button[type=submit]:hover {
	background-color: transparent !important;
}

body #ajax-content-wrap .widget_search .search-form button[type=submit]:hover {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

body #ajax-content-wrap .widget_search .search-form button[type=submit]:hover, body.search-no-results #search-results .search-form button[type=submit]:hover {
	box-shadow: none !important;
}

body[data-form-style=minimal] .widget_search .search-form button[type=submit]:hover {
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}

#sidebar .widget .tagcloud a:hover, .post-tags a:hover {
	background-color: #000;
}

body[data-form-submit=regular] button[type=submit]:hover, body[data-form-submit=regular] input[type=submit]:hover {
	opacity: .85;
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
	transition: transform .65s cubic-bezier(.05, .2, .1, 1);
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom]:hover .hover-wrap-inner {
	transform: scale(1.13);
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover .hover-wrap-inner {
	transform: scale(1.15);
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover {
	transform: scale(.95) !important;
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before, .nectar-quick-view-box .flickity-page-dots .dot.is-selected:before, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before, .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before, body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before {
	transform: scale(2);
	box-shadow: inset 0 0 0 1px #000;
	background-color: transparent;
}

.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before, .span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before, .span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before, .span_12.light .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before, .span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before, body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before {
	box-shadow: inset 0 0 0 1px #fff;
}

#ajax-content-wrap .flickity-page-dots .dot.is-selected, .material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch.swiper-active-switch {
	opacity: 1;
}

.lines-button.close {
	transform: scale3d(.8, .8, .8);
}

.lines-button.arrow.close .lines:after, .lines-button.arrow.close .lines:before {
	top: 0;
	width: 1.11111rem;
}

.slide-out-widget-area-toggle .lines-button.close .lines:before {
	transform: translateY(-6px) rotateZ(-45deg);
}

.slide-out-widget-area-toggle .lines-button.close .lines:after {
	transform: translateY(6px) rotateZ(45deg);
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:before {
	transform: translateY(-6px) rotateZ(-45deg);
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:after {
	transform: translateY(6px) rotateZ(45deg);
}

.slide-out-widget-area-toggle .lines-button.close:after {
	transform: scale(0, 1);
}

.lines-button.minus.close .lines:after, .lines-button.minus.close .lines:before {
	transform: none;
	top: 0;
	width: 1.4rem;
}

.lines-button.x.close .lines {
	background: 0 0 !important;
}

.lines-button.x.close .lines:after, .lines-button.x.close .lines:before {
	transform-origin: 50% 50%;
	top: 0;
	width: 1.4rem;
}

.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.animated-in, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image.animated-in, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image.animated-in {
	transform: scale(1);
}

.column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap.animated-in, .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap:not(.using-image).animated-in+.row-bg-overlay, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image.animated-in {
	opacity: 1;
}

.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in {
	opacity: 1;
}

.nectar-waypoint-el:not([data-nectar-waypoint-el-stagger]).animated-in {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.posts-container article.animated-in .inner-wrap, .posts-container[data-load-animation=fade_in] article.animated-in .inner-wrap.animated {
	opacity: 1;
	transform: translateY(0);
	height: 100%;
}

.posts-container[data-load-animation=perspective] article.animated-in .inner-wrap.animated {
	transform: translateY(0) translateZ(0) rotateX(0);
	opacity: 1;
}

.nectar-view-indicator {
	position: fixed;
	z-index: 400;
	left: -47px;
	top: -47px;
	pointer-events: none;
	width: 94px;
	height: 94px;
	mix-blend-mode: difference;
	will-change: transform;
}

.nectar-drag-indicator {
	position: fixed;
	z-index: 400;
	left: -26px;
	top: -26px;
	pointer-events: none;
	width: 52px;
	height: 52px;
	mix-blend-mode: difference;
	will-change: transform;
}

.nectar-drag-indicator.color-dark, .nectar-drag-indicator.color-light {
	mix-blend-mode: normal;
}

.nectar-drag-indicator.color-dark:before {
	border: 2px solid #000;
}

.nectar-drag-indicator.color-dark i {
	color: #000;
}

.nectar-drag-indicator:before {
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(.2);
	opacity: 0;
	border-radius: 50%;
}

.nectar-drag-indicator span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.nectar-drag-indicator i {
	top: 0;
	color: #fff;
	font-size: 16px;
	opacity: 0;
	position: absolute;
}

.nectar-drag-indicator i.fa-angle-left {
	left: -22px;
	top: -9px;
	transform: translateX(17px);
}

.nectar-drag-indicator i.fa-angle-right {
	right: -22px;
	top: -9px;
	transform: translateX(-17px);
}

.nectar-drag-indicator:before, .nectar-view-indicator .color-circle {
	transition: transform .45s ease, opacity .3s ease;
}

.nectar-drag-indicator i {
	transition: transform .2s ease, opacity .2s ease;
}

.nectar-view-indicator span {
	transition: opacity .2s ease;
}

.nectar-drag-indicator.visible i {
	transition: transform .45s ease, opacity .3s ease;
}

.nectar-drag-indicator.visible i.fa-angle-left, .nectar-drag-indicator.visible i.fa-angle-right, .nectar-drag-indicator.visible:before, .nectar-view-indicator.visible .color-circle, .nectar-view-indicator.visible span {
	transform: scale(1);
	opacity: 1;
}

.nectar-drag-indicator.visible.pointer-down:before {
	transform: scale(.8);
	transition: transform .25s ease-out, opacity .3s ease;
}

.nectar-view-indicator:not(.style-see-through) {
	mix-blend-mode: normal;
}

.nectar-drag-indicator.blurred-bg .color-circle, .nectar-view-indicator.blurred-bg .color-circle {
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.nectar-view-indicator .color-circle {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(.2);
	opacity: 0;
	border-radius: 50%;
}

body .nectar-view-indicator span {
	opacity: 0;
	font-size: 16px;
	color: #fff;
	line-height: 94px;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.nectar-view-indicator.style-see-through .color-circle {
	background-color: transparent;
	border: 2px solid #fff;
}

.nectar-drag-indicator.in-boxed, .nectar-view-indicator.in-boxed {
	z-index: 10000;
}

.nectar-view-indicator.style-tooltip_text {
	left: 12px;
	top: 12px;
	width: auto;
	height: auto;
	line-height: 1;
	padding: 7px 14px;
}

.nectar-view-indicator.style-tooltip_text .color-circle {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	border-radius: var(--nectar-border-radius);
	transform: scale(.65);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}

.nectar-view-indicator.style-tooltip_text span {
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	line-height: 1;
	font-size: 14px;
	transform: none;
	transition: opacity .2s ease-in-out;
}

.nectar-view-indicator.style-tooltip_text.visible .color-circle {
	transform: scale(1);
}

.nectar-view-indicator.style-tooltip_text.visible .color-circle, .nectar-view-indicator.style-tooltip_text.visible span {
	opacity: 1;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .95;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image, .fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe, .fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: 0;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

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

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

@media all and (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.fancybox-slide--image {
		padding: 6px 0;
	}
	
	.fancybox-close-small {
		right: -6px;
	}
	
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

@media all and (max-width:576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media only screen and (min-width:600px) {
	body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-toolbar {
		top: 32px;
	}
	
	body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-infobar {
		top: 38px;
	}
}

.fancybox-video {
	visibility: visible;
}

.fancybox-bg {
	background-color: #000;
}

body.compensate-for-scrollbar, html.compensate-for-scrollbar {
	margin-right: 0 !important;
}

html.compensate-for-scrollbar {
	overflow-y: scroll !important;
}

button.fancybox-button {
	background-color: #000;
}

body[data-button-style*=slightly_rounded] button.fancybox-button, body[data-button-style^=rounded] button.fancybox-button {
	border-radius: 0 !important;
}

button.fancybox-button--fsenter, button.fancybox-button--fsexit, html body[data-button-style*=slightly_rounded] button.fancybox-button--fsenter, html body[data-button-style^=rounded] button.fancybox-button--fsenter {
	border-radius: 0 0 0 5px !important;
}

.fancybox-navigation button {
	color: #fff;
	background-color: transparent;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 25px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: rgba(25, 25, 25, .45);
	z-index: -1;
	transform: scale(.9);
	transition: all .25s cubic-bezier(.15, .2, .1, 1);
}

.fancybox-navigation button.fancybox-button--arrow_right:before {
	right: 5px;
}

@media only screen and (min-width:691px) {
	.fancybox-navigation button:hover:before {
		transform: scale(1.1);
		box-shadow: 0 7px 18px rgba(0, 0, 0, .25);
	}
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 20px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 20px;
}

@media only screen and (max-width:690px) {
	.fancybox-navigation button:before {
		transition: none;
	}
	
	.fancybox-navigation .fancybox-button--arrow_left {
		left: 0;
	}
	
	.fancybox-navigation .fancybox-button--arrow_right {
		right: 0;
	}
}

@media only screen and (min-width:691px) {
	#slide-out-widget-area .secondary-header-text {
		display: none;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	body.original #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
		display: none;
	}
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon span:after, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container li a:after, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon span:after, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a: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%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-top: 2px solid #000;
	content: "";
	padding-bottom: inherit;
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li .nectar-menu-item-with-icon, body #slide-out-widget-area .inner .off-canvas-menu-container .nectar-menu-item-with-icon, body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li .nectar-menu-item-with-icon, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li .nectar-menu-item-with-icon {
	display: flex;
	align-items: center;
}

body #slide-out-widget-area .inner .off-canvas-menu-container .nectar-menu-item-with-icon.nectar-menu-item-with-desc, body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li .nectar-menu-item-with-icon.nectar-menu-item-with-desc, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li .nectar-menu-item-with-icon.nectar-menu-item-with-desc {
	align-items: flex-start;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon.nectar-menu-item-with-desc span:after, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon.nectar-menu-item-with-desc span:after {
	bottom: 0;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after {
	border-color: inherit;
	transform-origin: left;
}

body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon:after, body #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon:after {
	display: none !important;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text {
	position: relative;
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a {
	position: relative;
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>.nectar-menu-item-with-icon .menu-title-text:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>a:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .nectar-menu-item-with-icon:hover .menu-title-text:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:focus:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:hover:after, body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>.nectar-menu-item-with-icon .menu-title-text:after, body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>a:after, body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon:hover .menu-title-text:after, body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:hover:after, body.material #slide-out-widget-area[class=slide-out-from-right] .off-canvas-menu-container li a:focus:after {
	backface-visibility: hidden;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#slide-out-widget-area .off-canvas-menu-container ul .menu-item .widget-area-active .widget ul {
	max-height: none;
	padding-left: 0;
}

#header-outer #mobile-menu ul .menu-item .widget-area-active .widget ul, body #slide-out-widget-area .menu.subview .menu-item .widget-area-active .widget li {
	display: block !important;
}

#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget {
	text-align: left;
}

#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget li a {
	display: inline;
}

#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget li a:after {
	display: none;
}

#slide-out-widget-area .widget-area-active .wp-caption .wp-caption-text {
	color: #000;
}

#slide-out-widget-area .off-canvas-menu-container li>a>.sf-sub-indicator {
	display: none;
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
	font-size: 20px;
	line-height: 30px;
	font-family: "Open Sans";
	font-weight: 700;
}

#slide-out-widget-area .menuwrapper li small, #slide-out-widget-area .off-canvas-social-links li a, #slide-out-widget-area.fullscreen .inner li a, #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
	opacity: .7;
	transition: opacity .2s ease, color .2s ease;
	-webkit-transition: opacity .2s ease, color .2s ease;
}

#slide-out-widget-area .inner .current-menu-ancestor>a, #slide-out-widget-area .inner .current-menu-item>a, #slide-out-widget-area .inner .current_page_ancestor>a, #slide-out-widget-area .inner .current_page_item>a, #slide-out-widget-area .inner .off-canvas-menu-container .menuwrapper li>a.hovered, #slide-out-widget-area .off-canvas-social-links li a:hover, #slide-out-widget-area.fullscreen .inner li a:hover, #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:focus, #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:focus, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover {
	opacity: 1;
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li {
	position: relative;
}

#slide-out-widget-area .ocm-dropdown-arrow {
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	position: absolute;
	right: -6px;
	top: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	height: 28px;
	width: 28px;
	line-height: 0;
}

#slide-out-widget-area .ocm-dropdown-arrow i {
	font-size: 18px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	top: 0;
}

#slide-out-widget-area .open-submenu>.ocm-dropdown-arrow {
	transform: translateY(-50%) rotate(180deg);
}

#slide-out-widget-area .secondary-header-text, body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content {
	margin-bottom: 35px;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, .1);
	padding: 10px 15px;
}

body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content * {
	color: inherit;
}

body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content div>:last-child {
	margin-bottom: 0;
}

body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content {
	align-self: flex-start;
}

#slide-out-widget-area .nectar-header-text-content>span>:last-child {
	margin-bottom: 0;
}

body #slide-out-widget-area .secondary-header-text {
	line-height: 1.4em;
}

#slide-out-widget-area, #slide-out-widget-area.slide-out-from-right-hover {
	overflow-y: scroll !important;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#slide-out-widget-area::-webkit-scrollbar {
	display: none;
}

#slide-out-widget-area .bottom-text {
	padding-bottom: 0;
	font-size: 12px;
}

#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
	display: inline-block;
	padding: 0 6px 6px 0;
}

#slide-out-widget-area .off-canvas-social-links li i {
	background-color: transparent;
	font-size: 18px;
	line-height: 22px;
	top: 0;
}

.material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a, body:not(.material) #slide-out-widget-area .off-canvas-social-links li a {
	padding: 0 8px;
}

.blurred-wrap.blurred {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.msie .blurred-wrap.blurred {
	-ms-filter: none;
	filter: none;
}

#slide-out-widget-area .widget h4 {
	margin-bottom: 8px;
}

#slide-out-widget-area .inner>div {
	margin-bottom: 25px;
}

#slide-out-widget-area .inner>div:first-of-type {
	margin-top: -7px;
}

#slide-out-widget-area .inner {
	width: 100%;
	height: 100%;
}

#slide-out-widget-area, #slide-out-widget-area a, #slide-out-widget-area h3, #slide-out-widget-area h4 {
	color: #fff;
}

body.material #slide-out-widget-area.slide-out-from-right .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover {
	color: #fff;
}

#slide-out-widget-area .nectar-menu-label:before {
	background-color: #fff;
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
	position: absolute;
	right: 22px;
	top: 22px;
}

body[data-full-width-header=false].admin-bar #slide-out-widget-area .slide_out_area_close {
	top: 47px;
}

body[data-full-width-header=false].ascend #slide-out-widget-area.slide-out-from-right .slide_out_area_close, body[data-full-width-header=false].original #slide-out-widget-area.slide-out-from-right .slide_out_area_close {
	z-index: 100;
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
	display: block;
	transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	-webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	font-family: "Open Sans";
	font-weight: 400;
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 34px;
	height: 34px;
	transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	-webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	color: #ddd;
	font-size: 18px;
	max-width: none;
	line-height: 32px;
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^=icon-] {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover {
	border-color: rgba(255, 255, 255, .7);
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
	-webkit-backface-visibility: hidden;
	font-size: 18px;
	height: 34px;
	left: -2px;
	line-height: 32px;
	max-width: none;
	transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	-webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	width: 34px;
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style {
	color: #fff;
}

#slide-out-widget-area .menuwrapper {
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: center;
	perspective-origin: center;
	margin-right: 0;
	display: block;
}

#slide-out-widget-area .menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: 0;
}

#slide-out-widget-area .menuwrapper button:after {
	content: "";
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

#slide-out-widget-area .menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#slide-out-widget-area .menuwrapper li {
	position: relative;
}

#slide-out-widget-area .menuwrapper li small {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Open Sans";
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	top: -4px;
	opacity: .6;
}

#slide-out-widget-area:not(.fullscreen):not(.fullscreen-alt) .menuwrapper li small {
	font-size: 14px;
	display: block;
	font-family: "Open Sans";
	letter-spacing: inherit;
	margin-top: 5px;
	font-weight: 700;
}

#slide-out-widget-area .no-touch .menuwrapper li a:hover {
	background: rgba(255, 248, 213, .1);
}

#slide-out-widget-area .menuwrapper .back>a {
	background: rgba(0, 0, 0, .13);
}

#slide-out-widget-area:not(.fullscreen) .menuwrapper .back>a, body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .back>a {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}

body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>.back, body #slide-out-widget-area .menuwrapper .back {
	display: inline-block;
	margin-bottom: 20px !important;
}

#slide-out-widget-area .menuwrapper .menu {
	margin: 0;
	position: relative;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#slide-out-widget-area .menuwrapper .menu.menu-toggle {
	transition: all .25s ease;
}

#slide-out-widget-area .menuwrapper .menu.menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

body #slide-out-widget-area .menuwrapper li .sub-menu {
	display: none;
}

#slide-out-widget-area .menuwrapper>.sub-menu, body #slide-out-widget-area .menuwrapper li .sub-menu {
	margin: 0 !important;
	padding: 0 !important;
}

#slide-out-widget-area .mobile-only, body #slide-out-widget-area .menu.subview .subview>a, body #slide-out-widget-area .menu.subview .subview>small, body #slide-out-widget-area .menu.subview .subviewopen>a, body #slide-out-widget-area .menu.subview .subviewopen>small, body #slide-out-widget-area .menu.subview li {
	display: none;
}

body #slide-out-widget-area .menu.subview .subview>a, body #slide-out-widget-area .menu.subview .subviewopen>a {
	display: none !important;
}

body #slide-out-widget-area .menu.subview .subview, body #slide-out-widget-area .menu.subview .subview .sub-menu, body #slide-out-widget-area .menu.subview .subviewopen, body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu, body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>li {
	display: block;
}

#slide-out-widget-area .menuwrapper>.sub-menu {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 .4s ease-in-out;
	animation: MenuAnimOut5 .4s ease-in-out;
}

.menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 .4s ease-in-out;
	animation: MenuAnimIn5 .4s ease-in-out;
}

.menuwrapper>.sub-menu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 .4s ease-in-out;
	animation: SubMenuAnimIn5 .4s ease-in-out;
}

.menuwrapper>.sub-menu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 .4s ease-in-out;
	animation: SubMenuAnimOut5 .4s ease-in-out;
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		transform: rotateY(-25deg) translateX(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: rotateY(0) translateX(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		transform: rotateY(-25deg) translateX(-300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: rotateY(0) translateX(0);
		transform: rotateY(0) translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: rotateY(0) translateX(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		transform: rotateY(25deg) translateX(300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: rotateY(0) translateX(0);
		transform: rotateY(0) translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: rotateY(0) translateX(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: rotateY(0) translateX(0);
		transform: rotateY(0) translateX(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		transform: rotateY(25deg) translateX(300px);
		opacity: 0;
	}
}

.menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 .4s ease-in-out;
	animation: MenuAnimOut4 .4s ease-in-out;
}

.menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 .4s ease-in-out;
	animation: MenuAnimIn4 .4s ease-in-out;
}

.menuwrapper>.sub-menu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 .4s ease;
	animation: SubMenuAnimIn4 .4s ease;
}

.menuwrapper>.sub-menu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 .4s ease;
	animation: SubMenuAnimOut4 .4s ease;
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: scale(.8);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(.8);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0;
	}
}

#slide-out-widget-area.fullscreen-split[data-dropdown-func=default] .off-canvas-menu-container li ul, #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
	position: relative;
	max-height: 0;
	box-sizing: content-box;
	-webkit-transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
	transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	overflow: hidden;
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
	padding-left: 20px;
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:first-child, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:first-child {
	margin-top: 10px;
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:last-child, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:last-child {
	margin-bottom: 0;
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a, body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
	font-size: 16px;
	line-height: 22px;
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container .menu-item-has-children>a, body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container .menu-item-has-children>a {
	margin-right: 20px;
}

body:not(.material) #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:last-child {
	margin-bottom: 10px;
}

#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span, #slide-out-widget-area .widget_recent_entries span {
	display: block;
	line-height: 17px;
	color: #999;
	font-size: 11px;
	margin-bottom: 6px;
}

#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span, #slide-out-widget-area .widget_recent_entries span {
	color: inherit;
}

#slide-out-widget-area .widget_recent_entries span {
	opacity: .8;
}

#slide-out-widget-area .widget_calendar table tbody td, #slide-out-widget-area .widget_calendar table th {
	color: inherit;
}

#slide-out-widget-area .tagcloud a {
	padding: 2px 11px;
	position: relative;
	border: 1px solid #fff;
	background-color: transparent;
	margin: 0 8px 8px 0;
	font-size: 12px;
	display: block;
	float: left;
	text-transform: uppercase;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#slide-out-widget-area .tagcloud a:last-child:after, #slide-out-widget-area .tagcloud:after {
	display: block;
	content: " ";
	clear: both;
	height: 1px;
}

#slide-out-widget-area .recent_projects_widget img {
	height: auto;
	width: 100%;
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
	font-size: 24px !important;
}

@media only screen and (max-width :690px) {
	body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
		display: block;
	}
}

@media only screen and (min-width :1px) and (max-width :999px) {
	body #slide-out-widget-area .slide_out_area_close {
		position: absolute;
		right: 22px;
		top: 22px;
		z-index: 100;
	}
	
	.admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links, .admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links, body #slide-out-widget-area.fullscreen .off-canvas-social-links, body #slide-out-widget-area.fullscreen-alt .off-canvas-social-links {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 70px;
	}
	
	#slide-out-widget-area.fullscreen .off-canvas-social-links:after, #slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after {
		display: block;
		height: 1px;
		width: 0;
		background-color: rgba(255, 255, 255, .6);
		content: " ";
		margin: 0 auto;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transition: all .5s cubic-bezier(.215, .61, .355, 1);
		-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
		-moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
	}
	
	#slide-out-widget-area .mobile-only {
		display: block;
	}
	
	#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container {
		top: 0;
		position: relative;
	}
	
	#slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after, #slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after {
		width: 100px;
	}
	
	.admin-bar #slide-out-widget-area.fullscreen .bottom-text, .admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text, body #slide-out-widget-area.fullscreen .bottom-text, body #slide-out-widget-area.fullscreen-alt .bottom-text {
		position: relative;
		bottom: 0;
		left: 0;
		margin-bottom: 30px;
		margin-top: 15px;
	}
	
	#slide-out-widget-area.overflow-state, .admin-bar #slide-out-widget-area.overflow-state {
		padding-top: 110px;
	}
	
	#slide-out-widget-area.fullscreen .inner.overflow-state {
		margin-top: 0;
		margin-bottom: 130px;
	}
	
	body[data-full-width-header=false] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
		display: none;
	}
}

body[data-full-width-header] #slide-out-widget-area.slide-out-from-right-hover.ios-ocm-style .slide_out_area_close {
	display: block;
	transform: scale(.75);
	top: -20px;
	right: -20px;
}

#slide-out-widget-area.slide-out-from-right-hover.ios-ocm-style .inner-wrap {
	width: 100%;
	height: 100%;
}

body #slide-out-widget-area.slide-out-from-right-hover.ios-ocm-style {
	padding: 40px;
}

body.admin-bar #slide-out-widget-area.slide-out-from-right-hover.ios-ocm-style {
	padding-top: 80px;
}

.ios-ocm-style+#slide-out-widget-area-bg.slide-out-from-right {
	z-index: 12;
}

#slide-out-widget-area.fullscreen-split {
	position: fixed;
	width: 100%;
	height: 100%;
	right: auto;
	left: 0;
	top: 0;
	z-index: 9997;
	background-color: transparent !important;
	display: none;
	display: -webkit-flex;
	display: flex;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 20px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.admin-bar #slide-out-widget-area.fullscreen-split {
	height: calc(100% - 32px);
}

#slide-out-widget-area.fullscreen-split .slide_out_area_close {
	display: none !important;
}

#slide-out-widget-area.fullscreen-split .inner {
	display: -webkit-flex;
	display: flex;
	top: 0;
}

#slide-out-widget-area.fullscreen-split .inner>.container {
	padding-top: 30px;
	padding-bottom: 30px;
}

[data-permanent-transparent="1"] #slide-out-widget-area.fullscreen-split .inner>.container {
	padding-top: 0;
}

#slide-out-widget-area.fullscreen-split .inner-wrap {
	height: 100%;
	width: 100%;
	margin-right: -20px;
	display: -webkit-flex;
	display: flex;
}

#slide-out-widget-area.fullscreen-split .inner>.container {
	display: -webkit-flex;
	display: flex;
	margin: auto;
	position: relative;
	width: 100%;
	left: 10px;
}

#slide-out-widget-area.fullscreen-split .left-side {
	display: -webkit-flex;
	display: flex;
	width: 50%;
	padding-right: 20px;
	align-items: flex-start;
	flex-flow: column;
}

#slide-out-widget-area.fullscreen-split .right-side {
	display: -webkit-flex;
	display: flex;
	padding-left: 20px;
	width: 50%;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}

#slide-out-widget-area.fullscreen-split .right-side-inner {
	align-self: flex-end;
}

#slide-out-widget-area.fullscreen-split .right-side-inner>:not(:first-child) {
	margin-top: 35px;
}

#slide-out-widget-area.fullscreen-split .right-side p {
	padding-bottom: 0;
}

#slide-out-widget-area-bg.hidden, #slide-out-widget-area.hidden {
	z-index: -999;
	pointer-events: none;
	visibility: hidden;
}

#slide-out-widget-area-bg {
	-webkit-transition: opacity .55s ease;
	transition: opacity .55s ease;
	opacity: 0;
}

#slide-out-widget-area.fullscreen-split .right-side {
	-webkit-transition: opacity .25s ease, transform 10ms cubic-bezier(.2, .75, .5, 1) .45s;
	transition: opacity .25s ease, transform 10ms cubic-bezier(.2, .75, .5, 1) .45s;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	opacity: 0;
}

#slide-out-widget-area.fullscreen-split.open .right-side {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .5s ease .3s, transform .85s cubic-bezier(.2, .75, .5, 1) .3s;
	transition: opacity .5s ease .3s, transform .85s cubic-bezier(.2, .75, .5, 1) .3s;
}

#slide-out-widget-area .off-canvas-menu-container>ul>li {
	-webkit-transition: opacity .25s cubic-bezier(.2, .75, .5, 1), transform 10ms cubic-bezier(.2, .75, .5, 1) .45s;
	transition: opacity .25s cubic-bezier(.2, .75, .5, 1), transform 10ms cubic-bezier(.2, .75, .5, 1) .45s;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	display: block;
}

#slide-out-widget-area.open .off-canvas-menu-container>ul>li {
	-webkit-transition: opacity .5s ease .38s, transform .85s cubic-bezier(.2, .75, .5, 1) .2s;
	transition: opacity .5s ease .38s, transform .85s cubic-bezier(.2, .75, .5, 1) .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(1) {
	transition-delay: .16s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(2) {
	transition-delay: .18s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(3) {
	transition-delay: .2s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(4) {
	transition-delay: .22s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(5) {
	transition-delay: .24s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(6) {
	transition-delay: .26s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(7) {
	transition-delay: .28s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(8) {
	transition-delay: .3s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(9) {
	transition-delay: .32s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(10) {
	transition-delay: .34s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(11) {
	transition-delay: .36s;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(12) {
	transition-delay: .38s;
}

#slide-out-widget-area .off-canvas-menu-container .sub-menu .nectar-menu-item-with-icon {
	margin: 5px 0;
}

#slide-out-widget-area[data-dropdown-func].fullscreen-split .off-canvas-menu-container .sub-menu .nectar-extra-menu-item-spacing {
	margin: 15px 0;
}

#slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc {
	display: block;
}

#slide-out-widget-area .nectar-header-text-content, #slide-out-widget-area .secondary-header-text {
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

#slide-out-widget-area.open .nectar-header-text-content, #slide-out-widget-area.open .secondary-header-text {
	opacity: 1;
}

#slide-out-widget-area-bg.open {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#slide-out-widget-area-bg.open.solid {
	opacity: 1;
}

#slide-out-widget-area-bg.open.dark {
	opacity: .95;
}

#slide-out-widget-area-bg.open.medium {
	opacity: .6;
}

#slide-out-widget-area-bg.open.light {
	opacity: .4;
}

#slide-out-widget-area-bg {
	width: 100%;
	height: 100%;
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a {
	-webkit-transition: color .37s cubic-bezier(.52, .01, .16, 1);
	transition: color .37s cubic-bezier(.52, .01, .16, 1);
	display: inline-block;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li small {
	display: block;
	margin: 0 0 5px 0;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li a:after {
	transform-origin: left;
	pointer-events: none;
	bottom: -2px;
	-webkit-transition: -webkit-transform .37s cubic-bezier(.52, .01, .16, 1);
	transition: transform .37s cubic-bezier(.52, .01, .16, 1);
	border-color: #fff;
}

#slide-out-widget-area[data-dropdown-func].fullscreen-split .inner .off-canvas-menu-container li li a {
	font-size: 18px;
	line-height: 26px;
}

#slide-out-widget-area[data-dropdown-func].fullscreen-split .inner .off-canvas-menu-container li li {
	margin: 5px 0;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li ul {
	margin-left: 10px;
}

#slide-out-widget-area .off-canvas-menu-container>ul>li>.ocm-dropdown-arrow i {
	font-size: 24px;
}

#slide-out-widget-area[data-dropdown-func].fullscreen-split .off-canvas-menu-container>ul>li>ul>li:first-child {
	margin-top: 14px;
}

#slide-out-widget-area[data-dropdown-func].fullscreen-split .off-canvas-menu-container>ul>li ul>li:last-child {
	margin-bottom: 0;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li .widget-area-active {
	margin: 14px 0;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li {
	margin-bottom: 14px;
}

#slide-out-widget-area.fullscreen-split[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container .menu-item-has-children>a {
	margin-right: 35px;
}

#slide-out-widget-area.fullscreen-split .widget h4 {
	margin-bottom: 15px;
}

#slide-out-widget-area.fullscreen-split .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen-split .widget_recent_comments ul li {
	padding: 0;
}

#slide-out-widget-area.fullscreen-split .widget_recent_comments ul li {
	margin-bottom: 10px;
	background-color: transparent;
}

#slide-out-widget-area.fullscreen-split .nectar-global-section .full-width-content, #slide-out-widget-area.fullscreen-split .nectar-global-section .row-bg-wrap {
	width: 100% !important;
	left: 0 !important;
	margin: 0 !important;
}

#slide-out-widget-area.fullscreen-split .nectar-global-section {
	width: 100%;
	opacity: 0;
}

#slide-out-widget-area.fullscreen-split.open .nectar-global-section {
	opacity: 1;
	transition: .5s ease .2s;
}

#slide-out-widget-area.fullscreen-split .nectar-global-section .container {
	padding: 0;
}

.nectar-global-section.nectar_hook_ocm_after_menu, .nectar-global-section.nectar_hook_ocm_before_menu {
	margin-bottom: 25px;
}

.fullscreen-split .textwidget a:not(.nectar-button), .fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button) {
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: left bottom;
	background-image: linear-gradient(to right, #000 0, #000 100%);
	-webkit-transition: background-size .55s cubic-bezier(.2, .75, .5, 1), color .5s ease;
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1), color .5s ease;
	text-decoration: none;
}

.fullscreen-split .textwidget a:not(.nectar-button), .fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button) {
	background-image: linear-gradient(to right, #fff 0, #fff 100%);
}

#slide-out-widget-area.fullscreen-split .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) {
	display: inline;
}

.fullscreen-split .textwidget a:not(.nectar-button):hover, .fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button):hover {
	background-size: 100% 2px;
	opacity: 1;
}

@media only screen and (max-width:690px) {
	#slide-out-widget-area.fullscreen-split .left-side, #slide-out-widget-area.fullscreen-split .right-side {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		display: block;
	}
	
	#slide-out-widget-area.fullscreen-split .right-side {
		padding-top: 10px;
	}
	
	#slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li {
		margin-bottom: 8px;
	}
	
	#slide-out-widget-area.fullscreen-split .right-side-inner>* {
		margin-top: 35px;
	}
	
	#slide-out-widget-area.fullscreen-split .inner>.container {
		display: block;
	}
}

@media only screen and (min-width:1000px) {
	body[data-user-set-ocm=off] #slide-out-widget-area, body[data-user-set-ocm=off] #slide-out-widget-area-bg {
		display: none;
	}
}
