
.youtube-container {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 1200px;
  }
  @media only screen and (min-width: 901px) and (max-width: 1250px) {
    .youtube-container {
      display: block;
      margin: 20px auto;
      width: 100%;
      max-width: 1200px;
      }
}

.youtube-container .video-subtitle {
  font-size: 1rem;
  height:30px;
}

.youtube-container h6{
  font-size: 1rem;
  font-weight:500;
  }

.youtube-container #action-text   {
  font-size:1rem;
  color:#000;
  font-weight:600;
  text-align: center;

  }
@media only screen and (min-width: 1250px) and (max-width: 1370px) {
  .youtube-container #action-text  {
    font-size:.8rem;
    }
}

.youtube-container #description-text   {
  font-size:0.8rem;
  color:#000;
  font-weight:500;
  }

  #action-text:hover{
  color:#fff;
  background-color: #004d40; /* Darken-4 */
}


@media only screen and (min-width: 1250px) and (max-width: 1370px) {
  .youtube-container #description-text  {
    font-size:.7rem;
    }
}

    .youtube-container h5{
    margin-bottom:10px;
    font-size: 1.1rem;
  }

  .youtube-player {
    display: block;
    width: 100%; /* assuming that the video has a 16:9 ratio */
    padding-bottom: 55.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
    margin-bottom:0px;
    }
  img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
    }
  div.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://i.imgur.com/TxzC70f.png") no-repeat;

    }
  #youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    }

/* xxxx Vimeo-container xxxx */
    .vimeo-container {
      display: block;
      margin: 20px auto;
      width: 100%;
      max-width: 1200px;
      }
      @media only screen and (min-width: 901px) and (max-width: 1250px) {
        .vimeo-container {
          display: block;
          margin: 20px auto;
          width: 100%;
          max-width: 1200px;
          }
    }

      .vimeo-container h5{
      margin-bottom:10px;
    }

    .vimeo-container h6{
    font-weight:500;
    font-size: 1rem;
  }

.vimeo-container #action-text   {
    font-size:1rem;
    color:#000;
    font-weight:600;
    text-align: center;

    }
  @media only screen and (min-width: 1250px) and (max-width: 1370px) {
    .vimeo-container #action-text  {
      font-size:.8rem;
      }
  }

  .vimeo-container #description-text   {
    font-size:0.8rem;
    color:#000;
    font-weight:500;
    }
  @media only screen and (min-width: 1250px) and (max-width: 1370px) {
    .vimeo-container #description-text  {
      font-size:.7rem;
      }
  }


  .vimeo-container #vimeo-action-text   {
    font-size:.9rem;
    margin-top:4px;
    color:#000;
    }

  @media only screen and (min-width: 1250px) and (max-width: 1370px) {
    .vimeo-container #vimeo-action-text  {
      font-size:.8rem;
      }
}



    .vimeo-container .video-subtitle {
      font-size: 1rem;
      height:30px;
    }


    .vimeo-player {
      display: block;
      width: 100%; /* assuming that the video has a 16:9 ratio */
      padding-bottom: 56.369%;
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 100%;
      cursor: hand;
      cursor: pointer;
      display: block;
      margin-bottom:0px;
      }
    img.vimeo-thumb {
      bottom: 0;
      display: block;
      left: 0;
      margin: auto;
      max-width: 100%;
      width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      height: auto
      }
    #vimeo-iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      }

      .video-iframe-player {
        display: block;
        width: 100%; /* assuming that the video has a 16:9 ratio */
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative;
        width: 100%;
        cursor: hand;
        cursor: pointer;
        display: block;
        margin-bottom:15px;
        }

        * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.video-image {
  position: relative;
  overflow: hidden;
}
.video-image .image-zoom {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-image:hover .image-zoom {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.backgroundRed{
        background: #F00;
    }

  #divtoBlink{
        -webkit-transition: background 1.0s ease-in-out;
        -ms-transition:     background 1.0s ease-in-out;
        transition:         background 1.0s ease-in-out;
    }

    /* xxxx iframe container xxxx */

    .embed-container {
position: relative;
padding-bottom: 55.25%; /* 16/9 ratio */
padding-top:0px; /* IE6 workaround*/
height:0;
overflow: hidden;

}

.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 1px;
width: 100%;
height: 100%;

}


/* xxxx Image-only-container-landscape xxxx */

.image-only-container {
  display: block;
  margin: 10px auto;
  width: 80%;
  max-width: 1200px;
  }
  @media only screen and (min-width: 901px) and (max-width: 1250px) {
    .image-only-container {
      display: block;
      margin: 10px auto;
      width: 100%;
      max-width: 1200px;
      }
}

.image-only-container h6{
  font-size: 1rem;
  font-weight:500;
  }

    .image-only-container h5{
    margin-bottom:10px;
    font-size: 1.1rem;
  }

.image-only-container-landscape {
position: relative;
padding-bottom: 55.25%;
padding-top:0px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.image-only-container-landscape img,
.image-only-container-landscape object,
.image-only-container-landscape embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:135.9%;
}

