

.header .menu {
	margin: 0;
	display: inline-block;
	width: 100%;
    padding:0px;

	/*background: #da853d;*/
}

	.header .menu.bordered > li > a {
		border-right: 1px solid;
	}

	.header .menu > li {
		display: inline-block;
		list-style: none;
		font-size: 14px;
		vertical-align: middle;
		background: url(../images/nav-break.png) 100% 12px no-repeat;
	}

		.header .menu > li.multiline > nav {
			top: 43px;
		}

		.header .menu > li.classic.dark > nav > span.arrow {
			background-image: url(../images/black.svg);
		}

		.header .menu > li.classic.dark > nav:before, .header .menu > li.classic.dark > nav:after {
			height: 7px;
			background-color: #000000;
			border-color: #000000;
		}

		.header .menu > li.classic.dark > nav ul {
			background-color: #000000;
		}

			.header .menu > li.classic.dark > nav ul li a {
				color: #ffffff;
			}

		.header .menu > li.horizontal.dark > nav {
			background-color: #000000;
			border-bottom: 0;
		}

			.header .menu > li.horizontal.dark > nav ul li a {
				color: #ffffff;
			}

		.header .menu > li.horizontal.dark > span.arrow {
			background-image: url(../images/black.svg)!important;
		}

			.header .menu > li.horizontal.dark > span.arrow:before, .header .menu > li.horizontal.dark > span.arrow:after {
				background-color: #000000!important;
				border-top: 0!important;
			}

		.header .menu > li.horizontal.dark .container {
			border-right-color: rgba(255,255,255,0.4);
		}

		.header .menu > li.mega.dark .container {
			background-color: #000000;
			text-color: #ffffff;
		}

			.header .menu > li.mega.dark .container .sub-menu-heading {
				color: #ffffff;
			}

			.header .menu > li.mega.dark .container ul.sub-menu > li a {
				color: #ffffff;
			}

		.header .menu > li.mega.dark > span.arrow {
			background-image: url(../images/black.svg)!important;
		}

			.header .menu > li.mega.dark > span.arrow:after, .header .menu > li.mega.dark > span.arrow:before {
				background-color: #000000!important;
			}

		.header .menu > li > a {
			position: relative;
			text-transform: capitalize;
			padding: 6px 30px 6px 30px;
			display: block;
			text-decoration: none !important;
			color: #2f2f2f;
			font-weight: 400;
			font-size: 15px;
			border-radius: 10px 10px 0 0;
		}


			.header .menu > li > a:hover {
				color: #555;
				background: #d46e16;
				border-radius: 10px 10px 0 0;
				background-color: #fff;
				box-shadow: 0 -3px 2px 1px rgba(0,0,0,0.1);
			}

			.header .menu > li > a span {
				margin-bottom: 7px;
			}

			.header .menu > li > a:before {
				color: #000000;
				position: absolute;
				top: 0;
				left: 0;
				overflow: hidden;
				max-width: 0;
				white-space: pre;
				line-height: inherit;
				content: attr(data-text);
				-webkit-transition: max-width 0.5s;
				transition: max-width 0.5s;
			}

			.header .menu > li > a.btn, .header .menu > li > a.btn:hover {
				opacity: 1;
			}

			.header .menu > li > a > span {
				font-size: 12px;
				/*font-family: Arial;*/
				color: inherit;
				opacity: 0.8;
				display: block;
				position: relative;
				line-height: 15px;
				text-transform: none;
			}

				.header .menu > li > a > span:before {
					color: #000;
					position: absolute;
					top: 0;
					left: 0;
					overflow: hidden;
					max-width: 0;
					white-space: pre;
					line-height: inherit;
					content: attr(data-text);
					-webkit-transition: max-width 0.5s;
					transition: max-width 0.5s;
				}

		.header .menu > li:last-child {
			border-right: none;
		}

		.header .menu > li.open.horizontal {
			position: relative!important;
		}

			.header .menu > li.open.horizontal > span.arrow {
				background-image: url(../images/white.svg);
				background-repeat: no-repeat;
				width: 14px;
				height: 7px;
				left: calc(50% - 14px);
				margin-top: 8px;
				position: absolute;
				z-index: 2;
			}

				.header .menu > li.open.horizontal > span.arrow:before {
					content: '';
					position: absolute;
					height: 7px;
					width: 100vw;
					background-color: #ffffff;
					display: block;
					left: -100vw;
					border-top: 1px solid #e6e6e6;
				}

				.header .menu > li.open.horizontal > span.arrow:after {
					content: '';
					position: absolute;
					height: 7px;
					left: 14px;
					background-color: #ffffff;
					border-top: 1px solid #e6e6e6;
					width: 100vw;
				}

		.header .menu > li.open.mega {
			position: relative!important;
			margin-top: -1px;
		}

			.header .menu > li.open.mega > span.arrow {
				background-image: url(../images/white.svg);
				background-repeat: no-repeat;
				width: 14px;
				height: 7px;
				left: calc(50% - 14px);
				margin-top: 10px;
				position: absolute;
			}

				.header .menu > li.open.mega > span.arrow:before {
					content: '';
					position: absolute;
					height: 7px;
					width: 100vw;
					background-color: #ffffff;
					display: block;
					left: -100vw;
					border-top: 1px solid rgba(0,0,0,0.07);
					border-left: 1px solid rgba(0,0,0,0.07);
				}

				.header .menu > li.open.mega > span.arrow:after {
					content: '';
					position: absolute;
					height: 7px;
					left: 14px;
					width: 100vw;
					background-color: #ffffff;
					border-top: 1px solid rgba(0,0,0,0.07);
					border-right: 1px solid rgba(0,0,0,0.07);
				}

		.header .menu > li.open.classic > nav {
			border-color: rgba(0,0,0,0.07);
		}

		.header .menu > li.open > .classic {
			max-height: 999px;
		}

		.header .menu > li.open > .mega, .header .menu > li.open > .horizontal {
			display: block;
		}

		.header .menu > li.classic {
			position: relative;
		}

		.header .menu > li.open > a {
			opacity: 1;
		}

		.header .menu > li.mega.open, .header .menu > li.horizontal.open {
			position: inherit;
		}

		.header .menu > li > .classic {
			margin: 0;
			padding: 0;
			position: absolute;
			overflow: hidden;
			left: 0;
			right: 0;
			top: 42px;
			min-width: 270px;
			left: 0%;
			max-height: 0;
			-webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1);
			transition: all 0.4s cubic-bezier(0.19,1,0.22,1);
			border: 1px solid rgba(0,0,0,0);
			border-top: 0;
		}

			.header .menu > li > .classic > span.arrow {
				background-image: url(../images/white.svg);
				background-repeat: no-repeat;
				width: 14px;
				height: 7px;
				left: calc(50% - 7px);
				position: absolute;
				top: 0;
			}

			.header .menu > li > .classic:before {
				content: '';
				position: absolute;
				height: 7px;
				width: calc(50% - 7px);
				background-color: #ffffff;
				border-top: 1px solid rgba(0,0,0,0.12);
			}

			.header .menu > li > .classic:after {
				content: '';
				position: absolute;
				height: 7px;
				right: 0;
				width: calc(50% - 7px);
				background-color: #ffffff;
				border-top: 1px solid rgba(0,0,0,0.12);
				top: 0;
			}

			.header .menu > li > .classic ul {
				padding: 0;
				list-style: none;
				overflow: hidden;
				background-color: #ffffff;
				margin-top: 0px;
				z-index: 9;
				position: relative;
			}

				.header .menu > li > .classic ul > li {
					/*margin: 0px 0px;*/
					border-bottom: 1px solid #ccc;
					padding: 8px 20px;
					opacity: 1;
					-webkit-transition: all 0.1s linear 0.1s;
					transition: all 0.1s linear 0.1s;
					line-height: 18px;
				}

					.header .menu > li > .classic ul > li a {
						color: #000;
						text-transform: uppercase;
						font-size: 12px;
						line-height: 24px;
						font-weight: 400;
						text-decoration: none;
					}

						.header .menu > li > .classic ul > li a:focus {
							opacity: 0.6;
							/*color:#c0306f;*/
						}

						.header .menu > li > .classic ul > li a:hover {
							opacity: 0.6;
							/*color:#c0306f;*/
						}

						.header .menu > li > .classic ul > li a.active {
							opacity: 1;
						}

					.header .menu > li > .classic ul > li:first-child {
						/*margin-top: 20px;*/
					}

					.header .menu > li > .classic ul > li:last-child {
						/*margin-bottom: 20px;*/
					}

		.header .menu > li > .horizontal {
			margin: 0;
			margin-top: 15px;
			padding: 0;
			position: fixed;
			background-color: #fff;
			list-style: none;
			display: none;
			left: 0;
			right: 0;
			width: 100%;
			border-bottom: 1px solid #e6e6e6;
		}

			.header .menu > li > .horizontal.dark {
				background-color: #000000;
			}

				.header .menu > li > .horizontal.dark ul li a {
					color: #ffffff;
				}

			.header .menu > li > .horizontal .container {
				overflow: hidden;
				border-right: 1px solid #e6e6e6;
			}

			.header .menu > li > .horizontal ul {
				white-space: nowrap;
				padding-left: 0;
			}

				.header .menu > li > .horizontal ul li {
					margin: 2px 9px 6px 9px;
					display: inline-block;
				}

					.header .menu > li > .horizontal ul li a {
						color: #000000;
						opacity: 0.5;
						text-transform: uppercase;
						font-family: 'Montserrat';
						line-height: 35px;
						font-size: 11px;
					}

						.header .menu > li > .horizontal ul li a:focus {
							opacity: 0.8;
						}

						.header .menu > li > .horizontal ul li a:hover {
							opacity: 0.8;
						}

						.header .menu > li > .horizontal ul li a.active {
							opacity: 1;
						}

		.header .menu > li > .mega {
			position: fixed;
			display: none;
			left: 0;
			right: 0;
		}

			.header .menu > li > .mega .container {
				margin-top: 17px;
				background-color: #fff;
				list-style: none;
				padding-bottom: 20px;
				border: 1px solid rgba(0,0,0,0.07);
				border-top: 0;
				padding: 50px 60px;
			}

				.header .menu > li > .mega .container ul.sub-menu {
					padding: 0;
					list-style: none;
					overflow: hidden;
				}

					.header .menu > li > .mega .container ul.sub-menu > li {
						margin: 5px 0;
						opacity: 1;
						padding-left: 0;
						-webkit-transition: all 0.1s linear 0.1s;
						transition: all 0.1s linear 0.1s;
					}

						.header .menu > li > .mega .container ul.sub-menu > li a {
							color: #000000;
							text-transform: uppercase;
							font-family: 'Montserrat';
							opacity: 0.5;
							font-size: 11px;
							line-height: 30px;
						}

							.header .menu > li > .mega .container ul.sub-menu > li a:focus {
								opacity: 0.8;
							}

							.header .menu > li > .mega .container ul.sub-menu > li a:hover {
								opacity: 0.8;
							}

							.header .menu > li > .mega .container ul.sub-menu > li a.active {
								opacity: 1;
							}

						.header .menu > li > .mega .container ul.sub-menu > li:first-child {
							margin-top: 19px;
						}

						.header .menu > li > .mega .container ul.sub-menu > li:last-child {
							margin-bottom: 19px;
						}

				.header .menu > li > .mega .container .sub-menu-heading {
					color: #000000;
					font-size: 12px;
					text-transform: uppercase;
					/*font-family: 'Montserrat';*/
					margin: 0;
					padding-bottom: 5px;
				}

