/*** ESSENTIAL STYLES ***/
.sf-menu {
 /* position: relative; */
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu .sf-mega {
  position: fixed;
  display: none;
  top: 100%;
  left: 0;
  z-index: 8;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
  
}

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


/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 0em;
  width: 100%;
}
.sf-menu .sf-mega {
	
 
  width: 100%; /* allow long menu items to determine submenu width */
}
.sf-menu > li > a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255,255,255,.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #13a;
}
.sf-menu > li {
  background: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: none;
 
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** mega menu dropdown ***/
.sf-mega {
  top: 0px !important;
  left: 0px !important;
  background-color: #948a87 !important;
  padding: 125px 0em 0px;
  box-sizing: border-box;
  width: 100% !important;
  
}
.sf-mega:before {
	position: absolute;
	top: 125px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: rgba(255, 255, 255, 0.1);
}

#topbar-wrap.small .sf-mega {
  padding: 0px 0em 0px;	
  top: 70px !important;
  
  background: rgba(255, 255, 255, 0.94);
}
#topbar-wrap.small  .sf-mega:before {
	top: 0px;
}
.sf-mega-section {
  float: left;
  width: 20%; /* optional */
  padding: 0;
  text-align: left;
  margin-right: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  height: 100%;
}






.sf-mega-section.last {
	border: 0;
	
}
.sf-mega-section .section-wrapper {
	padding: 10px 5px 10px 5px;
	
}
#top-nav a.sf-mega-section {
    padding:15px 5px 15px 5px !important;
    margin: 0;
}
.sf-mega-section .section-wrapper .section-title {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.2;
	letter-spacing: 1px;
	padding: 0 0 0 10px;
	margin: 0;
	clear: both;
	text-shadow: none;
}
.sf-mega-section .section-wrapper .section-title small {
	top: 18px;
	display: inline-block;
	position: relative;
	font-size: 0.6em;
	letter-spacing: 1px;
	line-height: 1 !important;
	margin-left: 0px;
	padding-left: 10px;
	color: rgba(255, 255, 255, .7);
}
.sf-mega-section .section-wrapper .section-title small:before {
	position: absolute;
	top: -10px;
	left: 0;
	width: 2px;
	height: 40px;
	content: '';
	background: #e3b13d;
	border-radius: 10px;
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}
.sf-mega-section img {
	margin: 30px auto 10px;
	border: 4px solid rgba(0, 0, 0, 0.03);
	
	-webkit-filter: contrast(130%) grayscale(40%);
	-moz-filter: contrast(130%) grayscale(40%);
	-o-filter: contrast(130%) grayscale(40%);
	-ms-filter:  contrast(130%) grayscale(40%);
	filter:  contrast(130%) grayscale(40%);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sf-mega-section:hover img  {
	border: 4px solid #e3b13d;
	-webkit-filter: contrast(100%) grayscale(0%);
	-moz-filter: contrast(100%) grayscale(0%);
	-o-filter: contrast(100%) grayscale(0%);
	-ms-filter:  contrast(100%) grayscale(0%);
	filter:  contrast(100%) grayscale(0%);
}

.sf-mega-section p {
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	text-transform: none;
	padding-left: 10px;
	text-shadow: none;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 15px !important;
  margin-right: 10px !important;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
  position: relative;
}

	@media (max-width: 1180px) {
		.sf-arrows .sf-with-ul {
			margin-right: 15px !important;
			 padding-right: 20px !important;
		}
	}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	font-family: FontAwesome;
  content: '\f0d7';
  color: rgba(227, 177, 61, 1);
  position: absolute;
  top: 50%;
 right: 10px;
 margin-top: -5px;
  line-height: 1;
  display: inline-block;
	font-size: 12px;
  font-style: normal;
  font-weight: normal;
  height: 0;
  width: 0;
 }
.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: rgba(0,0,0,.6); /* IE8 fallback colour */
}

#topbar-wrap.next .sf-arrows .sf-with-ul:after,
#topbar-wrap.small .sf-arrows .sf-with-ul:after {
	color: rgba(0, 0, 0, 0.15);
}


/*** Normal dropdown **/

.item-with-normal-menu {
	position: relative;
}
.item-with-normal-menu ul {
	display: none;
}
.sf-menu ul {
	position: absolute;
	top: 52px;
	left: -5px;
	margin: 0;
	min-width: 200px;
	padding: 15px 10px;
	white-space: nowrap;
	background-color: #948a87 !important;
	display:none;
	-webkit-box-shadow:  0 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow:  0 0px 10px rgba(0, 0, 0, 0.1) ;
}
.sf-menu ul:before {
	position: fixed;
	left: 0;
	width: 100%;
	content: '';
	height:auto;
}

#topbar-wrap.small .sf-menu ul {
  top: 54px !important;
}

.sf-menu ul li {
	display: block !important;
	text-align: left !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	
	
}
.sf-menu ul li:last-child {
	border:0;
}
.sf-menu ul li a {	
	display: block;
	text-transform: none !important;
	color: #fff !important;
	font-size: 0.875rem !important;
	padding:5px 10px !important;
	text-shadow: none !important;
}
.sf-menu ul li a:hover {
	color: #000 !important;
}

.sf-menu ul li a:before {
	display: none;
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0%;
	height: 5px;
	content: '';
	background: #6597ab;
	
	opacity: 0;
	-webkit-transition: left 0.3s, width 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition: left 0.3s, width 0.3s, opacity 0.3s, transform 0.3s;
}
.sf-menu ul li a:hover:before {
	display: none;
	width: 100%;
	opacity: 1;
	left: 0%;
	right: 0;
}


