﻿/*
    COVER NEWS

    Author: Alberto Cobre
    eMail: a.cobre@promonivideo.it
    Company: PROMOinVIDEO Srl
*/
@charset "utf-8";

/* MAIN */
.covernews {
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

/* SWIPER */
.covernews-slide {
    width: 100%;
    height: 100%;
}
.covernews-wait {
    width: 100%;
    height: 100%;

    position: absolute;

    background-image: url('img/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}
.stage {
    width: 100%;
    height: 100%;
    display: none;
}

/* PAGINATION */
.covernews-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

.covernews-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.swiper-pagination-clickable .covernews-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination .covernews-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .covernews-pagination-bullet {
  margin: 0 5px;
}