@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: '321impact';
  src: url('../fonts/321impact.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '321impact';
  src: url('../fonts/321impact.ttf')  format('truetype'), url('../fonts/321impact.svg#321impact') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url('../fonts/OpenSans-BoldItalic.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url('../fonts/OpenSans-BoldItalic.ttf')  format('truetype'), url('../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src:url(../fonts/OpenSans-Regular_0.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Italianate';
  src:url(../fonts/Itali__.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'karla';
  src:url(../fonts/KAJHCSH_2.TTF);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PerryGothic';
  src:url(../fonts/PERRYGOT_0.TTF);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arial';
  src:url(../fonts/arial.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pakenham';
  src:url(../fonts/pakenham.ttf);
  font-weight: normal;
  font-style: normal;
}
.reset {
	margin:0;
	padding:0;
}
body {
	width:100%;
	font-family: 'OpenSans', sans-serif;
	color: #000;
  	font-size:16px;
	line-height:24px;
	
	
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
	z-index:99999;
	background:rgba(255,255,255,1);
	}
.logowraper {
	height:98px;
}
.logo {
	float:left;
	padding-top:12px;;
}
.menuwrapper {
	width:340px;
	height:50px;
	background:#dca44c;
	margin-top:20px;
	float:right
}
.arrowleft {
	padding-top:12px;
	padding-left:20px;
	float:left;
}
.menu {
	font-family: 'pakenham';
	color:rgba(255,255,255,1);
	padding:15px;
	font-size:30px;
	float:left;
	}
	.right {
	padding:12px;
	float:right;
	}
	.bars {
	cursor:pointer;
}
.tonglemenu {
	position: relative;
	background:#999;
	z-index:99999;
	width:340px;
	padding:0px 3px;

	margin-top:50px;
	display:none;
	
}
.leftmenu {
	float:left;
	width:30%;
}
.rightmenu {
	float:right;
	width:30%;
}
	
.tonglemenu  ul {
	 list-style:none;
	padding:0;
	margin:0 auto;
	text-align:center;
}
.tonglemenu ul li{
	border-bottom:rgba(102,102,102,1) solid thin;
	padding:10px;
	
}
.tonglemenu ul li a{
	color:rgba(255,255,255,1);
	text-decoration:none;
}

.tonglemenu ul li .active{
	color:#140a66;
}
.tonglemenu ul li:hover,.tonglemenu ul li:hover .active {
	background:#140a66;
	color:rgba(255,255,255,1);
	
	
}
.tonglemenu p {
	color:rgba(255,0,0,1);
	background:rgba(255,255,255,1);
	border-bottom:rgba(102,102,102,1) solid thin;
	display:none;
}
.add {
	padding:10px;
}

#hide {
	display:block;
}
#show {
	display:none;
}
.header {
	height:295px;
	background:rgba(0,0,0,1);
}
.headerimg {
	background:url(../images/anti_banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height:295px;
	margin:0;
	padding:0;
	
	
}
.header-text {
	background:rgba(20, 10, 102, 0.3);
	font-size:38px;
	line-height:36px;
	font-family: 'pakenham';
	color:rgba(255,255,255,1);
	margin-top:160px;
	margin-left:32px;
	width:700px;
	padding:10px;
	
	
}
.currentpage {
	text-transform:uppercase;
	margin-top:-15px;
	font-size:14px;
	color:#140a66;
	text-decoration:underline;
	 -moz-text-decoration-color:#dca44c; /* Code for Firefox */
    text-decoration-color:#dca44c;
	 font-weight: bold;
	
}
.header-text span {
	color:#e8b54a;
}
.main-container{
	width:960px;
	min-height:auto;
	
}
.wraper {
	background:#f1efd7;
	padding-top:20px;
	padding-bottom:20px;
}
.banner {
	background:#c0c0c0;
	height:110px;
	padding-top:20px;
	
}
.bannerimg {
	float:left;
	width:25%;
	padding:15px;
}
.bannertext {
	color:#140a66;
	float:left;
	width:75%;
	padding:15px 0px;
	font-size:16px;
	line-height:24px;
}
.content {
	padding-top:20px;
	text-align:justify;
	text-decoration:none;
}
.content .img-responsive {
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
.footer {
	background:#04064a;
	height:auto;
	font-family: 'arial';
	color:#acacac;
}
.footerleft{
	float:left;
	width:52%;
	padding:10px;
}
.footerright{
	text-align:center;
	float:right;
	width:48%;
	padding:10px;
}
.footerright p {
	color:rgba(255,255,255,1);
}
.footerright span {
	font-style: italic;
}
#sub-frame-error {
	display:none;
}