.sf-menu {
	font-size: 0px;
	position: relative;
	padding: 0;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: right;
	border-bottom: 0px;
	border-top: 0px;
	background: transparent;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out
}

.sf-menu .sf-mega {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99
}

.sf-menu > li {
	font-size: 18px;
	display: inline-block
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	display: block
}

.sf-menu > li > a {
	display: block;
	position: relative
}

.sf-menu li {
	font-size: 14px;
	text-align: left
}

.sf-menu .sf-mega {
	box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
	width: 100%
}

.sf-menu > li > a {
	border-left: 0px;
	padding: 3px 0;
	margin-right: 30px;
	text-decoration: none;
	zoom: 1;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

.sf-menu > li > a:hover {
	color: #231f20
}

.sf-menu > li > a.sf-sel {
	color: #272425
}

.sf-menu > li > a::before {
	content: "";
	height: 2px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	background: #ef7f1a;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

.sf-menu > li > a:hover::before {
	opacity: 1
}

.sf-menu > li:last-child > a {
	margin-right: 0px
}

.sf-menu > li {
	background: transparent;
	-webkit-transition: background .2s;
	transition: background .2s;
	margin-top: 5px;
	margin-bottom: 5px
}

.sf-menu > li:hover,
.sf-menu > li.sfHover {
	background: transparent;
	-webkit-transition: none;
	transition: none
}

.sf-menu > li:hover a,
.sf-menu > li.sfHover a {
}

.pos-fix .sf-menu {
	margin-top: 20px
}

.pos-rel > nav.pos-fix .sf-menu > li > a {
	color: #ffffff
}

.pos-rel > nav.pos-fix .sf-menu > li:hover {
}

.pos-rel > nav.pos-fix .sf-menu > li:hover > a {
	color: #e7cb0d
}

.sf-menu ul.sf-mixed-normal {
	position: absolute;
	display: none;
	top: 100%;
	left: initial;
	z-index: 160;
	padding: 15px 15px;
	background: #ffffff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	min-width: 15em;
	*width: 15em
}

.sf-menu ul.sf-mixed-normal li {
	list-style-type: none;
	background: #ffffff;
	border-bottom: solid 1px #ececec;
	position: relative
}

.sf-bg .sf-menu ul.sf-mixed-normal li {
	background: #ffffff
}

.sf-menu ul.sf-mixed-normal a,
.sf-menu ul.sf-mixed-normal a:visited {
	border-top: 1px solid #dFeEFF;
	border-top: 1px solid rgba(255, 255, 255, .5);
	padding: 8px 10px 8px 25px;
	text-decoration: none;
	zoom: 1;
	display: block;
	color: #272425;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out
}

.sf-menu ul.sf-mixed-normal a:hover {
	background: #ef7f1a;
	color: #ffffff
}

.sf-bg .sf-menu ul.sf-mixed-normal a:hover {
	background: #a2c01a
}

.sf-menu ul.sf-mixed-normal > li:before {
	content: "";
	background: #272425;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	width: 6px;
	height: 6px
}

.sf-menu ul.sf-mixed-normal ul {
	position: absolute;
	display: none;
	top: 0;
	left: 100%;
	z-index: 160;
	padding-left: 0px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	min-width: 12em;
	*width: 12em
}

.sf-arrows .sf-mixed-normal .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em
}

.sf-arrows .sf-mixed-normal .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #000000;
	border-top-color: rgba(0, 0, 0, .5)
}

.sf-mixed-normal .sf-arrows > li > .sf-with-ul:focus:after,
.sf-mixed-normal .sf-arrows > li:hover > .sf-with-ul:after,
.sf-mixed-normal .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #e7cb0d
}

.sf-mixed-normal .sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #000000;
	border-left-color: rgba(0, 0, 0, .5)
}

.sf-mixed-normal.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-mixed-normal.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-mixed-normal.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #e7cb0d
}

.sf-menu-sel {
	text-decoration: underline !important
}

.sf-mega {
	background-color: #fff;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	width: 100%
}

.sf-mega-section {
	float: left;
	width: 25%;
	padding: 0 0 20px 0;
	margin-right: 0;
	border-right: none
}

.sf-menu .sf-mega-section h4 {
	font-size: 14px;
	color: #313131;
	margin: 5px 0 15px 0;
}

.sf-menu .sf-mega-section h4 > a {
	color: #313131;
	font-weight: 700
}

.sf-menu .sf-mega-section ul {
	padding: 0 0 0 0
}

.sf-menu .sf-mega-section li {
	list-style: none;
	padding-bottom: 5px
}

.sf-menu .sf-mega-section li a {
	color: #888888;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	transition: 0.2s ease-out
}

.sf-menu .sf-mega-section li a:hover {
	color: #333333;
	margin-left: 7px
}

.sf-menu .sf-mega-section li a:before {
	content: "\f105";
	display: inline-block;
	font-family: "FontAwesome";
	padding-right: 10px
}

.sf-mega-section-images {
	color: #606060;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 20px
}

.sf-mega-section-images strong {
	color: #c90320
}

.sf-menu li .category-thumbnail {
	width: 100% !important;
	float: none;
	clear: both;
	overflow: hidden;
	padding-right: 0
}

.sf-arrows .sf-with-ul {
	padding-right: 2em;
	*padding-right: 1em
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #000000;
	border-top-color: rgba(255, 201, 38, 4)
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #ef7f1a
}

@media (max-width:767px) {
	.sf-menu {
		display: none
	}

}

@media (min-width:768px) and (max-width:991px) {
	.sf-menu > li > a {
		font-size: 16px
	}

	.sf-menu > li > a {
		margin-right: 15px
	}

}

@media (min-width:992px) and (max-width:1199px) {
	.sf-menu {
		margin-top: 10px;
	}
	.sf-menu > li > a {
		font-size: 16px;
		margin-right: 20px;
	}

}

@media (min-width:1200px) {
}
