/*** ESSENTIAL STYLES ***/
#menu {
	position:relative;
	/**grad--**/
	background-color: #3e3e3e;
	background-image: -moz-linear-gradient(top, #3e3e3e, #010101);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e3e3e), to(#010101));
	background-image: -webkit-linear-gradient(top, #3e3e3e, #010101);
	background-image: -o-linear-gradient(top, #3e3e3e, #010101);
	background-image: linear-gradient(to bottom, #3e3e3e, #010101);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e3e3e', endColorstr='#ff010101', GradientType=0);
	/**--grad**/
	line-height:0;	
	}
#menu:after {
	position:absolute;
	display:block;
	top:100%; left:0;
	width:100%; 
	height:30px;
	content:'';
	background: url(../image/shadow-menu.png) left top repeat-x;
	}
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display:inline-block;
}
ul.sf-menu > li {
	float: left;
	z-index: 10;
	position:relative;
	border-radius:0;
	border-right:1px solid #6e6e6e;
	}
ul.sf-menu > li > a {
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	display:block;
	z-index: 1;
	position: relative;
	font-size:17px;
	height: 46px;
    line-height: 41px;
	color:#fff;
	text-decoration:none;	
	text-transform:uppercase;
	padding:0;	
	max-width:184px;
	text-align:center;
}
ul.sf-menu > li > a > span {
    display: inline-block;
	line-height:18px;
    padding: 0 17px 0;
    position: relative;
    vertical-align: middle;
}
ul.sf-menu > li.current>a, ul.sf-menu > li>a:hover, ul.sf-menu > li.sfHover>a, ul.sf-menu > ul > li.active>a  {
	/**grad--**/
	background-color: #fc273c;
	background-image: -moz-linear-gradient(top, #fc273c, #9a2934);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fc273c), to(#9a2934));
	background-image: -webkit-linear-gradient(top, #fc273c, #9a2934);
	background-image: -o-linear-gradient(top, #fc273c, #9a2934);
	background-image: linear-gradient(to bottom, #fc273c, #9a2934);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc273c', endColorstr='#ff9a2934', GradientType=0);
	/**--grad**/
	}
.sf-menu .sf-mega {
	display: none;
	z-index: 99;
	position: absolute;
	background-color:#fff;
	border:1px solid #ededed;
	box-shadow:0 0 15px rgba(0,0,0,.15);
	-moz-box-shadow:0 0 15px rgba(0,0,0,.15);
	-webkit-box-shadow:0 0 15px rgba(0,0,0,.15);
	padding:10px 0;
	left:-1px;
	top:100%;
}
.sf-menu .sf-mega li{
	margin-left:20px;
	margin-right:20px;
}
/*** mega menu dropdown ***/
.sf-mega {
  padding:15px 0;
}
.sf-mega-section {
	display:table-cell;
	}
.sf-mega-section >li {
	position:relative;
	display:inline-block;
	padding:10px 0;
	width:240px;
	line-height:20px;
	border-top:1px dotted #d3d3d3;
	}
.sf-mega-section >li:first-child {
	border-top:none;
	}
.sf-mega-section >li a:hover, .sf-mega-section >li.sfHover>a, .sf-mega-section >li.current>a, .sf-mega-section li a.current {
	color:#fc273c;
	}
.sf-mega-section >li a {
	color:#333;
	font-size:13px;
	line-height:16px;
	}
.sf-mega-section >li ul {
	position:absolute;
	left:260px;
	width:200px;
	background-color:#f6f6f6;
	border:1px solid #ededed;
	padding:15px 20px;
	top:-10px;
	z-index:10;
	display:none;
	}
.sf-mega-section >li ul li{
	padding:6px 0px
	}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul>span:after {
	content:'\f107';
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height:0px;
	height: auto;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: middle;
	width:1.1em;
	font-size:14px;
	margin-left:3px;
	color:#fff;
}
.sf-mega-section .sf-with-ul:after {
	position:absolute;
	right:0;
	background: none;
	display: inline;
	font-family: FontAwesome;
	font-weight: normal;
	line-height:16px;
	height: auto;
	margin-top: 0;
	text-decoration: inherit;
	width:1em;
	padding-left:3px;
	margin-left:6px;
	color:#777;
	content:'\f105';
	font-size:14px;
	}
.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: white; /* IE8 fallback colour */
	}
/*****************************************************/
#menu-icon {
	cursor: pointer;
	display: block;
	font-size: 16px;
    line-height: 19px;
    padding: 14px 18px;
	color:#fff;
	/**grad--**/
	background-color: #3c3c3c;
	background-image: -moz-linear-gradient(top, #3c3c3c, #030303);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c3c3c), to(#030303));
	background-image: -webkit-linear-gradient(top, #3c3c3c, #030303);
	background-image: -o-linear-gradient(top, #3c3c3c, #030303);
	background-image: linear-gradient(to bottom, #3c3c3c, #030303);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff030303', GradientType=0);
	/**--grad**/
	font-weight: 600;
	font-family: 'Roboto',sans-serif;
	text-transform: uppercase;
	position:relative;
}
#menu-icon:hover:after {
	color: #fc273c;
}
#menu-icon:after {
	float:right;
	content:"\f0d7";
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: 19px;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	width: 1.25em;
	font-size:13px;
	color:#fff;
	vertical-align:middle;
	}
#menu-icon.active:after {
	content:"\f0d8";
	}
.sf-menu-phone {display:none;}
.sf-menu-phone li { 
	position: relative;	
	background-color:#eee;
	}
  .sf-menu-phone li a {
	font-family: 'Roboto',sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	display: inline-block; 
	text-transform:uppercase;
	color: #777;  
	font-weight:500;
  }
  .sf-menu-phone li.parent ul {
	border-top:1px solid #e0e0e0;
  }  
   .sf-menu-phone> li ul li {
	background-color:#eee;
  }
  
  .sf-menu-phone  li {   font-size: 19px; padding: 0; }
  .sf-menu-phone  li > a {padding: 13px 15px; display: block;}
  .sf-menu-phone  li li  a {padding: 13px 15px 13px 25px; display: block;}
  .sf-menu-phone  li li li a {padding: 13px 15px 13px 35px; display: block;}
  .sf-menu-phone li a:hover { color: #B90100; }
  .sf-menu-phone li li {font-size: 14px;}
  .sf-menu-phone li li.last { padding-bottom: 0 !important;  }
  .sf-menu-phone li i {
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	height: 24px;
	width: 24px;
  }
  .sf-menu-phone  li  i {display:inline-block; top: 0;color:#333; font-size:13px;line-height:43px; height:44px; padding:0 30px 0 20px; right:0}
  .sf-menu-phone  li i.icon-caret-up:before {content:'\f0d8' !important}
  .sf-menu-phone li i:hover { cursor: pointer; color:#fc273c;}
  .sf-menu-phone li i.opened { background-position: center 7px; }

  /** dropdown **/
  .sf-menu-phone ul {  width: auto;  padding: 0px 0px;  display: none;  }
  .sf-menu-phone  li.active > a > span {color: inherit;}
  .sf-menu-phone  li.active > a, .sf-menu-phone  li:hover > a { color: #fc273c; background: #dedede; }

  .sf-menu-phone li li.active > a, .sf-menu-phone li li > a.active
  .sf-menu-phone li li a:hover {color: #fc273c; background: #dedede;}
  
  .sf-arrows1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: 0;
    margin-left: 3px;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: middle;
    width: 1.1em;
}