/*------------Responsive Columns CSS----------------------*/
.slider {
  margin: 0px 0 0px!important;
}
#carousel li {
  margin-right: 5px;
}
#carousel img {
  display: block;
  opacity: .8;
  cursor: pointer;
  border: 4px solid #eee;
  border-top: 0;
}
#carousel img:hover {
  opacity: 1;
}
#carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
}
.team_container {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
.team_container .team_item {
  border: 2px solid #ddd;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.team_container .team_item:hover {
  border: 2px solid #ccc;
}
.team_container .team_item:hover .name a {
  color: #000;
}
.team_container .team_item .team_desc {
  padding: 10px;
  text-align: center;
}
.team_container .team_item .team_desc .name {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}
.team_container .team_item .team_desc .short_bio {
  margin-bottom: 10px;
}
.team_container .team_item .team_photo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.team_container .full_details {
  box-sizing: border-box;
  padding: 20px 0;
  padding-bottom: 0;
}
.team_container .custom_fields,
.team_container .short_bio {
  margin-top: 15px;
}
.team_container .custom_fields label,
.team_container .short_bio label {
  display: inline-block;
  min-width: 90px;
}
.clear {
  clear: both;
}
.keen_full_column {
  width: 98%;
  padding: 0px;
  margin: 0 auto;
}
.keen_column_1,
.keen_column_2,
.keen_column_3,
.keen_column_4,
.keen_column_5,
.keen_column_6 {
  display: inline-block;
  vertical-align: top;
}
.keen_column_1 {
  width: 99%;
  margin: 0 0 30px 0;
}
.keen_column_2 {
  width: 46%;
  margin: 1%;
}
.keen_column_3 {
  width: 30%;
  margin: 1%;
}
.keen_column_4 {
  width: 22.4%;
  margin: 1%;
}
.keen_column_5 {
  width: 18%;
  margin: 1%;
}
.keen_column_6 {
  width: 15%;
  margin: 0.8%;
}
.team-details .single-name {
  margin-bottom: 8px;
}
.team-details .single-desc {
  margin-bottom: 0;
}
.team-details .single-desc .full_details p:last-child {
  margin-bottom: 0;
}
.team-details .designation {
  margin-bottom: 1px;
}
.team-details .slider .flexslider {
  border: 4px solid #eee;
}
.team-details .slider #carousel {
  border: 4px solid #eee;
  border-top: none !important;
}
.team-details .slider #carousel .slides {
  background: #eee;
}
.team-details .slider #carousel .slides li img {
  border: none;
}
/* Skill bar css */
.skill-sets {
  margin-top: 40px;
}
.skill-sets .skillbar {
  background: #eee;
  border-radius: 3px;
  display: inline-block;
  height: 25px;
  margin: 5px 0;
  position: relative;
  width: 100%;
}
.skill-sets .skillbar .skillbar-bar {
  border-radius: 3px;
  display: inline-block;
  height: 25px;
  width: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.skill-sets .skillbar .skillbar-title {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  height: 25px;
  left: 0;
  line-height: 25px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 150px;
  background: #243a4f;
}
.skill-sets .skillbar .skill-bar-percent {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 10px;
  top: 0;
}
.full_details {
  margin: 0 12px;
}
.team-social a {
  font-size: 18px;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  text-align: center;
  margin-right: 3px;
  display: inline-block;
  transition: ;
}
@media only screen and (max-width: 650px) {
  /*--------------------------- Smartphone view: 1 tile maximum----------------------- */
  .keen_column_1,
  .keen_column_2,
  .keen_column_3,
  .keen_column_4,
  .keen_column_5,
  .keen_column_6 {
    width: 99%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 651px) {
  /* -------------------Small desktop / ipad view: 4 tiles ---------------------------*/
  .keen_column_1,
  .keen_column_2,
  .keen_column_3,
  .keen_column_4,
  .keen_column_5,
  .keen_column_6 {
    width: 45%;
    margin: 2.5%;
  }
}
