.galler ul li img{
	height: 235px;
	width: 271px;
}

#page-body{
	    padding: 50px 0;
    min-height: 300px;
    background-color: #d6d6d6;
}

 #page-body .bg-wrapper {
  background-color: #FFF;
  border-radius: 4px;
  padding: 30px;
  height: 100%; }
  #page-body .bg-wrapper #pagehead {
 text-align: center;
    padding: 10px;
    font-family: 'open_sans_condensedbold';
    color: #2468a8; text-transform: uppercase;}

#page-body .bg-wrapper img {

  float: left;
    margin-right: 20px;
     }
     .tab-head {
  background: url(../images/slide.png) no-repeat right;
  height: 49px;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  }
  .tab-head.active {
    background: url(../images/slide-top.png) no-repeat right; }

.tab-body p {
  background-color: #565656;
  width: 100%;
  height: 44px;
  color: #fff;
  /* font-size: 18px; */
  padding-left: 18px;
  padding-top: 10px;
  }
#page-body table th {
  border: 1px solid #a7a7a7 !important;
  background: #a2c680;
  color: #4e4f4f;
  vertical-align: middle;
  padding: 5px; 
 text-align: center;
    font-size: 12px;
}

#page-body p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 10px; }

#page-body p b {
  font-weight: bold; }

#page-body ul, #page-body ol {
  font-size: 16px; }

  #page-body ul li img {
  width: 250px;
   }

#page-body ul li, #page-body ol li {
  line-height: 2; }
.table-responsive {
  max-height: 400px;
  overflow: auto;
  }
  #page-body .bg-wrapper .table-responsive table td p{

	font-size: 12px; 
	line-height: 1.2;	 
	    margin-bottom: 0px;
}
#page-body table tr td {


    font-size: 12px;
}
.gallery {
  width: 265px;
  display: inline-block;
  background-color: #ddd;
  position: relative;
  overflow: hidden;
  max-width: 100%; }
  .gallery .title {
   position: absolute;
    height: 100px;
    background-color: rgba(38, 144, 226, 0.48);
    top: 140px;
    width: 100%;
    transition: .7s all;
    transform: translateY(270px); }
    .gallery .title h2 {
      color: #fff;
      font-size: 18px;
      text-align: center;
      text-transform: uppercase;
      padding-top: 20px; }
  .gallery:hover .title {
    transform: translateY(0px); }


    .gallery span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  transition: .5s all;
}
.gallery span a {
  color: #fff;
}
.gallery:hover span {
  height: 100%;
    padding-top: 60px;
    font-size: 42px;
}

.width-gal
{
  width: 100%;
  height: 200px;
}
.cat-title {
  font-size: 2.2em;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid rgba(50, 164, 112, 0.31);
  color: #32A470;
  margin-bottom: 30px;
  padding-bottom: 10px;
   width: 100%;

}
.cat-title span {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;

}
.demos .faci{
	    padding-left: 25px;
}
.captchaform{
	margin-top: 15px;
}