/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/11/2016, 16:28:00
    Author     : Victor
*/

div#custom-pager a {
    position: relative;
    float: left;
    display: block;
    width: calc(94%/6);
    background: #FFF;
    margin: 0 0.5%;
    text-align: center;
    padding: 4px;
    border: 1px solid #2f7667;
    border-radius: 4px;
    font-size: 16px;
}
div#custom-pager a:hover,
div#custom-pager .cycle-pager-active a {
    background: rgba(11, 94, 77, 0.85);
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
div#custom-pager {
    position: relative;
    float: left;
    width: 100%;
    margin: 40px 0 20px;
}
.cycle-slideshow {
    position: relative;
    float: left;
    width: 100%;
}
.cycle-slide.cycle-slide-active {
    position: relative !important;
    float: left;
    width: 100%;
    height: 100%;
}
.cycle-slide.cycle-sentinel {
    display: none !important;
}