/* xxxx Image-only container-portrait xxxx */

.image-only-container-portrait {
position: relative;
padding-bottom:55.25%;
padding-top:0px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.image-only-container-portrait img,
.image-only-container-portrait object,
.image-only-container-portrait embed {
position: absolute;
top: 0;
left:0;
width: 100%;
height:229.263%;

}

.image-only-card-action{
   height:50px;
   width:100%;
   margin-top:0px;
   border-top:solid 5px #b3e5fc;
   border-bottom:solid 5px #0277bd;
  }

/* xxxx Image container xxxx */
.image-container {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 1200px;
  }
  @media only screen and (min-width: 901px) and (max-width: 1250px) {
    .image-container {
      display: block;
      margin: 10px auto;
      width: 100%;
      max-width: 1200px;
      }
}

.image-container h6{
  font-size: 1rem;
  font-weight:500;
  }

    .image-container h5{
    margin-bottom:10px;
    font-size: 1.1rem;
  }

.image-container-landscape {
position: relative;
padding-bottom: 55.25%;
padding-top: 0px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.image-container-landscape img,
.image-container-landscape object,
.image-container-landscape embed {
position: absolute;
top: 0;
left: 0px;
width: 100%;
height:129.3%;
}

/* xxxx Image container-portrait xxxx */

.image-container-portrait {
position: relative;
padding-bottom: 55.25%;
padding-top:0px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.image-container-portrait img,
.image-container-portrait object,
.image-container-portrait embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:229.263%;
}


/* xxxx Audio Image container xxxx */
.audio-image-container {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 1200px;
  }
  @media only screen and (min-width: 901px) and (max-width: 1250px) {
  .audio-image-container {
      display: block;
      margin: 10px auto;
      width: 100%;
      max-width: 1200px;
      }
}

.audio-image-container h6{
  font-size: 1rem;
  font-weight:500;
  }

.audio-image-container h5{
margin-bottom:10px;
font-size: 1.1rem;
  }

.audio-image-container-landscape {
position: relative;
padding-bottom: 55.25%;
padding-top: 0px; /* IE6 workaround*/
height: 0;
overflow: hidden;
cursor:pointer;
}

.audio-image-container-landscape img,
.audio-image-container-landscape object,
.audio-image-container-landscape embed {
position: absolute;
top: 0;
left: 0px;
width: 100%;
height:100%;
}


.audio-image-container-portrait {
position: relative;
padding-bottom: 55.25%;
padding-top:0px; /* IE6 workaround*/
height:0;
overflow: hidden;
cursor:pointer;
}

.audio-image-container-portrait img,
.audio-image-container-portrait object,
.audio-image-container-portrait embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:229.263%;
}

/* xxxxPlaylist Image container xxxx */

.playlist-image-container {
position: relative;
padding-bottom: 55.25%;
padding-top: 0px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.playlist-image-container img,
.playlist-image-container object,
.playlist-image-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
}



.mail-title{
  background-color:#7cb342;/* Prime Color darken-1*/
  border-top: solid 5px #558b2f ;/* Prime Color darken-3*/
  color:#fff;
  margin:0px 0 0px 0;
  height:30px;
  margin:0px;
  font-size: .9rem;
}

@media only screen and (min-width: 285px) and (max-width: 450px) {
  .mail-title {
    height:45px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  .mail-title {
    height:35px;
    font-size: .8rem;
    }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
  .mail-title {
    height:25px;
    font-size: .8rem;
    }
}

.video-subtitle{
  background-color:#039be5 ;/* Prime Color darken-1*/
  border-top: solid 5px #0277bd;/* Prime Color darken-3*/
  border-bottom: solid 5px #b3e5fc;/* Prime Color lighten-4*/
  color:#fff;
  margin:0px 0 0px 0;
}
.video-subtitle p{
  padding: 0px 10px 0px 10px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color:#fff;
  margin:0px 0 0px 0;
}

@media only screen and (min-width: 285px) and (max-width: 450px) {
  .youtube-container .video-subtitle {
    height:45px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
.youtube-container .video-subtitle {
    height:45px;
    }
}

@media only screen and (min-width: 285px) and (max-width: 450px) {
  .vimeo-container .video-subtitle {
    height:45px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
.vimeo-container .video-subtitle {
    height:45px;
    }
}
.video-subtext p{
  padding: 0px 10px 0px 10px;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color:#000;
  margin:0px 0 0px 0;
}



/* Curl Bottom Right */
.cards-hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.cards-hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #b3e5fc;
  /* IE9 */
  background: linear-gradient(315deg, #e0f2f1  25%, #aaaaaa 50%, #cccccc 56%, #fff  80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.cards-hvr-curl-bottom-right:hover:before, .cards-hvr-curl-bottom-right:focus:before, .cards-hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}


.default-border{
  width:100%;
  margin-top:3px;
  border:solid 2px #004d40;  /* darken-4 */
  background-color: #e0f2f1; /* lighten-5 */
}

#youtube-parent{
  width:100%
}
#youtube-child{
  width:25%;
  margin-left:auto;
  margin-right:auto;
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
#youtube-child {
  width:80%;
}
}
@media only screen and (min-width: 280px) and (max-width: 600px) {
#youtube-child {
  width:80%;
}
}
#vimeo-parent{
  width:100%
}
#vimeo-child{
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
#vimeo-child {
  width:80%;
}
}
@media only screen and (min-width: 280px) and (max-width: 600px) {
#vimeo-child {
  width:80%;
}
}