.menu > li.mega > nav.mega {
	max-height: 0;
	min-width: 190px;
	overflow: hidden;
	display: block!important;
}

.menu > li.mega.open > nav.mega {
	max-height: 999px;
}

.search-toggle {
	display: inline-block;
	color: #000;
}

.header.sm-header .menu > li > .classic {
	top: 26px;
}

.menu-toggler {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 1;
	width: 22px;
	height: 26px;
	margin-top: 22.5px;
	display: inline-block;
	user-select: none;
	box-sizing: content-box;
	cursor: pointer;
}

	.menu-toggler .one, .menu-toggler .two, .menu-toggler .three {
		width: 100%;
		height: 3px;
		background: black;
		margin-bottom: 5px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
	}



	.menu-toggler .one, .menu-toggler .two {
		transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
	}

	.menu-toggler.on .one {
		transform: rotate3d(0,0,1,45deg);
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}

	.menu-toggler.on .two {
		opacity: 0;
	}

	.menu-toggler.on .three {
		transform: rotate3d(0,0,1,-45deg);
		-webkit-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
	}

[data-pages="header-toggle"] {
	display: none;
	z-index: 10;
}

.side-menu {
	display: none;
	position: fixed;
	height: 100%;
	width: 250px;
	background-color: #fff;
	z-index: 10;
}

