.slider-nav {
  border-top: #999 dotted 1px;
  padding-top: 10px; }
  .slider-nav img {
    height: 70px;
    width: 70px !important;
    padding: 0 5px;
    cursor: pointer; }
  .slider-nav > .slick-list {
    padding: 0 !important; }
    .slider-nav > .slick-list > .slick-slide {
      width: 70px !important; }
  .slider-nav > .slick-prev {
    left: 10px; }
  .slider-nav > .slick-next {
    right: 10px; }
  .slider-nav > .slick-dots {
    bottom: -10px; }
    .slider-nav > .slick-dots > li button:before {
      font-size: 12px; }

.slider-for {
  height: 410px; }
  .slider-for .profile {
    display: inline-grid; }
    .slider-for .profile .pic {
      float: left;
      position: relative; }
      .slider-for .profile .pic img {
        height: 400px;
        width: 400px;
        margin-top: 12px; }
    .slider-for .profile h4 {
      display: inline-block;
      line-height: 40px;
      font-family: 'museo_sans300';
      font-size: 31px;
      font-weight: normal;
      color: #777;
      text-transform: uppercase;
      margin: 0 0 0 50px;
      padding: 10px 0 10px 0; }
    .slider-for .profile h5 {
      display: block;
      line-height: 20px;
      font-family: 'museo_sans300';
      font-size: 20px;
      font-weight: normal;
      color: #666;
      margin-left: 450px;
      padding: 0 0 10px 0; }
    .slider-for .profile p {
      display: block;
      line-height: 15px;
      width: 600px;
      height: auto;
      max-height: 270px;
      font-family: 'museo_sans300';
      font-size: 14px;
      font-weight: normal;
      color: #888;
      text-align: justify;
      float: left;
      margin: 0 0 0 50px;
      padding: 20px 0 10px 0;
      border-top: #666 dotted 1px;
      overflow-x: hidden;
      overflow-y: auto; }

@media (max-width: 1024px) {
  .slider-nav {
    display: none !important; }

  .slider-for {
    height: auto; }
    .slider-for .profile .pic {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      float: none; }
      .slider-for .profile .pic img {
        height: 350px;
        width: 350px; }
    .slider-for .profile h4 {
      margin: 0 0; }
    .slider-for .profile h5 {
      margin-left: 0; }
    .slider-for .profile p {
      width: 100%;
      margin: 0 0; } }

/*# sourceMappingURL=team.css.map */
