.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
	display: block;
	float: right;
	position: relative;
}
.sp-megamenu-parent >li {
	display: inline-block;
	position: relative;
	padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
	position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
	display: inline-block;
	padding: 0 15px;
	line-height: 90px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
	font-family: "FontAwesome";
	content: " \f107";
}
.sp-megamenu-parent .sp-module {
	padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
	margin: 0;
	position: absolute;
	z-index: 10;
	display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: ;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
	font-family: "FontAwesome";
	content: " \f105";
	float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
	margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
	left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	left: auto;
	right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
	right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	top: 0;
	left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	padding: 0;
	position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
	display: block;
	padding: 10px;
	color: ;
	cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
	text-transform: uppercase;
	font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
	color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
	color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
	margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
	margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
	display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
	-webkit-animation: spMenuFadeIn 400ms;
	animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
	-webkit-animation: spMenuZoom 400ms;
	animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
	float: right;
	line-height: 87px;
	margin-left: 15px;
	font-size: 20px;
}
#offcanvas-toggler >i:hover {
	color: #fff;
}
.off-canvas-menu-init {
	overflow-x: hidden;
	position: relative;
}
.offcanvas .offcanvas-overlay {
	visibility: visible;
	opacity: 1;
}
.offcanvas-overlay {
	background: rgba(0,0,0,0.2);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}
.body-wrapper {
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	right: 0;
	backface-visibility: hidden;
}
.close-offcanvas {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	line-height: .5;
	text-align: center;
	font-size: 16px;
	border: 1px solid #fff;
	color: #fff;
	padding-top: 3px;
}
.offcanvas-menu {
	width: 320px;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transform: translateX(320px);
	transform: translateX(320px);
	visibility: hidden;
	overflow: inherit;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
	margin-top: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
	display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
	padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	border: 0;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
	background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
	background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
	background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
	background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 13px 20px;
	cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
	display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
	display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
	display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
	display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
	display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
	background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
	padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
	margin-top: 0;
	padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
	margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
	width: 100%;
	background: transparent;
	border-color: #5f5f5f;
	color: #fff;
}
.offcanvas {
	width: 100%;
	height: 100%;
	position: relative;
}
.offcanvas .body-wrapper {
	right: 0;
	-webkit-transform: translateX(-320px);
	transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
	width: 100%;
	height: 100%;
	right: 0;
}
.offcanvas .offcanvas-menu {
	visibility: visible;
	z-index: 9999;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
	padding-left: 10px;
}
.menu .nav-child.small {
	font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
	-webkit-animation: spMenuFadeInUp 400ms;
	animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
	opacity: 1;
	visibility: visible;
	top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
	top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
	top: 60px;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
	left: auto;
	right: 0;
}
.menu-rotate .sp-has-child {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
	transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
	opacity: 0;
	visibility: hidden;
	display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
	left: auto;
	right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
	background: transparent none repeat scroll 0 0;
	box-shadow: none;
	padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
	margin: 0;
	padding: 0;
	perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
	-webkit-transform: translate(0,100px);
	transform: translate(0,100px);
	opacity: 0;
	padding: 0 20px !important;
	background-color: ;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
	padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
	padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: dropup;
	animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
	box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
	-webkit-animation: spMenuFadeInUp 500ms;
	animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
	padding: 0 !important;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-iteration-count: 0;
	animation-iteration-count: 0;
	-webkit-animation-name: none;
	animation-name: none;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
	box-shadow: none;
}
@keyframes dropup {
	0% {
		opacity: 0;
		transform: translate(0,100px);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
@-webkit-keyframes dropup {
	0% {
		opacity: 0;
		transform: translate(0,100px);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
.menu-twist .sp-has-child .sp-dropdown-inner {
	background: transparent none repeat scroll 0 0;
	box-shadow: none;
	padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
	margin: 0;
	padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	padding: 0 20px !important;
	background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
	padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
	padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: twist;
	animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
	box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
	-webkit-animation: spMenuFadeInUp 500ms;
	animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
	padding: 0 !important;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-iteration-count: 0;
	animation-iteration-count: 0;
	-webkit-animation-name: none;
	animation-name: none;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
	box-shadow: none;
}
@keyframes twist {
	0% {
		opacity: 0;
		transform: rotateY(90deg);
	}
	100% {
		opacity: 1;
		transform: rotateY(0);
	}
}
@-webkit-keyframes twist {
	0% {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotateY(0);
	}
}
@-webkit-keyframes spMenuFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes spMenuFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes spMenuZoom {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes spMenuZoom {
	0% {
		opacity: 0;
		transform: scale(.8);
		-webkit-transform: scale(.8);
	}
	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes spMenuFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,30px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}
@keyframes spMenuFadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0,30px,0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
.slide-top-menu .offcanvas-menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.slide-top-menu .body-wrapper {
	right: 0;
}
.slide-top-menu .offcanvas-overlay {
	visibility: visible;
	opacity: 1;
}
.slide-top-menu .offcanvas-menu {
	right: 0;
	background-color: #000000;
	visibility: visible;
}
.full-screen .offcanvas-menu {
	right: -100%;
	width: 100%;
	transform: translateX(0);
	background-color: rgba(0,0,0,0.9);
	transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
	margin: 0 auto;
	text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
	margin-bottom: 0;
	margin-top: 80px;
	padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
	background: transparent;
	height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
	overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
	color: #fff;
	display: inline-block;
	font-size: 28px;
	padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
	display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
	background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
	left: auto;
	right: auto;
	font-size: 28px;
	padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
	display: block;
	padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
	font-size: 16px;
	padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
	padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
	background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
	padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
	max-width: 300px;
	margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
	font-size: 20px;
	height: 35px;
	line-height: 1;
	right: 30px;
	top: 25px;
	width: 35px;
	padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
	visibility: visible;
	z-index: 9999;
	width: 100%;
	right: 0;
}
.full-screen-ftop .offcanvas-menu {
	right: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: rgba(0,0,0,0.9);
	transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
	margin: 0 auto;
	text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
	margin-bottom: 0;
	margin-top: 80px;
	padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
	background: transparent;
	height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
	opacity: 0;
	-webkit-transform: translate3d(0px,-80px,0px);
	transform: translate3d(0px,-80px,0px);
	-webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
	transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
	overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
	color: #fff;
	display: inline-block;
	font-size: 28px;
	padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
	display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
	background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
	left: auto;
	right: auto;
	font-size: 28px;
	padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
	display: block;
	padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
	font-size: 16px;
	padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
	padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
	background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
	padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
	max-width: 300px;
	margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
	font-size: 20px;
	height: 35px;
	line-height: 1;
	right: 30px;
	top: 25px;
	width: 35px;
	padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
	visibility: visible;
	z-index: 9999;
	width: 100%;
	right: 0;
	opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
	margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
	background: transparent;
	height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
	opacity: 1;
	-webkit-transform: translate3d(0px,0px,0px);
	transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
	background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
	padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
	display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
	background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
	background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
	color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
	top: 6px;
	padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
	display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 8px;
	left: auto;
	position: absolute;
	right: 25px;
	top: 14px;
	width: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: auto;
	position: absolute;
	right: 22px;
	top: 17px;
	width: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
	visibility: visible;
	opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
	visibility: visible;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@-moz-document url-prefix() {
	.offcanvas-menu {
		right: -320px;
		transform: translateX(0px);
	}
}