.menu-content[data-pages-direction="slideLeft"], .menu-content[data-pages-direction="pushLeft"] {
	left: 0;
}

.menu-content[data-pages-direction="slideRight"], .menu-content[data-pages-direction="pushRight"] {
	right: 0;
}

.menu-content[data-pages-direction="fullScreenOverlay"] {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.menu-content[data-pages-direction="slideTop"] {
	top: 0;
}

.overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.95);
	z-index: 1010;
	overflow: auto;
}

	.overlay .inline-block {
		display: inline-block;
	}

	.overlay .overlay-brand {
		margin-left: 7px;
	}

	.overlay > div {
		width: 100%;
		height: 260px;
		display: block;
		overflow: hidden;
	}

	.overlay .has-results {
		overflow: visible;
	}

	.overlay .overlay-search {
		font-weight: 300;
		font-size: 77px;
		height: 120px;
		letter-spacing: -1.925px;
		line-height: 100px;
		padding-left: 0!important;
	}

	.overlay .overlay-close {
		position: absolute;
		right: 20px;
		top: 25px;
	}

.jumbotron {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0;
	margin-bottom: 0;
	background-color: #f0f0f0;
}

	.jumbotron .inner {
		position: relative;
		z-index: 2;
	}

	.jumbotron.lg {
		height: 600px;
	}

	.jumbotron h1 {
		font-size: 44px;
		color: #2c2c2c;
	}

