section.video-lessons h2{
  font: 1.7em 'PTSansNarrowBold';
  color: #006076;
  margin-bottom: 35px;
}
section.video-lessons img.picture{
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 5px 15px 0px #acacac;
  -moz-box-shadow: 0px 5px 15px 0px #acacac;
  box-shadow: 0px 5px 15px 0px #acacac;
}
section.video-lessons p{
  margin-bottom: 40px;
}
section.video-lessons .video-list{
  margin-bottom: 100px;
}
section.video-lessons .video-list .pager-wrap{
  margin-top: 40px;
}
section.video-lessons .video-list h3{
  font: 1.24em 'PTSansNarrowBold';
  color: #006076;
  margin-bottom: 0;
  /*width: 85%;*/
  cursor: pointer;
}
section.video-lessons .video-list h3 span{
  color: #1aacd8;
}
section.video-lessons .video-list .video-item{
  position: relative;
  border: 1px solid #dad9d9;
  margin-bottom: 30px;
  padding: 5%;
  background: #f6f6f6;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#eeeeed));
  background: -webkit-linear-gradient(#fff, #eeeeed);
  background: -moz-linear-gradient(#fff, #eeeeed);
  background: -ms-linear-gradient(#fff, #eeeeed);
  background: -o-linear-gradient(#fff, #eeeeed);
  background: linear-gradient(#fff, #eeeeed);
  -webkit-box-shadow: 0px 5px 15px 0px #acacac;
  -moz-box-shadow: 0px 5px 15px 0px #acacac;
  box-shadow: 0px 5px 15px 0px #acacac;
  margin-bottom: 30px;
}
section.video-lessons .video-list .video-item .video{
  display: none;
  margin-top: 55px;
  text-align: center;
}
section.video-lessons .video-list .video-item .video iframe{
    max-width: 100%;
}
section.video-lessons .video-list .video-item .show_video_lesson{
  /*position: absolute;*/
  /*right: 25px;*/
  /*top: 25px;*/
  cursor: pointer;
  font: 1.5em 'PTSansNarrow';
  color: #006076;
}
section.video-lessons .video-list .video-item .show_video_lesson span{
  border-bottom: 2px dotted #006076;
}
section.video-lessons .video-list .video-item .show_video_lesson img{
  margin-right: 3%;
}