@charset "utf-8";
/* CSS Document */

body{margin:0px;
padding:0px;
background-color:#f2ead3;}

.heder{height:100%;
width:100%;
padding:0px;
}
 .logo{margin-top:0px;
 margin-left:10%;
 float:right;
 }
 
 
.head-top{position:absolute;
z-index:99999;

bbackground-color:#00C;
}
 .menu{
	 width:100%;
	 height:40px;
	 font-size:12px;
	 ffloat:right;
	 margin-top:0px;
	 mmargin-right:3%;
	 margin:0 auto;
	 background-color:#ac8205;
	 border-bottom-left-radius:10px;
	 border-bottom-right-radius:10px;
	 color:#FFF;
	 font-family:Tahoma, Geneva, sans-serif;
	 font-weight:bold;
	 padding:10px;
	 background-image:url(../images/m_bg.jpg); background-repeat:no-repeat; background-position:left;}
	 
 .menu ul li{ display:inline;
 float:left;
 padding-right:15px;
 padding-bottom:10px;
 color:#FFF;
 }
 
 .menu ul li a:hover{ text-decoration:none;color:#FF0;}
 
 .menu ul li a{color:#FFF;}
 
 .top-social-right {
	float:left;
	width: 230px;
	height: 20px;
	color: #920;
	margin-right:10%;
	margin-top:10px;
	bbackground-color: #0F0;
}

 .top-social-right ul li {
	 display:inline;}





.down-social-right {
	float: left;
	width: 250px;
	height: 20px;
	color: #920;
	mmmargin-right:168px;
	margin-top:15px;
	bbackground-color: #0F0;
}

 .down-social-right ul li {
	 display:inline;}

.login{width:350px;
height:300px;
background-color:#ebd696;
opacity: 0.8;
margin:150px auto 0px auto;
border-radius:10px;
text-align:center;
padding:25px;}

	 
	 

.footer{min-height:50px; background-color:#ac8205; background-image:url(../images/f_bg.jpg); background-repeat:no-repeat; background-position:right;}
.footer p{float:right; margin-right:100px; margin-top:18px; color:#CCC;}
























@media (max-width: 768px) {
.menu{ background-color:#feccb4;
width:100%;
margin:10px auto;
margin-top:0px;
position:fixed;
left:0px;
float:none;


}
.about_cont{ background-image:none;}
.abuot_title{ min-height:50px;}

 .menu ul li a{font-weight:bold; border-right:#e8a585 solid 2px;}
 

 
 .footer p{ float:none; text-align:center; margin-right:0px;}
 
 
 .digtal_title{
	min-height:50px;
	padding-left:5%;
 }
 
  .menu ul li{ display:inline;
 float:left;
 padding-right:5px;
 padding-top:10px;
 padding-bottom:10px;
 }
 
}