/*
Theme Name: Charitas
Author: Victor Tihai
Author URI: http://wplook.com/
Description: Premium HTML template for Charity, NGO, Foundation. Clean design. The themplate is 1200 grid based and 16 columns.
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, green, orange, pink, red, white, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, front-page-post-form, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blavatar
*/

@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Archivo+Narrow:400,400italic,700italic,700&amp;subset=latin,cyrillic-ext,greek-ext,vietnamese,greek,latin-ext,cyrillic);

/* 
	font-family: 'Arimo', sans-serif;
	font-family: 'Archivo Narrow', sans-serif;
*/




/*	----------------------------------------------------------
	Links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */






/*	----------------------------------------------------------
	Menu
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#branding nav {
	float: right;

}
nav select {
  display: none;
}


/* ==|== top navigation  = = = = = = = = = = = = = = = = = = = = = */

#site-navigation  ul {
	list-style-type:none;
	float:LEFT;
	/*padding: 15px 0 0 15PX;*/
	margin:0;
	font-size: 13.4px;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
}

#site-navigation  ul li {
	position:relative;
	/*display:inline-block;*/
	float:left;
	padding:11px 5px 0px 4px;
/*	margin-left:10px;*/

}

#site-navigation  ul li a {
	padding:6px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: border .5s ease-out;
}

#site-navigation  ul li a:hover, #site-navigation  ul li.current_page_item a {
	border-bottom: 4px solid #e9e9e9;
}

#site-navigation  ul li ul li a:hover, #site-navigation  ul li.current_page_item ul li a {
	border:none; 
}

#site-navigation li:hover .sub-menu{
	visibility:visible;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

}

#site-navigation  ul li.current_page_item a {
	border-bottom: 0px solid #e9e9e9;
}

ul.sub-menu {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	
	position:absolute;
	top:27px !important;
	left:0px;
	z-index:5000;
	list-style:none;
	margin:0;
	padding:0 0 5px 0 !important;
	width: auto;
	min-width:150px;
	-moz-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
	box-shadow:0 0px 8px rgba(0,0,0,0.2);
	background:#cccccc;
} 

ul.sub-menu li {
	width:100%;
	float:left;
	border-bottom: 1px solid #fff;			
	margin: 0 !important;
	line-height:100%;
	padding: 0px 0px !important;
}

ul.sub-menu li:last-child {
	border-bottom: none;
}

#site-navigation  ul.sub-menu li a {
	padding:5px 12px;
	height: auto;
	color:#000 !important;
	font-size:12px !important;
	display: block;

}

ul.sub-menu li:hover {
	border-top:none !important;
	background: #e9e8e9;
	color:#970951 !important;
}

