
/* -------------------------------- 
.main components 
-------------------------------- */
.xet_about_page {
  position: relative;
}
.xet_about_section {
  padding: 60px 0;
  text-align: center;
}

.xet_about_container {
 	 padding-left: 15px;
 	 padding-right: 15px;
	margin: 0 auto;
}

.xet_about_section h2 {

  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem;
}
.xet_about_section p {
  line-height: 1.4;
}


.xet_about_section.ap1 {
  background: #919190;
  color: #fff;
}

.xet_about_section.ap2 {
  background: #ecf0f1;
}




.xet_about_section.ap_team {
  background: #d2d2d2;
}
.xet_about_section.ap_team ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.xet_about_section.ap_team h2 {
  color: #1a2f2a;
}
.xet_about_section.ap_team li {
  margin-bottom: 2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.no-touch .xet_about_section.ap_team li:hover {
  box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
.no-touch .xet_about_section.ap_team li:hover .cd-img-overlay {
  opacity: 1;
}
.xet_about_section.ap_team figure {
  position: relative;
}
.xet_about_section.ap_team img {
  display: block;
  width: 100%;
  border-radius: .25em .25em 0 0;
}


.xet_about_section.ap_team .cd-member-info {
  height: 80px;
  background: #FFF;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  border-radius: 0 0 .25em .25em;
}
.xet_about_section.ap_team .cd-member-info span {
  display: block;
  font-weight: normal;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .5em;
}

.cd-member-bio img {
  width: 100%;
  display: block;
}
.cd-member-bio .cd-bio-content {
  padding: 1em;
  color: #FFF;
}
.cd-member-bio .cd-bio-content h1 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-member-bio .cd-bio-content p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0;
  line-height: 1.4;
  color: #d7cfd2;
}

@media only screen and (max-width: 767px) {

 
}
@media only screen and (min-width: 1200px) {

}
