/*** ESSENTIAL STYLES ***/
#menu {
	/**grad--**/
	background-color: #ffffff;
	background-repeat: repeat-x;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 5;
    top: 0;
        background-image: linear-gradient(to bottom, #7F7FD8, #0000B2);/**--grad**/
	}
#menu:after {
	position:relative;
	width:100%;
	height:10px;
	display:block;
	content:'';
	background:url(../images/line-bg.png) repeat-x center top;
	}	
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sf-menu > li:first-child {
	margin-left:10px;
	border-left:none;
}
ul.sf-menu > li {
	float: left;
	z-index: 10;
	position:relative;
	border-radius:0;
	padding:2px 18px 10px 17px;
	border-left:1px solid #ccc;
	margin:13px 0 10px;
	}
ul.sf-menu > li > a {
	font-weight:normal;
	display:inline-block;
	z-index: 1;
	position: relative;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	line-height:20px;
}
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{
	color:#CA254C;
	}
.sf-menu .sf-mega {
	display: none;
	z-index: 99;
	position: absolute;
	z-index: 5;
	background-color:#7F7FD8;
	border:1px solid #c3c3c3;
	left:0;
	top:42px;
}
/*** mega menu dropdown ***/
.sf-mega-section {
	display:table-cell;
	}
.sf-mega-section >li:first-child{
	border-top:none;
	}
.sf-mega-section >li {
	position:relative;
	width:244px;
	border-top:1px solid #c3c3c3;
	}
.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:#CA254C;
	}
.sf-mega-section >li a {
	color:#fff;
	font-size:14px;
	line-height:16px;
	display:inline-block;
	padding:9px 3px 12px 10px;
	width:100%;
	}
.sf-mega-section >li ul {
	position:absolute;
	left:244px;
	width:200px;
	background:#7F7FD8;
	border:1px solid #c3c3c3;
	top:-1px;
	z-index:10;
	display:none;
	}
.sf-mega-section >li ul li:first-child{
	border-top:none;
	}
.sf-mega-section >li ul li{
	border-top:1px solid #c3c3c3;
	}
/* styling for both css and generated arrows */

.sf-mega-section .sf-with-ul:after {
	display: inline-block;
	font-family: FontAwesome;
	float:right;
	width:1em;
	font-size:14px;
	line-height:17px;
	height:16px;
	color:#252525;	
	content:'\f0d7';
	}
.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 {
	/**grad--**/
	background-color: #ffffff;
	background-repeat: repeat-x;
    color: #252525;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    padding: 15px 17px;
    position: relative;
    margin-bottom: 10px;
    background-image: linear-gradient(to bottom, #ffffff, #ececec);/**--grad**/
	}
#menu-icon:after {
	background: url(../images/line-bg.png) repeat-x scroll center top;
    content: '';
    display: block;
    height: 10px;
	top:50px;
	left:0;
    position: absolute;
    width: 100%;
}
#menu-icon:before {
	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: normal;
	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:14px;
	line-height:23px;
	color:#252525;
	vertical-align:middle;
	}
#menu-icon:hover:before {
	color:#CA254C;
	}	
#menu-icon.active:before {
	content:"\f0de";
	}
.sf-menu-phone {
	display:none;
}
.sf-menu-phone li { 
	position: relative;	
	background-color:#fff;
	}
  .sf-menu-phone li a { 
	display: inline-block;  
	color: #fff;  
	border-bottom:1px solid #e1e1e1;
  }
  .sf-menu-phone  li {   
	font-size: 19px; 
	padding: 0; 
  }
  .sf-menu-phone  li > a {
	padding: 10px 15px; 
	display: block;
	font-size:14px;
	line-height:16px;
	color:#252525;
  } 
  .sf-menu-phone li a:hover { 
	color: #CA254C; 
  } 
  .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 {
	  top: 0;
	  color:#252525; 
	  font-size:14px; 
	  line-height:33px;
	  height:36px;
	  padding:0 30px 0 20px; 
	  right:0;
  }
  .sf-menu-phone  li i.icon-angle-up:before {
	content:'\f106' !important;
  }
  .sf-menu-phone li i:hover { 
	cursor: pointer; 
	color:#CA254C;
  }
  .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 a:hover,
.sf-menu-phone li a.active   {
	color: #CA254C;
	background: #fcfcfc;
  }
  
  
