/*
 * 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: 50% !important;
    height: auto;
    margin-left: 500px;
}
/* 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; width:50%; height:auto; 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:45%; z-index:9; cursor:pointer; border:0 none; display:block; height:60px; width:60px; border-radius:50%;}
a.nivo-prevNav { left:-25px; background-color:#ffffff !important;}
a.nivo-prevNav::before { content:'\f053'; position:absolute; top:18px; font-family:'Font Awesome 5 Pro'; color:#6b6b6b; text-align:center; font-size:22px; left:18px; right:0;}
a.nivo-nextNav { right:-25px; background-color:#ffffff !important;}
a.nivo-nextNav::before { content:'\f054'; position:absolute; top:18px; left:1px; right:18px; text-align:center; font-size:22px; font-family:'Font Awesome 5 Pro'; color:#6b6b6b; 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: 10%;
    text-align: center;
    left: 5%;
    width: 52%;
    padding: 0;
    color: #ffffff;
}


.nivo-caption h2{ font:400 74px/72px 'Lato'; color:#ffffff; display:block; text-transform:capitalize; position:relative; margin:0 0 50px; text-shadow:3px 3px 3px rgba(0,0,0,0.4); }
.nivo-caption h2 a{ display:block; }
.nivo-caption h4{ font:400 22px/30px 'Courgette'; color:#f8c231; text-transform:capitalize; border:1px solid #ffffff; display:inline-block; padding:10px 30px; margin-bottom:35px;}
