#up [class^="fa fa-"] {
	color: #dfdfdf;
	background-color: transparent !important;

	
}
/* background: -o-linear-gradient(transparent, transparent) !important;  --> remove gradient in OPERA */
/* 	text-shadow: none !important;
 background: -webkit-linear-gradient(#fefffe, #858585);
	  background: -o-linear-gradient(transparent, transparent) !important; 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */



#breadcrumbcontainer li {
	color: #acacac;
	text-shadow: #fefffe 0 1px 0;
}

#breadcrumbcontainer, #navcontainer, .f-navcontainer .navcontainer ul, #footer {	
	background-color: #dfdfdf;/* for IE8 */    
        
}

/* background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, #ffffff ),
        color-stop( 0.029, #e9e9e9 ),
        color-stop( 0.516, #e0e0e0 ),
        color-stop( 0.953, #d7d7d7 ),
        color-stop( 1.0, #c8c8c8 ));

  background-image: -webkit-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: -moz-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: -ms-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: -o-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );    */

#navcontainer, .f-navcontainer .navcontainer ul, #footer {	
	background-color: #dfdfdf;/* for IE8 */
     
        
}

/* background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, #ffffff ),
        color-stop( 0.029, #e9e9e9 ),
        color-stop( 0.516, #e0e0e0 ),
        color-stop( 0.953, #d7d7d7 ),
        color-stop( 1.0, #c8c8c8 ));

  background-image: -webkit-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: -moz-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: -ms-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: -o-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );    */

#footer a, #footer p {
	color: #7b7b7b;
	text-shadow: #f4f4f4 0 1px 1px;
}

#footer a:link, #footer a:visited {
	color: #191919;
		text-shadow: #f7f7f7 0 1px 0;
}
#footer a:hover, #footer a:active {
	color: #191919;
		text-shadow: #f7f7f7 0 1px 0;
	text-decoration: underline;
}

.f-navcontainer .navcontainer li { 	background-color: transparent; }
/* opened */
.f-navcontainer .navcontainer li:last-child,
.f-navcontainer .navcontainer li:first-child {
	background-color: transparent;
}
/* opened */
/* ----------- */
.f-navcontainer #extraContainer3,
#extraContainer3 {	
		background-color: #adadad;/* for IE8 */
}

/* 	
	 background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, #ffffff ),
        color-stop( 0.018, #bfbfbf ),
        color-stop( 0.953, #a8a8a8 ),
        color-stop( 1.0, #b3b3b3 ));

  background-image: -webkit-linear-gradient(top,
        #ffffff, 
        #bfbfbf 1.8%,
        #a8a8a8 95.3%,
        #b3b3b3 );

  background-image: -moz-linear-gradient(top,
        #ffffff, 
        #bfbfbf 1.8%,
        #a8a8a8 95.3%,
        #b3b3b3 );

  background-image: -ms-linear-gradient(top,
        #ffffff, 
        #bfbfbf 1.8%,
        #a8a8a8 95.3%,
        #b3b3b3 );

  background-image: -o-linear-gradient(top,
        #ffffff, 
        #bfbfbf 1.8%,
        #a8a8a8 95.3%,
        #b3b3b3 );

  background-image: linear-gradient(top,
        #ffffff, 
        #bfbfbf 1.8%,
        #a8a8a8 95.3%,
        #b3b3b3 );

	 */

#extraContainer3 {
	border-left: 1px solid #e0e0e0;
}

#navcontainer_color {
	background-color: transparent;
}


/* ----- only text shadow below------ */

.navcontainer ul .parent:before {
	text-shadow: #f7f7f7 0 1px 0;
}

.navcontainer a {
	text-shadow: #f7f7f7 0 1px 0;
}

#extraContainer3 span.social a {
	text-shadow: #eaeaea 0 1px 0;
}

#extraContainer3 .fa a,
#extraContainer3  [class^="fa-"],
#extraContainer3  [class*=" fa-"]  {
	text-shadow: #e2e2e2 0 1px 0;
}

/* @group Toolbar corners */

#navcontainer:after, .f-navcontainer:after{
	border-right-style: none !important;
}

#navcontainer:before, .f-navcontainer:before {
	border-left-style: none !important;
}

#navcontainer:before, .f-navcontainer:before,
#navcontainer:after, .f-navcontainer:after{
	
	background-color: #dfdfdf;/* for IE8 */
      
 }

/* background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, #ffffff ),
        color-stop( 0.029, #e9e9e9 ),
        color-stop( 0.516, #e0e0e0 ),
        color-stop( 0.953, #d7d7d7 ),
        color-stop( 1.0, #c8c8c8 ));

  background-image: -webkit-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: -moz-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: -ms-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: -o-linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );

  background-image: linear-gradient(top,
        #ffffff, 
        #e9e9e9 2.9%,
        #e0e0e0 51.6%,
        #d7d7d7 95.3%,
        #c8c8c8 );   */

/* @end */