.pace .pace-progress {
	background-color: #6d5cae;
}



[data-pages-bg-image] {
	background-size: cover;
	position: relative;
}

	[data-pages-bg-image] > * {
		z-index: 1;
		position: relative;
	}

	[data-pages-bg-image] > .bg-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		opacity: .4;
	}

.swiper-wrapper {
	transition-timing-function: cubic-bezier(0.1,0.57,0.1,1);
	-webkit-transition-timing-function: cubic-bezier(0.1,0.57,0.1,1);
	transition-duration: 0ms;
	-webkit-transition-duration: 0ms;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

	.swiper-container:hover .auto-reveal.swiper-button-next {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.swiper-container:hover .auto-reveal.swiper-button-prev {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.swiper-container .mouse-wrapper {
		margin: 0 auto;
		display: block;
		width: 28px;
		position: absolute;
		z-index: 10;
		left: 0;
		right: 0;
		bottom: 37px;
	}

	.swiper-container .mouse {
		width: 30px;
		height: 47px;
		border: 2px solid #fff;
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
	}

		.swiper-container .mouse .mouse-scroll {
			width: 4px;
			height: 4px;
			border-radius: 2px;
			background: #fff;
			position: relative;
			top: 10px;
			left: 11px;
			-webkit-animation: scrolls 1.3s ease-out infinite;
		}

@-webkit-keyframes scrolls {
	0% {
		top: 10px;
		opacity: 1;
		height: 4px;
	}

	95% {
		top: 18px;
		opacity: 0;
		height: 10px;
	}

	100% {
		top: 8px;
		opacity: 1;
		height: 4px;
	}
}

.swiper-container .go-down {
	margin: auto;
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	bottom: -50px;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

	.swiper-slide .background-wrapper {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

		.swiper-slide .background-wrapper .background {
			height: 100%;
			width: 100%;
			position: absolute;
			left: 0;
			top: 0;
			overflow: hidden;
		}

.image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

	.image > img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

.slider-wrapper {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
}

.content-layer {
	z-index: 10000;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

[data-pages-animation|=custom] {
	visibility: hidden;
}

[data-pages-animation|=standard] {
	visibility: hidden;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 3px;
}

.swiper-pagination-bullet-active {
	background: #2c2c2c;
}

.swiper-pagination.swiper-pagination-light .swiper-pagination-bullet, .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination.swiper-pagination-dark .swiper-pagination-bullet, .swiper-pagination.swiper-pagination-dark .swiper-pagination-bullet-active {
	background: #2c2c2c;
}

.swiper-navigation {
	width: 47px;
	height: 53px;
	line-height: 53px;
	background-image: none;
	font-size: 20px;
	font-family: 'pages-icon';
	text-align: center;
}

	.swiper-navigation.swiper-button-next {
		right: 0;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
	}

		.swiper-navigation.swiper-button-next:before {
			content: "\e631";
		}

	.swiper-navigation.swiper-button-prev {
		left: 0;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}

		.swiper-navigation.swiper-button-prev:before {
			content: "\e629";
		}

	.swiper-navigation.swiper-dark-solid {
		background-color: #121212;
		color: #ffffff;
	}

	.swiper-navigation.swiper-white-solid {
		background-color: #ffffff;
		color: #121212;
	}

	.swiper-navigation.swiper-rounded {
		width: 49px;
		height: 49px;
		line-height: 49px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
	}

		.swiper-navigation.swiper-rounded.swiper-button-next {
			right: 10px;
		}

		.swiper-navigation.swiper-rounded.swiper-button-prev {
			left: 10px;
		}

	.swiper-navigation.auto-reveal {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

		.swiper-navigation.auto-reveal.swiper-button-next {
			-webkit-transform: translateX(200%);
			-ms-transform: translateX(200%);
			transform: translateX(200%);
		}

		.swiper-navigation.auto-reveal.swiper-button-prev {
			-webkit-transform: translateX(-200%);
			-ms-transform: translateX(-200%);
			transform: translateX(-200%);
		}




.btn-group.open .dropdown-toggle, .open .dropdown-toggle, .open.dropdown-default .dropdown-toggle {
	box-shadow: none;
}

.dropdown-default {
	display: inline-block;
}

	.dropdown-default.open > .btn.dropdown-toggle {
		border-color: transparent!important;
		background: transparent!important;
		z-index: 791!important;
	}

	.dropdown-default.open .dropdown-menu {
		opacity: 1;
		transform: scale(1,1);
		z-index: 700;
	}

		.dropdown-default.open .dropdown-menu li {
			visibility: visible;
		}

	.dropdown-default.open.dropup > .btn-primary + .dropdown-menu:after, .dropdown-default.open.dropup > .btn-success + .dropdown-menu:after, .dropdown-default.open.dropup > .btn-complete + .dropdown-menu:after, .dropdown-default.open.dropup > .btn-warning + .dropdown-menu:after, .dropdown-default.open.dropup > .btn-danger + .dropdown-menu:after, .dropdown-default.open.dropup > .btn-info + .dropdown-menu:after {
		top: auto;
		bottom: 0;
	}

	.dropdown-default.open > .btn-primary + .dropdown-menu:after, .dropdown-default.open > .btn-success + .dropdown-menu:after, .dropdown-default.open > .btn-complete + .dropdown-menu:after, .dropdown-default.open > .btn-warning + .dropdown-menu:after, .dropdown-default.open > .btn-danger + .dropdown-menu:after, .dropdown-default.open > .btn-info + .dropdown-menu:after {
		top: 0;
		height: 42px;
	}

	.dropdown-default.open > .btn-primary + .dropdown-menu:after {
		background-color: #6d5cae;
	}

	.dropdown-default.open > .btn-success + .dropdown-menu:after {
		background-color: #10cfbd;
	}

	.dropdown-default.open > .btn-complete + .dropdown-menu:after {
		background-color: #48b0f7;
	}

	.dropdown-default.open > .btn-warning + .dropdown-menu:after {
		background-color: #f8d053;
	}

	.dropdown-default.open > .btn-danger + .dropdown-menu:after {
		background-color: #f55753;
	}

	.dropdown-default.open > .btn-info + .dropdown-menu:after {
		background-color: #3b4752;
	}

	.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu {
		margin-bottom: -47px;
		padding-bottom: 49px;
	}

		.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
			bottom: 49px;
		}

	.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu {
		margin-bottom: -34px;
		padding-bottom: 36px;
	}

		.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
			bottom: 36px;
		}

	.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu {
		margin-bottom: -29px;
		padding-bottom: 31px;
	}

		.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
			bottom: 31px;
		}

	.dropdown-default.dropup .dropdown-menu {
		margin-bottom: -40px;
		padding: 0 3px 44px 0!important;
		transform-origin: center bottom 0;
	}

		.dropdown-default.dropup .dropdown-menu:after {
			bottom: 43px;
			top: auto!important;
		}

	.dropdown-default .btn.dropdown-toggle {
		text-align: left;
		padding-right: 27px;
	}

		.dropdown-default .btn.dropdown-toggle.btn-lg {
			padding-right: 42px;
		}

			.dropdown-default .btn.dropdown-toggle.btn-lg .caret {
				right: 26px;
			}

			.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu {
				margin-top: -47px;
				padding-top: 49px;
			}

				.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
					top: 49px;
				}

		.dropdown-default .btn.dropdown-toggle.btn-sm {
			padding-right: 26px;
		}

			.dropdown-default .btn.dropdown-toggle.btn-sm .caret {
				right: 16px;
			}

			.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu {
				margin-top: -34px;
				padding-top: 36px;
			}

				.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
					top: 36px;
				}

		.dropdown-default .btn.dropdown-toggle.btn-xs {
			padding-right: 21px;
		}

			.dropdown-default .btn.dropdown-toggle.btn-xs .caret {
				right: 8px;
			}

			.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu {
				margin-top: -29px;
				padding-top: 31px;
			}

				.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
					top: 31px;
				}

		.dropdown-default .btn.dropdown-toggle .caret {
			position: absolute;
			right: 15px;
			top: 50%;
			margin-top: -2px;
		}

	.dropdown-default .btn-rounded {
		padding-left: 17px;
		padding-right: 17px;
	}

		.dropdown-default .btn-rounded + .dropdown-menu {
			border-radius: 17px;
		}

	.dropdown-default .dropdown-menu {
		margin-top: -40px;
		padding-top: 42px;
		overflow: hidden;
		backface-visibility: hidden;
		display: block;
		opacity: 0;
		transform: scale(1,0);
		transform-origin: center top 0;
		-webkit-transition: all 170ms cubic-bezier(0.05,0.74,0.27,0.99) 0s;
		transition: all 170ms cubic-bezier(0.05,0.74,0.27,0.99) 0s;
		z-index: -1;
	}

		.dropdown-default .dropdown-menu:after {
			content: "";
			position: absolute;
			height: 1px;
			left: 0;
			top: 42px;
			background: #e6e6e6;
			width: 100%;
		}

		.dropdown-default .dropdown-menu li {
			visibility: hidden;
		}

.dropdown-menu {
	position: absolute;
	display: none;
	float: left;
	list-style: none;
	text-shadow: none;
	-webkit-box-shadow: 0px 0px 5px rgba(98,98,98,0.2);
	box-shadow: 0px 0px 5px rgba(98,98,98,0.2);
	border: none;
	border-radius: 3px;
	font-size: 13px;
	margin: 0;
	background: #fafafa;
	min-width: 50px;
	z-index: 700;
}

	.dropdown-menu .divider {
		background-color: #e6e6e6;
		height: 1px;
		margin: 3px 0;
		border-bottom: 0px;
	}

	.dropdown-menu > li {
		padding-left: 0px;
	}

		.dropdown-menu > li:first-child {
			padding-top: 9px;
		}

		.dropdown-menu > li:last-child {
			padding-bottom: 9px;
		}

		.dropdown-menu > li.dropdown-header {
			padding: 3px 20px;
		}

		.dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover, .dropdown-menu > li.active > a:focus {
			color: #1a1a1a;
			text-decoration: none;
			background-color: #f0f0f0;
			background-image: none;
		}

		.dropdown-menu > li.disabled > a, .dropdown-menu > li.disabled > a:hover, .dropdown-menu > li.disabled > a:focus {
			color: #959595;
		}

			.dropdown-menu > li.disabled > a:hover, .dropdown-menu > li.disabled > a:focus {
				text-decoration: none;
				cursor: default;
				background-color: transparent;
				background-image: none;
			}

		.dropdown-menu > li > a {
			line-height: 35px;
			color: #626262;
			padding: 0 20px;
			border-radius: 3px;
			text-align: left;
		}

			.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
				color: #1a1a1a;
				text-decoration: none;
				background-color: transparent;
				background-image: none;
			}

