/* ==========================================================================
   custom.css
============================================================================= */
/* !BL@LC 250113 boostrap overrides */

@media (min-width: 768px) {
  .container {
    width: 90%; /* 750px; */
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%; /* 970px; */
  }
}
@media (min-width: 1200px) {
  .container {
    width: 90%; /* 1170px; */
  }
}
body {	
	background: white !important;
}

#main.container,
header .container {
    box-shadow: none;
    padding-top: 0 !important;
}
.navbar-brand>img {
  max-width: 275px; 
}

/* ==========================================================================
   slick slider
============================================================================= */
.slick-slider .slide-caption {
  position: absolute;
  z-index: 1;
  top: 0;

  color: #fff;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  font-style: oblique;
  text-shadow: 0 0 50px #000;

  left: 0;
  right: auto;
  text-align: left;
  padding-left: 1em;
}

.slick-slider .slide-caption-right {
  left: auto;
  right: 0;
  text-align: right;
  padding-left: 0;
  padding-right: 1em;
}

/* ==========================================================================
   youtube
============================================================================= */

.youtube article {
/*
  box-shadow: 2px 2px 20px #bbbbbb;
  padding: 0 0 0 15px;
*/
}
.youtube article [class*='col-'] {
  padding-left: 0;
}
.youtube section {
  padding: 0;
}
.youtube .video {
  margin-top: 1em;
  margin-bottom: 1em;
}

.youtube .video a.thumbnail {
  display: block;
/*   background: #f7f7f7; */
  box-shadow: 3px 3px 40px 0px #eee; /* 2px 2px 8px #ccc; */

/*
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #cbcbcb;
*/
  padding: 0 0 0 15px;
  padding: 1em;
  color: inherit;

  /* video - film stip border effect */
  box-shadow: 10px 10px 40px 1px #cdcdcd;
  border-radius: 0;
  border: 1px solid rgba(201, 201, 201, 0.4);
  border-top: 10px dotted rgba(247, 148, 30, 0.15); /*  #f7941e       #fff0df; light orange */
  border-bottom: 10px dotted rgba(0, 102, 166, 0.075);  /* #0066a6    #ebf5ff; light blue */


}
@media (min-width: 768px) {
  .youtube article {
/*       margin-right: -35px; */ /* 50px-25px */
  }
  .youtube .video:nth-child(even) a.thumbnail {
    margin-right: 15px;
  }
  .youtube .video:nth-child(odd) a.thumbnail {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .youtube .video a.thumbnail {
/*     margin-right: 50px; */
    min-height: 145px; /* keep all the same height in case of a broken image link */
  }
    .thumbnail img {
      min-height: 120px; /* optional, to keep images (placeholder and acutal) the same size in case of a broken image link */
    }
}
.video a.thumbnail .active, .video a.thumbnail :focus, .video a.thumbnail :hover {
/*   border-color: #b7b7b7;  *//* #f7941e; */
/*   background: #fff; */

}
.youtube .video > a.thumbnail:hover {
  box-shadow: 3px 3px 4px 0px #cdcdcd; /* darker */
/*   border-color: orange; */

  /* video - film stip border effect */
  box-shadow: 10px 10px 10px 1px #cdcdcd;
  border-top: 10px dotted rgba(247, 148, 30, 0.3);
  border-bottom: 10px dotted rgba(0, 102, 166, 0.2);
}
.youtube .video > a.thumbnail:visited {
/*   border-color: #0076C0; */
}


.youtube h1.playlist-title {
  font-size: 22px;
  line-height: 1.2em;
  padding: 1em 0px .25em 0px;
  margin: 1em 0 1em 0;
  color: #0076C0;
  clear: both;
/*

  border-top: 5px solid #f2f2f2;
*/

      /* solid bar */
      background: #337ab7;
        background: #60b5ff;
      color: #fff;
      padding: .4em 0px .42em .75em;
      font-weight: bold;
      text-transform: none;

}
.youtube .video h1 {
  color: #0076C0;
  text-transform: none;
}
.youtube section.video h1 {
  font-size: 16px;
  line-height: 1.2em;
  padding: 0px 0px 0px 0px;
  margin: 0;
}
.youtube .video h2, .youtube .video h3 {
  margin: 1em 0;
  padding: 0;
  margin-left: 1px;
  text-transform: none;
  color: inherit;
  font-size: inherit;
  text-shadow: none;
  line-height: inherit;
}
/*
.youtube .video h2 {
  color: #f7941e;
}
*/
.youtube .video-playlist > h1 span {
  display: inline-block;
  color: #f7941e !important;
  margin-right: .5em;

      /* solid bar */
      color: #fff396 !important;
}
 .youtube .video h3 {
  color: #554f40;
/*   font-size: 1.1em; */
  font-weight: normal;
}
/* description */
youtube .video p {

}

/* play button */

.video .white-youtube-play-bg {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
    top: 45%;
    left: 35%;
  height: 1em;
  width: 1em;
  background: #fff;
  font-size: 1em;

  /* css triangle */
  background: rgba(0, 0, 0, 0);
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #fff;
  width: 0;
  height: 0;
  font-size: 1em;
}

}
.arrow-right,
.video .white-youtube-play-bg {
  width: 0;
  height: 0;
  background: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
}

@media (min-width: 768px) {
  .video .white-youtube-play-bg {
    margin-left: 5%;
  }
}
.video .fa-youtube-play, .video .fa-play {
/*
  position: absolute;
  top: -10px;
  left: 10px;
  color: #f00;
  font-size: 30px;
  line-height: 0;
*/

  position: relative;
  top: -.25em;
  left: -.25em;
  font-size: 2em;
  /* copied from inspector > .ytp-large-play-button */
  color: #1f1f1f;
  opacity: .81;

  /* use with css triangle */
  opacity: .9;
  font-size: 28px;
  background: rgba(0, 0, 0, 0);
  left: -22px;
  top: -14px;

}
.youtube .video > a.thumbnail:hover .fa-youtube-play {
  color: #cc181e;
  opacity: 1;

  /* a link already has transition */
/*
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
*/
}
/* <i class="fa fa-youtube-play" aria-hidden="true"></i> */
.video .fa-youtube-play {
  z-index: 20;
}
/* <i class="fa fa-play" aria-hidden="true"></i> */
.video .fa-play {
  z-index: 30;
  /*   text-shadow: 1px 1px 0px white; */
}


/* clearfix */

  .youtube article:before,
  .youtube article:after,
  .youtube a.thumbnail:before,
  .youtube a.thumbnail:after {
    display: table;
    content: " ";
  }
  .youtube article:after,
  .youtube a.thumbnail:after {
    clear: both;
  }


