<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

* jQuery Nivo Slider v3.2

* 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;
max-width: none;
}
.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: white;
filter: alpha(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;
}
/* Direction nav styles (e.g. Next &amp; Prev) */

.nivo-directionNav a {background-color: transparent;color: #ffffff;cursor: pointer;font-size: 0;height: 40px;padding: 10px;position: absolute;text-align: center;top: 45%;transition: all 0.9s ease 0s;width: 40px;z-index: 9;border-radius: 50%;}
.slider-items .nivo-prevNav::after {content: "\f104";font-family: fontawesome;font-size: 50px;left: 12px;position: absolute;top: 10px;}
.slider-items .nivo-nextNav::after {content: "\f105";font-family: fontawesome;font-size: 50px;left: 12px;position: absolute;top: 10px;}
.nivo-directionNav a:hover {
background-color: transparent;
border-color: transparent;
transition: all 0.5s ease 0s;
color: #fff;
}
.nivo-prevNav {
left: 40px;
}
.nivo-nextNav {
right: 40px;
}
/* Caption styles */

.nivo-caption {
background: transparent;
bottom: 0;
box-sizing: border-box;
color: #aaacaf;
display: none;
left: 0;
overflow: hidden;
padding: 5px 10px;
position: absolute;
top: 0;
width: 100%;
z-index: 8;
}
.nivo-caption p {
padding: 5px;
color: #fff;
}
.nivo-caption a {
display: inline-block;
}
.nivo-html-caption {
display: none;
}
.nivo-caption a {padding: 10px 30px;text-transform: uppercase;color: #fff;background-image: none;height: 45px;line-height: 45px;padding: 0 29px;cursor: pointer;white-space: nowrap;border: none;display: inline-block;-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);-o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;font-size: 17px;letter-spacing: 0.2px;position: relative;z-index: 1;background: #b52024;}
.nivo-caption a:before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;}

.nivo-caption a:hover:before {-webkit-transform: scaleX(1);transform: scaleX(1);-moz-transform: scaleX(1);-ms-transform: scaleX(1);transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;background-color: #000;}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {display: block;margin-top: -105px;overflow: hidden;padding: 15px 0;position: relative;text-align: center;z-index: 8;margin-bottom: 45px;/* display:none; */}
.nivo-controlNav a {
cursor: pointer;
margin: 5px;
color: #fff;
font-size: 0px;
}
.nivo-controlNav a.active {
font-weight: bold;
}
.nivo-controlNav a::before {
content: "\f10c";
font-family: fontawesome;
font-size: 14px;
}
.nivo-control.active:before {color: #585b5e;}
.home_2 .nivo-control.active:before {
color: #fff
}

.nivo-caption a:hover, .nivo-caption a:focus {
    color: #fff;
}</pre></body></html>