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


@font-face {
  font-family: 'OpenSansSemi';
  src:url(../fonts/OpenSans-Semibold.ttf);
  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: '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;
}
@font-face {
  font-family:'CRILLEE';
  src:url(../fonts/CRILLEE.TTF);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'OpenSans-ExtraBold';
  src:url(../fonts/OpenSans-ExtraBold_0.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'bookosb';
  src:url(../fonts/BOOKOSB.TTF);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'Timeb';
  src:url(../fonts/Time%20Roman%20Bold.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;
	background:url(../images/background_one.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
	z-index:99999;
	background:rgba(255,255,255,1);
	}
.logowraper {
	height:145px;
	background:#cfc068;
}
.logowraper h3 {
	  font-family:'bookosb';
	  color:rgba(0,0,0,1);
	  text-shadow:1px 1px 1px #FFF, -1px -1px 1px #FFF,2px 2px 1px #FFF, -2px -2px 1px #FFF,2px -2px 1px #FFF, -2px 2px 1px #FFF,3px 3px 1px #FFF,-3px -3px 1px #FFF,3px 3px 3px #FFF,-3px -3px 3px #FFF,-3px 3px 3px #FFF,-3px 3px 3px #FFF;
	  font-size:26px;
	  line-height:24.24px;
	  margin-top:55px;
	 
}
.logo {
	float:left;
	padding-top:5px;
	margin-left:0;
}
.logo h1 {
	font-size:46px;
	line-height:44px;
	font-family:'Timeb';
	color:#282728;
	padding-left:20px;
}
.menuwrapper {
	width:350px;
	height:auto;
	
	margin-top:10px;
	float:right
}
.arrowleft {
	padding-top:12px;
	padding-left:20px;
	float:left;
}

.add {
	padding:0px;
}

#hide {
	display:block;
}
#show {
	display:none;
}
.header {
	height:118px;
	background:url(../images/headerimg.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.barwrap {
	background:#282728;
	margin-top: 118px;
	display:none;
	
}
.barwrap1 {
	background:#cfc068;
	margin-top: 0px;
	display:none;
	color:rgba(255,255,255,1);
	
}
.bar2 {
	display:inline-block;
	float:left;
	cursor:pointer;
}
.barwrap1 h4{
	display:inline-block;
	margin-top:-5px;
	
}
.header-text{
	font-size:24px;
	line-height:24px;
	color:#e8b54a;
}
.main-container{
	width:960px;
	min-height:auto;
	
}
.menu {
	 font-family: 'OpenSansSemi';
    font-size: 18px;
    line-height: 20px;
    float: right;
    margin-top: -55px;
	}
	.menu ul, .tmenu ul {
		list-style-type: none;
    margin: 0;
    padding: 0;


	}
	.menu ul li {
		
		padding:10px;
		padding-top:5px;
		padding-bottom:5px;
		
		 display: inline;
	}
	
	.menu ul li a, .tmenu ul li a {
		color:#000000;
		text-decoration:none;
	}
	.menu ul li:hover{
		background:#d27832;
		border-radius:10px 10px 10px 10px;
	}
	.menu ul .active{
		
		background:#d27832;
		border-radius:10px 10px 10px 10px;
	}
	
	.bars {
		color:rgba(255,255,255,1);
		float:right;
		margin-top:-50px;
		padding-right:20px;
		display:none;


}
.wrapper {
	background:#FFF;
	padding-top:20px;
	padding-bottom:20px;
}
.content .headline {
	background:#6990c9;
	padding:2px;
}

.content h3 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
	line-height:24px;
	color:#FFFFFF;
	  font-family:'OpenSans-ExtraBold';
}
.content h4 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;
	line-height:20px;
	color:#FFFFFF;
	  font-family:'OpenSans-ExtraBold';
	  padding-left:10px;
}

.headline h3:before {
    content:url(../images/arrow.png);
	padding:0px 10px;
}
.content .detail {
	background:#e8eef9;
	padding:20px;
	margin:20px 0;
	width:100%;
	
}
 .detail1, .post {
	background:#e8eef9;
	padding:20px;
	margin:20px 0;
	font-size:16px;
	line-height:25px;
	min-height:200px;
	
}
.readmore1, .readmore2, .readmore3, .readmore4,.readhide1, .readhide2, .readhide3, .readhide4 {
	display:none;
}
.readshow1, .readshow2, .readshow3, .readshow4,.readhide1, .readhide2, .readhide3, .readhide4  {
	cursor:pointer;
	color:rgba(255,0,0,1);
}
.content .detail  p {
	text-align:justify;
	font-size:18px;
	line-height:24px;
	color:rgba(0,0,0,1);
}
.content .detail  img {
	float: right;
	padding:20px;
	padding-top:0px;
	padding-right:0px;
	
}
.content img {
	display:inline-block;
}
.wrapper p {
	font-size:14px;
	line-height:24px;
	color:#fe0000;
	 font-family: 'OpenSans';
}
 .detail1 p,.post  p{
	 /*text-align:justify;*/
	 font-size:13px;
	line-height:16px;
	color:rgba(0,0,0,1);
}
.wrapper .img1 {
	padding:0;
	margin:0;
	padding-right:2%
	
}
.wrapper .img2 {
	padding:0;
	margin:0;
	padding-left:2%
	
}
.wrapper .imgage {
	margin:20px 0px;
    border: 1px solid #ccc;
    float: left;
   
}
.wrapper .img {
	margin:20px 25px;
    border: 1px solid #ccc;
    float: left;
	 height:150px;
   
}
.imgage {
	 width: 100%;
	height:200px;
}
.wrapper .img:hover,.wrapper .imgage:hover{
  
}

.wrapper .img img {
    width: 100%;
  height:150px;;
}
.wrapper .imgage img {
    width: 100%;
  height:200px;;
}
.wrapper .desc {
    padding: 15px;
    text-align: center;
}
.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:0px;
	
	text-decoration:none;
}
.content .img-responsive {
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
  .item {
	  margin:0 auto;
  }
.footer {
	background:#000000;
	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;
}
.title {
	padding-top:30px;
}
.submenu {
	width:100%;
	margin:0;
	padding:0;	
}
.tag {
	float:right;
}
.submenu {
	width:100%;
	padding:10px;
	background:#cfc068;
	margin:0;
	padding:0;
	
	
}
.submenu ul {
	list-style:none;
	 margin: 0;
    padding: 0;

}
.submenu ul li{
	padding:5px;
	border-bottom:solid thin #2d4458;
}

.submenu ul li a{
	color:rgba(255,255,255,1);
	text-decoration:none;
}
.submenu ul li:hover{
		background:#d27832;
		border-radius:0px;
	}
	.submenu ul .active{
		
		background:#d27832;
		border-radius:0px;;
	}

.bolgindex .submenu {
	background:none;
}
.bolgindex .submenu ul a {
	color:rgba(0,0,0,1);
}
.bolgindex .submenu ul li:hover {
	background:#6990c9;
}
.bolgindex .submenu ul a:hover {
	color:rgba(255,255,255,1);
	text-decoration:none;
}
.bolgindex .submenu ul .active{
			color:rgba(255,255,255,1);
		background:#6990c9;
	}
	.bolgindex .submenu ul a .active{
			color:rgba(255,255,255,1);
	}
.ebooks ul,.ebooks p {
	padding-top:10px;
	
}
.detail a {
	text-decoration:underline;
}
.container-4{
 

  vertical-align: middle;
  white-space: nowrap;
}
.content .post img{
	float:none;
	
}
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}
 a {
	cursor:pointer;
}
.post form{
	display:inline;
}