@charset "UTF-8";
/**  
 * Folha de estilos para home do Santuário Nacional
 *   
 *  @package    A12 Pages
 *  @category   Sanctuary
 *  @name       sanctuary.scss
 *  @author     Brunno Pleffken Hosti <brunno.hosti@phocus.com.br>
 *  @copyright  Phocus Interact
 *  @license    Phocus Interact
 *  @link       /scss/sanctuary.scss
 *  @version    1.0.0
 *  @since      29/05/2014
 */
/**  
 * Arquivo com variáveis e funções básicas.
 *   
 *  @package    A12
 *  @category   Main
 *  @name       configurations.scss
 *  @author     Rafael F. Silva <rafaelsilva@phocus.com.br>
 *  @copyright  Phocus Interact
 *  @license    Phocus Interact
 *  @link       /scss/configurations.scss
 *  @version    1.0.0
 *  @since      01/06/2013
 */
/* variáveis */
/* funções */
.widget.youtubeVideoSlider .items {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.widget.youtubeVideoSlider .items button {
  position: absolute;
  z-index: 3;
  display: block;
  height: 45px;
  width: 19px;
  top: 55px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  cursor: pointer;
}
.widget.youtubeVideoSlider .items button.slick-prev {
  left: 0;
  background-image: url("../../img/widgets/youtube-video-slider-arrow-prev.png");
}
.widget.youtubeVideoSlider .items button.slick-next {
  right: 0;
  background-image: url("../../img/widgets/youtube-video-slider-arrow-next.png");
}
.widget.youtubeVideoSlider .items button.slick-disabled {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.widget.youtubeVideoSlider .items > div .video {
  position: relative;
  width: 300px;
  height: 158px;
}
.widget.youtubeVideoSlider .items > div .video img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget.youtubeVideoSlider .items > div .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.widget.youtubeVideoSlider .items > div .video .see-now {
  position: absolute;
  display: inline-block;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px 3px 30px;
  background: url("../../img/widgets/youtube-video-slider-arrow.png") no-repeat 10px center;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
.widget.youtubeVideoSlider .items > div .video .see-now:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.widget.youtubeVideoSlider .items > div .video.active .see-now, .widget.youtubeVideoSlider .items > div .video.active img {
  display: none;
}
.widget.youtubeVideoSlider .items > div .link {
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.widget.youtubeVideoSlider .items > div .link .legend {
  display: block;
  padding: 5px 0;
  font-size: 11px;
  line-height: 14px;
  color: #666;
}
.widget.youtubeVideoSlider .items > div .link .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #7A8D21;
}
.widget.youtubeVideoSlider .items > div .link:hover span {
  text-decoration: underline;
}
