

/****** Header Top ******/

.header-top {
	height:142px;
	/* border-bottom: 1px solid #173758; */
	/*background-image: url("image/header_bkg.png");*/
	background-color: #C7B299;
	background-repeat: no-repeat;
    background-position: center top;
}

.top-nav {
	position: relative;
    top: 58px;
    float: right;
    right: 10px;
}

.header-top ul {
	float:left;
	display:block;
}

.header-top li {
	float:left;
	list-style-type:none;
  line-height: 38px;
}

.header-top .btn-primary {
  color: #f2eedc;
  background-color: #8c4035;
  border-color: #8c4035;
line-height: 21px;
    font-weight: bold;
  
}

.header-top a {
	display:block;
	/* color:#fff; */
	font-size: 13px;
	font-weight:bold;
	color: #444;
	text-transform:uppercase;
	padding: 0 10px;
	font-family: 'pn-semi' sans-serif;
	letter-spacing: .7px;
}

.header-top a .fa {
  font-size: 22px;
    line-height: 38px;
    color: #8c4035;
}

.social-media a {
	font-family: 'entypo-social', serif;
	color:#fff;
	font-size:50px;
	line-height:12px;
}

.less-space-left a {
	padding-left:0;
}

.header-top a:hover {
	color:#0E3B64;
}

.header-top li.current-menu-item a {
	color:#444;
}

.entypo-facebook, entypo-twitter {
	font-family: 'entypo-social';
	color: #a1a9c5;
	font-size: 21px;
	line-height: 35px;
	padding: 0 15px;
}

.entypo-facebook:before {
	content:'\F30C';
	}
	
.entypo-twitter:before {
	content:'\F30C';
}

.entypo-facebook a {
	}




/****** Header Bottom ******/

.header-bottom {
	background: #0E3B64;
}

.header-bottom a {
	display:block;
	/* color: #6c9ccd; */
	zfont-family: 'pn-semi', sans-serif;
	font-weight:bold;
	font-size: 13px;
	/* line-height: 22px; */
	/* font-weight: normal; */
	color: #fff;
	text-transform:uppercase;
	padding: 20px 11px 15px 11px;
	letter-spacing: 0.5px;
}

.header-bottom a:hover {
	color:fff;
}

.header-bottom li {
	list-style-type:none;
	float:left;
}

.header-bottom .current-menu-item a {
	color:fff;
}

.side-nav .current-menu-item a {
	border:none;
}

.header-bottom .current-menu-parent a {
	/* border-top:2px solid #4a88be; */
	/* margin-top: -2px; */
	color: #ffffff;
}

.header-bottom .current-menu-parent li a {
	border:none;
}

.header-bottom .current-menu-item li a {
	border:none;
}




	
/****** Dropdowns ******/	
	


.header-bottom ul.menu {
 position: relative;
 z-index: 597;
 /*float: left;*/
}

.header-bottom ul.menu li {
 float: left;
 min-height: 1px;
 line-height: 1.3em;
 vertical-align: middle;
 
}

.header-bottom ul.menu li.hover,
.header-bottom ul.menu li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

.header-bottom ul.menu ul {
	display:block;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 598;
	margin: 0;
	list-style: none outside none;
	background-color: #2e6fab;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); 
	background-clip: padding-box;
	
	
	/* border-radius: 0px 0px 6px 6px;
	
	
	*/
	white-space: nowrap;
 
}

.header-bottom ul.menu ul li {
 	float: none;
 	border:none;
 
}

.header-bottom ul.menu ul li a {
	
	color:#d4e3f1;
	padding:17px;
	border-bottom:1px solid #407cb4;
	background-color: #2e6fab;
	
	
}

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


.header-bottom ul.menu ul li a:hover {
	background-color:#20588d;
}


.header-bottom ul.menu ul ul {
 top: 1px;
 left: 99%;
}

.header-bottom ul.menu li:hover > ul {
 visibility: visible;
 z-index: 599;
}