.nav-container {
  position: relative;
  z-index: 2;
  margin-bottom:0px;
  padding:0px 0 0px 0;
  float: right;
  margin: 0;
  position: relative;
}
.sf-menu li ul a span {  white-space: normal;}
.sf-menu > li.parent > a > span {  }
.sf-menu > li.parent.sfHover > a span,
.sf-menu> li.parent  > a:hover span,
.sf-menu > li.parent.active > a span { }
.sf-menu > li.sfHover > a span,
.sf-menu > li > a:hover span,
.sf-menu > li.active > a span {  color: #E50052; background: url("../images/part-item-hover.png") repeat-x scroll 0 -5px transparent;}
.sf-menu li a:hover {  text-decoration: none; background: url("../images/part-item-hover.png") repeat-x scroll 0 -5px transparent;}

.sf-menu ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 85px;
  display: none;
  background: #1f1f1f;
 
}
.sf-menu ul:before{
  
}

.sf-menu li li {   background: none;}
.sf-menu li li.parent { background: url(../images/marker-1.html) 95% 16px no-repeat;}
/***********************************************26112013****************************************/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
ul.sf-menu li a {
	color: #888888;
	margin: 0;
	padding: 27px 20px 28px;
	background: none;
	z-index: 20;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	border-radius: 0;
	background: url("../images/part-item-hover.png") repeat-x scroll 0 -5px transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	text-shadow:none;
}
ul.sf-menu > li.sfHover > a, ul.sf-menu > li.sfHover > a:hover, ul.sf-menu > li > a:hover, ul.sf-menu > li.active > a, ul.sf-menu > li.active > a:hover {
	background-position: 0 0 !important;
	color: #E50052;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul.sf-menu li ul li a {
	padding:0.75em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	text-shadow:none;
	color:#bbbbbb !important;
}
ul.sf-menu li ul li a:hover {
	color: #E50052 !important;
}
ul.sf-menu ul li {
    border-bottom: 1px solid #111111;
    border-top: 1px solid #292929;
}
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 14em; /* allow long menu items to determine submenu width */
	*width: 14em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #BBBBBB;
    font-size: 12px;
    font-weight: 600;
    text-align: left !important;
}
.sf-menu li {
/*	white-space: nowrap;  */
/*	*white-space: normal;*/
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	
    background-color: #2D3032;
    color: #E50052 !important;

}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.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 */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
#mobnav-btn {
    display: none;
    font-size: 20px;
    font-weight: bold;
    background-color: blue;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.mobnav-subarrow {
    display: none;
}
.menusubarr {
		display: block;
		background: url("../images/subarrow.png") no-repeat scroll 100% 0px;
		font-family: "Open sans", sans-serif;
		font-size: 17px;
		line-height: 21px;
		color: #fff;
		cursor: pointer;
		position: relative;
		height:8px;
		width:5px;
		float:right;
		margin-top:5px;
    }
@media only screen and (min-width: 979px) {
    #menu-icon,
    .sf-menu-phone {  display: none !important;}
}
@media only screen and (max-width: 979px) {

  /* menu icon */
  #menu-icon {
    display: block;
    background: url(../images/menu-icon-bg.png) 95% 11px no-repeat;
    font-family: "Open sans", sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #2f2f2f;
    cursor: pointer;
    padding: 13px 0 0 10px;
    height: 33px;
    position: relative;
    margin: 0 10px;
  }

  #menu-icon.active { background-position: 95% -47px;  }

  .sf-menu-phone {
    background: #373737;
    position: relative;
    padding: 0;
    z-index: 2;
    margin: 2px 0 0;
  }
  .sf-menu-phone li {  position: relative; font-size: 13px; font-family: 'Open sans', sans-serif;  }
  .sf-menu-phone > li {    }
  .sf-menu-phone > li > a {display: block; }
  .sf-menu-phone li a { display: block; padding: 10px 20px; border-bottom: 1px solid #4b4b4b; font-weight: normal;  color: #fff;  }
  .sf-menu-phone li a:hover { background: #494949 }
  .sf-menu-phone li li {font-size: 13px; padding: 0;}
  .sf-menu-phone li li.last { padding-bottom: 0 !important;  }
  .sf-menu-phone li strong {
    position: absolute;
    display: block;
    background: url(../images/toogle-button2.png) center -54px no-repeat;
    top: 4px;
    right: 0;
    height: 24px;
    width: 24px;
  }
  .sf-menu-phone > li > strong {top: 8px; right: 10px;}
  .sf-menu-phone li strong:hover { cursor: pointer; }
  .sf-menu-phone li strong.opened { background-position: center 7px; }

  /* dropdown */
  .sf-menu-phone ul {  width: auto;  padding:0 20px 10px 20px;  display: none;  }
  .sf-menu-phone > li.active > a > span {color: inherit;}
  .sf-menu-phone > li.active > a,
  .sf-menu-phone > li > a:hover { color: #fff;  }

  .sf-menu-phone li li.active > a,
  .sf-menu-phone li li a:hover {color: #fff;}
}



@media only screen and (min-width: 978px) and (max-width: 1200px) {

}

@media only screen and (min-width: 768px) and (max-width: 979px) {

    #menu-icon,
    .sf-menu-phone {margin-left: 0; margin-right: 0;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #menu-icon {  background-position: 96% 11px; }
  #menu-icon.active { background-position: 96% -47px;}
}


@media only screen and (max-width: 979px) {
  .nav-container { clear: both; float: left; padding: 0; border-top: solid 1px #fff; margin-bottom:5px; width:100%;}
  .header-row{ padding-bottom: 0;}
}

@media only screen and (max-width: 979px){
	.pad20{
		padding:0px !important;
	}
    #mobnav-btn {
		display: block;
		/*background: url("../images/righette.png") no-repeat scroll 0 0 #007CC2;*/
		background:#E5E5E5;
		font-family: "Open sans", sans-serif;
		font-size: 17px;
		line-height: 21px;
		color: #333;
		cursor: pointer;
		padding: 7px;
		position: relative;
		

    }
	#mobnav-btn i {
		font-size: 17px;
		color: #333;
		cursor: pointer;
    }
    .mobnav-subarrow, .mobnav-subarrow1 {
    position: absolute;
    display: block;
    background: url(../images/toogle-button2.png) center -54px no-repeat #000;
    top: 8px;
    right: 10px;
    height: 24px;
    width: 24px;
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
    }
	ul.sf-menu li a {
	color: #fff;
	display: block;
	background: none;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	border-radius: 0;
	background: url("../images/part-item-hover.png") repeat-x scroll 0 -5px transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	text-shadow:none;
	z-index:auto;
	padding:1em;
	background-color:#373737;
	border-bottom:1px solid #666;
}
.sf-menu ul li ul li a:hover {
    background-color: #2D3032;
    color: #E50052;
    display:block;
}


    .sf-menu {
        width: 100%!important;
        display: none;
    }
    .sf-menu.xactive {
        display: block!important;
    }
    .sf-menu li, .sf-menu li ul li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a, .sf-menu li ul li a {
        float: none!important;
    }
    .sf-menu ul,.sf-menu ul ul, .sf-menu ul ul ul {
        position:static!important;
        display: none!important;
		padding: 17px 17px 5px;
    }
    .xpopdrop ul {
        display: block!important;
		width:auto;
    }
	li.xpopdrop .mobnav-subarrow {
    background-position: center 7px;
	}
	li.xpopdrop1 ul, .xpopdrop1 ul ul {
        display: block !important;
		width:auto !important;
    }
	li.xpopdrop1 .mobnav-subarrow1 {
    background-position: center 7px;
	}