.dropdown-backdrop {
	z-index: 600;
}









@media (max-width: 991px) {
	.header .menu > li {
		display: block;
	}

	.header .menu-content .header-inner {
		line-height: 3!important;
	}

	.menu-content {
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 250px;
		background-color: #fff;
		z-index: 10;
		overflow-y: auto;
	}

	body.menu-opened > .header:before {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: rgba(0,0,0,0.5);
		z-index: 10;
		content: '';
	}
}



@media (max-width: 991px) {
	.header.dark .menu-content .menu > li > a:not(.btn):hover, .header.light .menu-content .menu > li > a:not(.btn):hover, .header.light-solid .menu-content .menu > li > a:not(.btn):hover, .header.transparent-dark .menu-content .menu > li > a:not(.btn):hover, .header.transparent-light .menu-content .menu > li > a:not(.btn):hover, .header.dark .menu-content .menu > li > a:not(.btn):active, .header.light .menu-content .menu > li > a:not(.btn):active, .header.light-solid .menu-content .menu > li > a:not(.btn):active, .header.transparent-dark .menu-content .menu > li > a:not(.btn):active, .header.transparent-light .menu-content .menu > li > a:not(.btn):active {
		opacity: 0.7;
	}

	.header.dark .menu-content .menu > li > a:not(.btn):visited, .header.light .menu-content .menu > li > a:not(.btn):visited, .header.light-solid .menu-content .menu > li > a:not(.btn):visited, .header.transparent-dark .menu-content .menu > li > a:not(.btn):visited, .header.transparent-light .menu-content .menu > li > a:not(.btn):visited, .header.dark .menu-content .menu > li > a:not(.btn):focus, .header.light .menu-content .menu > li > a:not(.btn):focus, .header.light-solid .menu-content .menu > li > a:not(.btn):focus, .header.transparent-dark .menu-content .menu > li > a:not(.btn):focus, .header.transparent-light .menu-content .menu > li > a:not(.btn):focus {
		opacity: 0.7;
	}

	.header.dark .menu-content .menu > li > a:not(.btn).active, .header.light .menu-content .menu > li > a:not(.btn).active, .header.light-solid .menu-content .menu > li > a:not(.btn).active, .header.transparent-dark .menu-content .menu > li > a:not(.btn).active, .header.transparent-light .menu-content .menu > li > a:not(.btn).active {
		background-color: #000000;
		color: #ffffff;
	}

	.header.dark .menu-content.mobile-dark a:not(.btn), .header.light .menu-content.mobile-dark a:not(.btn), .header.light-solid .menu-content.mobile-dark a:not(.btn), .header.transparent-dark .menu-content.mobile-dark a:not(.btn), .header.transparent-light .menu-content.mobile-dark a:not(.btn) {
		color: #fff!important;
	}

		.header.dark .menu-content.mobile-dark a:not(.btn):hover, .header.light .menu-content.mobile-dark a:not(.btn):hover, .header.light-solid .menu-content.mobile-dark a:not(.btn):hover, .header.transparent-dark .menu-content.mobile-dark a:not(.btn):hover, .header.transparent-light .menu-content.mobile-dark a:not(.btn):hover, .header.dark .menu-content.mobile-dark a:not(.btn):active, .header.light .menu-content.mobile-dark a:not(.btn):active, .header.light-solid .menu-content.mobile-dark a:not(.btn):active, .header.transparent-dark .menu-content.mobile-dark a:not(.btn):active, .header.transparent-light .menu-content.mobile-dark a:not(.btn):active {
			color: #ffffff!important;
		}

		.header.dark .menu-content.mobile-dark a:not(.btn):visited, .header.light .menu-content.mobile-dark a:not(.btn):visited, .header.light-solid .menu-content.mobile-dark a:not(.btn):visited, .header.transparent-dark .menu-content.mobile-dark a:not(.btn):visited, .header.transparent-light .menu-content.mobile-dark a:not(.btn):visited, .header.dark .menu-content.mobile-dark a:not(.btn):focus, .header.light .menu-content.mobile-dark a:not(.btn):focus, .header.light-solid .menu-content.mobile-dark a:not(.btn):focus, .header.transparent-dark .menu-content.mobile-dark a:not(.btn):focus, .header.transparent-light .menu-content.mobile-dark a:not(.btn):focus {
			color: #788195;
            background: #000;
		}

		.header.dark .menu-content.mobile-dark a:not(.btn).active, .header.light .menu-content.mobile-dark a:not(.btn).active, .header.light-solid .menu-content.mobile-dark a:not(.btn).active, .header.transparent-dark .menu-content.mobile-dark a:not(.btn).active, .header.transparent-light .menu-content.mobile-dark a:not(.btn).active {
			color: #fff;
		}

	.header.dark .menu-content.mobile-dark.mobile-dark p, .header.light .menu-content.mobile-dark.mobile-dark p, .header.light-solid .menu-content.mobile-dark.mobile-dark p, .header.transparent-dark .menu-content.mobile-dark.mobile-dark p, .header.transparent-light .menu-content.mobile-dark.mobile-dark p {
		color: #788195;
	}

	.header.dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn), .header.light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn), .header.light-solid .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn), .header.transparent-dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn), .header.transparent-light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn) {
		color: #788195;
	}

		.header.dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):hover, .header.light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):hover, .header.light-solid .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):hover, .header.transparent-dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):hover, .header.transparent-light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):hover, .header.dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):active, .header.light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):active, .header.light-solid .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):active, .header.transparent-dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):active, .header.transparent-light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):active {
			color: #ffffff!important;
		}

		.header.dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):visited, .header.light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):visited, .header.light-solid .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):visited, .header.transparent-dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):visited, .header.transparent-light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):visited, .header.dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):focus, .header.light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):focus, .header.light-solid .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):focus, .header.transparent-dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):focus, .header.transparent-light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn):focus {
			color: #788195;
            background: #000;
		}

		.header.dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn).active, .header.light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn).active, .header.light-solid .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn).active, .header.transparent-dark .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn).active, .header.transparent-light .menu-content.mobile-dark.mobile-dark .menu > li > a:not(.btn).active {
			background-color: #272b35;
			color: #fff;
		}

	.header .menu > li > a:before, .header .menu > li > a > span:before {
		display: none;
	}

	.header:last-child.header {
		top: -200%;
	}

	.header.bg-header .menu-content .header-inner {
		line-height: initial;
	}

	.menu-content .menu > li.classic > nav ul, .menu-content .menu > li.horizontal > nav, .menu-content .menu > li.mega .container {
		background-color: #f0f0f0;
	}

	.menu-content.mobile-dark {
		background-color: #2b303b!important;
	}

		.menu-content.mobile-dark .menu > li.classic > nav ul, .menu-content.mobile-dark .menu > li.horizontal > nav, .menu-content.mobile-dark .menu > li.mega .container {
			background-color: #21252d;
		}

		.menu-content.mobile-dark ul li .sub-menu-heading {
			color: #ffffff!important;
			opacity: 1;
		}

	.menu-content .menu > li.mega .container {
		margin-top: 0;
	}

	.menu-content .menu > li > a:not(.btn) {
		margin-bottom: 0!important;
	}

	.menu-content ul {
		width: 100%;
		padding: 0;
		margin: 3px 0px 0px 0px !important;
	}

		.menu-content ul li {
			padding: 0;
			margin-right: 0!important;
		}

			.menu-content ul li a {
				opacity: 1!important;
				padding: 20px 10px 20px 25px;
				font-size: 14px;
				text-decoration: none !important;
			}

				.menu-content ul li a i {
					font-size: 23px;
					margin: 0px 0px 0px 9px;
				}

			.menu-content ul li .sub-menu-heading {
				padding: 20px 10px 10px 35px;
				opacity: 0.5;
			}

	[data-pages-direction="slideLeft"] {
		display: block;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		-ms-transform: translate(-100%,0);
		-webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1);
		transition: all 0.4s cubic-bezier(0.19,1,0.22,1);
	}

	.menu-opened {
		overflow-y: hidden;
	}

		.menu-opened [data-pages-direction="slideLeft"] {
			-webkit-transform: translate3d(0%,0,0);
			transform: translate3d(0%,0,0);
			-ms-transform: translate(0%,0);
		}

	[data-pages-direction="slideRight"] {
		display: block;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		-ms-transform: translate(100%,0);
		-webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1);
		transition: all 0.4s cubic-bezier(0.19,1,0.22,1);
	}

	.menu-opened {
		overflow-y: hidden;
	}

		.menu-opened [data-pages-direction="slideRight"] {
			-webkit-transform: translate3d(0%,0,0);
			transform: translate3d(0%,0,0);
			-ms-transform: translate(0%,0);
		}

	[data-pages-direction="slideTop"] {
		display: block;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		-ms-transform: translate(0,-100%);
		-webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1);
		transition: all 0.4s cubic-bezier(0.19,1,0.22,1);
	}

	.menu-opened {
		overflow-y: hidden;
	}

		.menu-opened [data-pages-direction="slideTop"] {
			-webkit-transform: translate3d(0,calc(0% + 65px),0);
			transform: translate3d(0,calc(0% + 65px),0);
			-ms-transform: translate(0,calc(0% + 65px));
		}

	.header .menu > li > .classic {
		top: 0!important;
		position: relative;
		left: auto;
		right: auto;
		margin-left: 0;
	}

		.header .menu > li > .classic:before, .header .menu > li > .classic:after, .header .menu > li > .classic .arrow {
			display: none;
		}

		.header .menu > li > .classic ul > li {
			margin: 5px 0;
		}

			.header .menu > li > .classic ul > li:first-child {
				margin-top: 0px;
			}

			.header .menu > li > .classic ul > li:last-child {
				margin-bottom: 0px;
			}

	.header .menu > li > .mega {
		position: relative;
		margin-top: 0;
		border: 0;
	}

		.header .menu > li > .mega .container {
			padding-top: 15px;
			padding-bottom: 15px;
			padding-left: 0;
		}

	.header .menu > li > .horizontal {
		position: relative;
		margin-top: 0;
		border: 0;
	}

		.header .menu > li > .horizontal .container {
			padding: 0;
		}

			.header .menu > li > .horizontal .container > ul {
				padding: 15px 0;
				margin: 0;
			}

				.header .menu > li > .horizontal .container > ul > li {
					margin: 5px;
					display: block;
				}

	.header .menu > li.horizontal > span.arrow {
		display: none;
	}

	.header .menu > li.mega > span.arrow {
		display: none;
	}
}

@media (min-width: 992px) {

	.clip-mega-menu {
		overflow: hidden;
	}
}


@media (max-width: 767px) {

	.menu-content {
		width: 270px !important;
		overflow-y: auto;
	}
}

.pull-right {
	float: right!important;
	/*font-size: 30px;*/
	padding: 0px;
}
