#grayRectangle
{
    background-color: #2d2d2d;
}

.chap_title h1{
    position: relative;
}

#video-inner-content
{
    float: left;
    width: 48%;
    height: 42%;
    background: rgba(0, 0, 0, 0.78);
    position: relative;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
}
.video-inner-items{
  display: flex;
  align-items: center;
}

#video-inner-content-text
{
    width: 65%;
    height: 100%;
    z-index: 6;
}

#play_copy_heading
{
    position: relative;
    font-family: Open Sans,sans-serif;
    font-weight: 200;
    color: white;
    height: auto;
    display: block;
    z-index: 8;
    text-align: left;
    padding-left: 15px;
    line-height: normal;
}

#placeHolder
{
    background-size: 100%;
    width:100%;
    min-height: 110px;
}

#play_copy_subjead
{
    font-family: Open Sans,sans-serif;
    font-weight: 200;
    color: white;
    position: relative;
    display: block;
    clear: both;
    z-index: 8;
    text-align: left;
    padding-left: 15px;
    width: 100%;
    margin-top: 10px;
    line-height: normal;
}

#playButton-VideoPlayer-div a
{
    top: 0;
    left: 0;
}

#playButton-VideoPlayer-div
{
    width: 35%;
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: right;
}

#playButton
{
    background: url('https://s3.amazonaws.com/uploads.nma.art/uploads/2014/01/nma_play_white.png') no-repeat scroll center center transparent;
    background-image: url('https://s3.amazonaws.com/uploads.nma.art/uploads/2014/01/nma_play_white.svg');
    background-size: 100% 100%;
    position: relative;
    margin: 0 0 0 0;
    width: 82px;
    height: 82px;
    align-self: center;
}
.nma_bread
{
    /*padding-bottom: 1%;*/
    padding-bottom: 0px;
    /* put in absolute value so javascript can resize #grayRectangle */
}

.single-videolessons .nma_bread{
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

@media only screen and (min-width: 767px) {
 /*   .home #content, .single-videolessons #content{
      padding-left: 10px!important;
      padding-right: 10px!important;
    }*/
   .second-line-bread{
       top: 2px;
       left: '';
   }

   .second-line-br{
       display: block;
   }

   #video-inner-content{
       border-bottom-right-radius: 6px;
       border-top-right-radius: 6px;
       width: 48%;
       height:auto;
       top: 50%;
       position: absolute;
       transform: translateY(-50%);
       padding: 15px 0;

   }

   #grayRectangle{
       display: block;
   }

   .threecol-one{
       display: block;
   }

   #BCLcontainingBlock{
       height: 300px;
   }

   #play_copy_heading{
       font-size: 1.5em;
   }

   #play_copy_subjead{
      font-size: 1em;


   }
}


@media only screen and (max-width: 800px) {
    /**
     * Discussion Area
     */
    .single-videolessons #respond #attachment,.single-videolessons #respond #comment{width: 95%}
    #lessons-details-sumary{
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
    .lessons-details-col3 [class*="-container"] {
        flex: 1 1 auto;
    }
   .nma_bread{
       background-color: #2d2d2d;
       /*height: 30px;*/
   }

   .second-line-bread{
       top: 8px;
       left: 10px;
   }

   .second-line-br{
       display: none;
   }

   #video-inner-content{
       border-bottom-right-radius: 0px;
       border-top-right-radius: 0px;
       width: 100%;
       height: 100%;
       padding: 15px 0;
   }

   #grayRectangle{
       /*display: none;*/
   }

   .threecol-one{
       display: block;
   }

   #play_copy_heading{
       font-size: 4.5vw;
   }

   #play_copy_subjead{
      font-size: 3vw;
   }
    #video-inner-content{
        padding:10px 0;
        box-sizing: border-box;
    }
    #playButton-VideoPlayer-div{
        width: 100%;
        justify-content: center;
    }
    #video-inner-content-text{
        width: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
     body.single-videolessons #playButton-VideoPlayer-div{
      width: 100%;
    }
}

/*SUBSCRIBE AREA*/

