@font-face{
  font-family: 'lato-light';
  font-style: normal;
  src:url('../fonts/Lato-Light.ttf')format('truetype');;
}
html,
body{
  font-family:'lato-light';
  height: 100%;
}

.wrapper {
	width: 100%;
  margin: 0px;
  padding:0px;
  overflow: hidden;
}
.header .logo h1 {
  margin: 11px 0px;
  padding: 0px;
  margin-left: 100px;
}

.nav {
	position: absolute;
 top: 60px;
 right: 80px;
 width: 60%;
}
.nav li {
  float: left;
  width: 100px;
  border-right: 1px #A8B4B9 solid;
  text-align: center;
  width: auto;

}
.nav li:last-child {
	border-right: 0px;
}

/* Begin Slide Part */
.slideshow {
	margin:5px 0px 60px 0px;
}
.imginslider img {
	width: 100%;
	height: 10% !important;
	margin:0px auto; 
  min-height: 750px;
  max-height: 750px;
}




.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel-caption{
  background-color: rgba(0 ,0 , 0,0.33);
  margin-bottom: 40px;
}
.carousel-caption h2 {
  color: #4696FF;
  font-size: 60px;
  margin: 10px 0px 10px;;
  font-weight: bold;
}
.carousel-caption p {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* End Slider Part */

.post {
  border-bottom: 2px #eee solid;
  padding: 0px 30px;
  margin: 0px 20px;
  position: relative;
}
.title {
	font-size: 34px;
 font-family: cursive;
}
.detail-post  {
  width: 100%;
  margin-bottom: 20px;
}
.detail-post span {
 margin: 0px 50px 0px 0px;
}
.imgcontent img {
  width: 100%;
  height: 250px;
}
.content {
	padding-top: 21px;
}
.more {
 height: 20px;
 width: 100px;
 background: #eee;
 text-align: center;
 margin: 20px 0px;
 font-size: 14px;
}
.more a {
	width: 100%;
	height: 100%;
}
.date {
  position: absolute;
  margin-left: -90px;
  height: 90px;
  top: 20px;
  background: #F9F9F9;
  text-align: center;
  font-size: 16px;
  width: 60px;
  box-shadow: inset 0px 0px 16px #ECECEC, 0px 0px 10px #F9F9F9;
  font-weight: bold;
  border-top: 1px #C5C5C5 solid;
  border-bottom: 1px #C5C5C5 solid;
  border-left: 1px #C5C5C5 solid;
  padding: 10px;
}
.paging {
	padding:10px 70px; 
}
.sidebar{
	border-left: 1px #eee solid;
	padding-left: 33px;
}
.comment {
	margin: 10px 20px 0px 50px;
}

/* Begin Top menu */
.header .topnav  ul li {
  display: inline-block;
  width: auto;
  float: right;
  background-color: rgba(255, 255, 255, 0.44);
  padding: 5px 11px;
  margin: 5px 11px;
  position: relative;
  transition: All 0.3s;
}
.header .topnav  ul li:hover {
  background-color: #fff;
}
.header .topnav ul li:hover > ul {
  display: block;
  transition:1s all;
}
.header .topnav ul li ul {
  display: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 11111;
  width: 100%;
}
.header .topnav  ul li ul li {
  display: block;
  background: rgba(255, 255, 255, 0.44);
  padding: 5% 11px;
  width: 100%;
  margin: 2px auto;
  text-align: center;
  top: 5px;
  left: -11px;
}
.header .topnav  a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.header .navbar-default {
  background-color: transparent;
  border: none;
}
/* End Top menu */
.navbar-default.navbar-shrink {
  background-color: rgba(90, 90, 90, 0.33);
}

.navbar-default.navbar-shrink .navbar-brand {
  font-size: 1.5em;
}

.feature {
  padding: 100px 0px;
}
.feature .item-feature {
  text-align: center;
}
.feature .item-feature img {
  height: 160px;
  width: 160px;
  margin: 10px;
}
.slogan {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: 50% 90% !important;
  color: #fff !important;
  text-align: center !important;
  padding: 80px 0 !important;
}
.aboutus {
  text-align: center;
  padding: 80px 0px ;
}
.aboutus h4{
  padding: 0px 0px 20px;
}

.aboutus img {
  height: 200px;
  width: 200px;
}

.footer{
  padding: 90px 0px 40px !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: 50% 21% !important;

} 
.footer .contact_info {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.48);
  color: #000;
  border-radius: 5px;
}
.footer .contact_info h4{
  font-weight: bold;
}
.footer .working_time{
  text-align: left;
  background-color: rgba(255, 255, 255, 0.48);
  color: #000;
  border-radius: 5px;
}
.footer .working_time h4 {
  font-weight: bold;
}
.footer_copyright   {
 text-align: center;
 border-top: 1px #eee solid;
 padding-top: 4px;
}