#file-parent{
  width:100%
}
#file-child{
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
#file-child {
  width:80%;
}
}
@media only screen and (min-width: 280px) and (max-width: 600px) {
#file-child {
  width:80%;
}
}

#image-parent{
  width:100%
}
#image-child{
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
#image-child {
  width:80%;
}
}
@media only screen and (min-width: 280px) and (max-width: 600px) {
#image-child {
  width:80%;
}
}

#image-link-parent{
  width:100%
}
#image-link-child{
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
#image-link-child {
  width:80%;
}
}
@media only screen and (min-width: 280px) and (max-width: 600px) {
#image-link-child {
  width:80%;
}
}
#pp-parent{
  width:100%
}
#pp-child{
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
#pp-child {
  width:80%;
}
}
@media only screen and (min-width: 280px) and (max-width: 600px) {
#pp-child {
  width:80%;
}
}

#audio-parent{
  width:100%
}
#audio-child{
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
#audio-child {
  width:80%;
}
}
@media only screen and (min-width: 280px) and (max-width: 600px) {
#audio-child {
  width:80%;
}
}

#playlist-parent{
  width:100%
}
#playlist-child{
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
#playlist-child {
  width:80%;
}
}
@media only screen and (min-width: 280px) and (max-width: 600px) {
#playlist-child {
  width:80%;
}
}

.novel-container{
  width:100%
}

.novel-container img{
  max-height:50%;
  max-width: 50%;
}
:target{
/*  border: 4px solid #ffeb3b ;*//*yellow*/
  background-color: #ffff00d1;
  color: #000 !important;
}

.file-title{
  background-color:#004d40;/* Prime Color darken-4*/
  color:#fff;
  margin:0px 0 3px 0;
  height:40px;
  line-height: 16px;
  font-size:1rem;
  font-weight:600;
  padding:3px 5px 0px 5px;


}

@media only screen and (min-width: 285px) and (max-width: 450px) {
  .file-title {
    height:45px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 750px) {
  .file-title {
    height:45px;

    }
}
@media only screen and (min-width: 751px) and (max-width: 900px) {
  .file-title {
    height:35px;

    }
}
@media only screen and (min-width: 1250px) and (max-width: 1800px) {
  .file-title {
    height:42px;
    font-size:0.9rem;
    line-height: 14px;
    padding-top:3px;
    }
}

.file-title a{
  color:#fff;
  margin:0px 0 3px 0;
  height:40px;
  line-height: 16px;
  font-size:1rem;
  font-weight:600;
  padding:3px 5px 0px 5px;
  cursor:text;
  text-decoration:none;

}

@media only screen and (min-width: 285px) and (max-width: 450px) {
  .file-title a{
    height:45px;
    line-height:20px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 750px) {
  .file-title a{
    height:45px;
    line-height: 22px;
    }
}
@media only screen and (min-width: 751px) and (max-width: 900px) {
  .file-title a{
    height:35px;
    
    }
}
@media only screen and (min-width: 1250px) and (max-width: 1800px) {
  .file-title a{
    height:45px;
    font-size:0.9rem;
    line-height: 20px;
    padding-top:1px;
    }
}


.news-title{
  background-color:#004d40;/* Prime Color darken-4*/
  color:#fff;
  margin:0px 0 3px 0;
  height:30px;
  line-height: 16px;
  font-size:1rem;
  font-weight:600;
  padding:3px 5px 0px 5px;

}

@media only screen and (min-width: 285px) and (max-width: 450px) {
  .news-title {
    height:35px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 750px) {
  .news-title {
    height:30px;

    }
}
@media only screen and (min-width: 751px) and (max-width: 900px) {
  .news-title {
    height:35px;

    }
}
@media only screen and (min-width: 1250px) and (max-width: 1800px) {
  .news-title {
    height:30px;
    font-size:1rem;
    line-height: 14px;
    padding-top:5px;
    }
}

.news-title a{
  color:#fff;
  margin:10px 0 3px 0;
  height:30px;
  line-height: 16px;
  font-size:1rem;
  font-weight:600;
  padding:0px 5px 0px 5px;
  cursor:default;
  text-decoration:none;

}

@media only screen and (min-width: 285px) and (max-width: 450px) {
  .news-title a{
    height:45px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 750px) {
  .news-title a{
    height:45px;
    line-height: 22px;
    }
}
@media only screen and (min-width: 751px) and (max-width: 900px) {
  .news-title a{
    height:35px;
    
    }
}
@media only screen and (min-width: 1250px) and (max-width: 1800px) {
  .news-title a{
    height:30px;
    font-size:0.9rem;
    line-height: 14px;
    padding-top:1px;
    }
}