.hero_box {
    width: 615px !important;
    position: absolute !important;
    margin: 0px auto !important;
    top: 90px !important;
}
#subscription-text
{
    position: relative;
    font-family: Open Sans,sans-serif !important;
    font-size: 26px;
    color: white;
    height: auto;
    text-align: center;
    padding:  35px 50px;
    width: auto;
}
#subscription-box {
/*    position: absolute !important;
    width: 613px !important;
    height: 137px !important;
    top: 54px !important;
    background-color: #2d2d2d !important;*/
    position: relative;
    max-width: 645px;
    height: auto;
    top: 0;
    background-color: #2d2d2d !important;
    width: 80%;
    margin: 0 auto;
    min-height: 225px;
}
#subscription-chapter-image{
/*    position: absolute !important;
    top: 13px !important;
    left: 15px !important;
    height: 110px !important;
    width: 147px !important;
    background-image: url(http://i.vimeocdn.com/video/473358408_100x75.jpg);
    background-color: white !important;
    background-size: 100% !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;*/
    position: relative;
    width: 200px;
    height: 150px;
    background-color: #ccc;
    float: left;
    margin-right: 12px;
}
#subscription-chapter-image img {
    height: auto;
    border: 3px solid #e6e6e6;
    box-sizing: border-box;
    padding: 0;
    background: none;
    float: left;
}
#subscription-chapter-name{
    position: relative;
    text-align: left;
    font-size: 22px;
    font-family: Open Sans,sans-serif;
    color: rgb(179, 171, 171);
    width: auto;
    padding: 20px;
    float: none;
}

@media only screen and (max-width: 450px){
  #subscription-chapter-name{
    clear: both;
  }

  #subscription-chapter-image {
    position: relative;
      width: 200px;
      height: 150px;
      background-color: #ccc;
      margin: 0 auto;
      float: none;
  }
}

#subscription-button{
     position: relative;
    height: 150px;
    width: auto;
    margin: 3% auto;
    text-align: center;
    display: inline-block;
}
#custom-a{
    /*width: 200px !important;*/
    line-height: 1 !important;
    float: left;
    margin-bottom: 5px;
}
body.single-videolessons #custom-a {
  margin-right: 0;
}
#custom-login{
    float: left;
    clear: left;
    width: 100%;
}
a#custom-login:hover,
#custom-login:hover #subscribe-2nd-span{
  color: #fff;
  text-decoration: none;
}
#custom-span{
    font-size: 20px;
    position: relative;
}
#custom-p{
    position: relative;
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
}
#subscribe-2nd-button{
    cursor: pointer !important;
    position: absolute !important;
    top: 273px !important;
    left: 0 !important;
    width: 179px !important;
    height: auto !important;
    text-align: left !important;
}
#subscribe-2nd-span{
    color: rgb(196, 196, 196);
    font-size: 10px;
    width: auto;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 767px){
  body #content {
    padding-top: 0;
  }
  body.single-videolessons #main-sidebar-container article section.entry #video_details {
    float: left;
    width: 100%;
  }
  body.single-videolessons #main-sidebar-container article section.entry #sidebar_singlevideolesson{
    width: 100%;
  }
}

#chapterEnvelop{}
#jw_placeholder,
#BCLcontainingBlock{
  /*min-height: 300px;*/
}
#chapterEnvelop.unloaded #jw_placeholder{
  display: none !important;
}
body.single-videolessons #chapterLoad {
    display: none;
    width: 80px;
    height: 50px;
    z-index: 9999;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -25px;
}
body.single-videolessons #chapterLoad img{
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  background: none;
}

#placeholder_cover{
  position: absolute;
}
body.single-videolessons h1.video_name {
  visibility: hidden;
}
body.single-videolessons #placeholder_cover #playButton-VideoPlayer-div a.watchOption{
    position: relative;
    color: #fff;
    clear: both;
    margin: 0;
    left: 0;
    background: none;
    width: 100%;
    height: 35px;
    line-height: 35px;
    max-width: none;
    text-align: right;
}
body.single-videolessons #placeholder_cover #playButton-VideoPlayer-div #watchOption_start{margin-bottom: 10px;}
body.single-videolessons #placeholder_cover #playButton-VideoPlayer-div a.watchOption i {
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    position: relative;
    float: right;
    margin: 0 10px;
    background: url(' https://s3.amazonaws.com/uploads.nma.art/uploads/2014/01/nma_play_white.png') no-repeat scroll center center transparent;
    background-image: url(' https://s3.amazonaws.com/uploads.nma.art/uploads/2014/01/nma_play_white.svg');
    background-size: 100% 100%;
}