﻿/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-default .nivoSlider {
    position:relative;
    background:#fff url(/images/cov/ui/loading.gif) no-repeat 50% 50%;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
    
    /*border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;*/
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    /*border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;*/
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}
.theme-default .nivo-controlNav {
    background: #E6E5E5;
    width: 100px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right:0;
    height: 28px;
    z-index:8;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    margin: 0 2px;
    border: 1px;
    
}
.theme-default .nivo-controlNav a.active {
}
.theme-default .nivo-controlNav a.play {
    background:url("/images/cov/ui/controls-top.png") no-repeat scroll -150px -23px transparent;
    cursor:default;
}
.theme-default .nivo-controlNav a.stop {
    background:url("/images/cov/ui/controls-top.png") no-repeat scroll -150px 2px transparent;
    cursor:default;
}
.theme-default .nivo-controlNav a.next {
    background:url("/images/cov/ui/controls-top.png") no-repeat scroll -75px 2px transparent;
    cursor:default;
}
.theme-default .nivo-controlNav a.previous {
    background:url("/images/cov/ui/controls-top.png") no-repeat scroll -52px 2px transparent;
    cursor:default;
}
.theme-default .currentslidenumber {
    font-size:20px;
}
.theme-default .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(/images/cov/ui/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background-color:#fff; 
    filter:alpha(opacity=0); 
    /other than IE/ 
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }
/* Caption styles */
/* changing font size from 1.25em - JC - 14/01/2019 */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background: #F8F8F8;
    color:#000;
    z-index:8;
    padding: 5px 8px;
    min-height: 28px;
    height: 18px;
    overflow: hidden;
    display: none;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    cursor: pointer;
    font-size: 0.88em;
}
/* Home page caption only */
/* changing font size from 2em - JC - 14/01/2019 */
#homeContent .nivo-caption {
    width: 45%;
    bottom: 25px;
    font-size: 0.88em;
    height: auto;
    background-color: #fff;
}
.nivo-caption:hover,
.slider-wrapper:hover .nivo-caption {
    background-color: #f1f0eb;
}
#homeContent .nivo-caption:hover,
#homeContent .slider-wrapper:hover .nivo-caption {
    opacity: .85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85);
}
#contentContainer .nivo-caption {width:100%;}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a,
.nivo-caption a:hover {
    text-decoration: none;
    color: #000;
    float: right;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
/* changing font size from 1em - JC - 14/01/2019 */
@media (max-width: 980px) {
    .nivo-caption, #homeContent .nivo-caption {
        bottom: 0px;
        width: 100%;
        font-size: 0.88em;
        height: auto;
    }
    .nivo-directionNav {
        display: block !important;
    }
    .nivo-directionNav a {
        top:40%;
    }
}
/* changing font size from 0.9em - JC - 14/01/2019 */
@media (max-width: 620px) {
    .nivo-directionNav {
        display: none !important;
    }
    .nivo-caption, #homeContent .nivo-caption {
        position: relative;
        background-color: #f1f0eb;
        font-size: 0.88em;
    }
    .slider-wrapper:hover .nivo-caption, #homeContent .slider-wrapper:hover .nivo-caption,
    .nivo-caption:hover, #homeContent .nivo-caption:hover {
        background-color: #fff;
    }
}