@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'NunitoRegular';
    src: url('webfontkit/nunito-regular-webfont.eot');
    src: url('webfontkit/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/nunito-regular-webfont.woff') format('woff'),
         url('webfontkit/nunito-regular-webfont.ttf') format('truetype'),
         url('webfontkit/nunito-regular-webfont.svg#NunitoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background-color:#e1e1e1;
}
#Header{
	float:left;
	width:100%;
}
.footer_menu2{
	top:auto;
	bottom:0px;
	left:0px;
	width:100%;
	margin-top:2px; 
	background-color:#282217;
	position:absolute;
	position:fixed;
}
.logo{
	float:left;
	width:auto;
}
.RightNav{
	float:right;
	background-color:#fecf2c;
/*	background-color:rgba(255,203,23,0.8); */
}
.RightNavContainer{
	position:absolute;
	right:32px;
	float:right;
	margin-top:-30px;
	z-index:2000;
}
.container{
	position:relative;
	
}
.ShowHide{
	clear:both;
	float:right;
	padding:4px 8px;
	background-color:#514C40;
	border-top:1px solid #e1e1e1;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	font-family:NunitoRegular;
	font-size:16px;
}
.ShowHide:hover{
	background-color:#000;
}
.Close{
	float:right;
	padding:4px 8px;
	background-color:#514C40;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	font-family:NunitoRegular;
	font-size:16px;
	margin-left:10px;
	
}
.Close:hover{
	background-color:#000;
}
.RightNav a{
	font-family:NunitoRegular;
	float:left;
	padding:4px 10px;
	font-size:16px;
	color:#333;
}


.link{
	float:right;
	position:relative;
	line-height:44px;
	padding:0;
	margin-top: 25px;
	font-size:20px;
	color:#000;
	font-family:NunitoRegular;
	cursor:pointer;
	margin-bottom:10px;
    width:746px;
	overflow:hidden;
	cursor:default;
	display:none;
}
.link img{
	border:1px solid rgba(0,0,0,0)
}
.link img:hover{
	border:1px solid #fff;
}

.link1{
	background-color:rgba(40,34,23,0.7);
	float:left;
	position:relative;
	line-height:26px;
	padding:0;
	font-size:20px;
	color:#FFF;
	font-family:NunitoRegular;
	cursor:pointer;
	margin-bottom:2px;
    width:100%;
	overflow:hidden;
	z-index:20;
}
.link1:hover{
	background-color:#282217;
}
.NavContainer{
	position:absolute;
	position:fixed;
	bottom:23px;
}
.lower_pannel{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	float:right;
	border-right:1px solid #FFF;
	padding: 5px 10px;
}
.lower_pannel a{
	color:#fff;
	margin-right:8px;
	margin-left:4px;	
	float:right;
}

@media screen and (max-width :980px) {
}