/*
 * 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 */

.slider-main { position:relative;}
.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;}

/* Caption styles */
.nivo-html-caption { display:none;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav { font-size:0;}
.nivo-directionNav a {position:absolute; top:43%; z-index:9; cursor:pointer; border:0 none; display:block; height:40px; width:40px; border-radius:10px;}
a.nivo-prevNav { left:5%; background-color:#382d44 !important;}
a.nivo-prevNav::before { content:'\f053'; position:absolute; top:6px; left:0; right:0; font-family:'Font Awesome 5 Pro'; color:#ffffff; text-align:center; font-size:18px;}
a.nivo-nextNav { right:5%; background-color:#382d44 !important;}
a.nivo-nextNav::before { content:'\f054'; position:absolute; top:6px; left:0; right:0; text-align:center; font-size:18px; font-family:'Font Awesome 5 Pro'; color:#ffffff; text-align:center;}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { text-align:left; right:auto; padding:0; position:absolute; width:100%; bottom:12%; z-index:9; text-align:center;}
.nivo-controlNav a { cursor:pointer; border:0 none; display:inline-block; width:78px; margin:0 15px 0 0; border:3px solid #ffffff;}
.nivo-controlNav a img { width:100%; height:auto; display:block;}
.nivo-controlNav a.active { border-color:#e7c52f;}

/* Caption styles */
.nivo-caption { position:absolute; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; z-index:8;	bottom:24%; text-align:center; left:0; right:0; margin:0 auto; width:65%; padding:0; color:#ffffff; }
.nivo-caption h2{ font:400 74px/50px 'Alex Brush'; color:#ffffff; display:block; text-transform:capitalize; position:relative; text-shadow:3px 3px 3px rgba(0,0,0,0.4); margin-bottom:10px;}
.nivo-caption h2 a{ display:block; }
.nivo-caption h4{ font:400 15px/15px 'Roboto Slab'; color:#f8c231; text-transform:uppercase; display:inline-block; margin-bottom:15px; position:relative; padding-bottom:50px;}
.nivo-caption h4:after {content:''; position:absolute; left:0; right:0; bottom:0; width:124px; margin:0 auto; height:30px; background:url(../images/title-img-2.png) no-repeat;}
.nivo-caption p { font:400 15px/25px 'Roboto Slab'; color:#ffffff; margin-bottom:25px;}