/*
 * 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:40%; z-index:9; cursor:pointer; border:0 none; display:block; height:35px; width:35px; transform:rotate(45deg);}
a.nivo-prevNav { left:7%; background-color:#1d2a2c !important;	}
a.nivo-prevNav::before { content:'\f104'; position:absolute; top:7px; font-family:'Font Awesome 5 Pro'; color:#ffffff; text-align:center; font-size:25px;
left:0; right:0; transform:rotate(-45deg);}
a.nivo-nextNav { right:7%; background-color:#1d2a2c !important;}
a.nivo-nextNav::before { content:'\f105'; position:absolute; top:3px; left:1px; right:0; transform:rotate(-45deg); text-align:center; font-size:25px; 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;/*left:6.5%;*/ -webkit-box-sizing:border-box;/* Safari/Chrome, other WebKit */ -moz-box-sizing:border-box;/* Firefox, other Gecko */ box-sizing:border-box;/* Opera/IE 8+ */ color:#ffffff; z-index:8; overflow:hidden; bottom:35%; padding:21px 5%; width:100%;/*margin:0 auto;*/ text-align:center; display:inline-block;}
.nivo-caption h2{ font:700 92px/75px 'Open Sans'; color:#ffffff; text-transform:uppercase; padding:0 0 20px 0; display:inline-block; position:relative; text-shadow:0px 4px 4px rgba(0,0,0,0.52);}
.nivo-caption h3 { font:400 30px 'Open Sans'; color:#e7c52f; text-transform:uppercase;}
.nivo-caption p { font:400 17px/24px 'Open Sans'; color:#ffffff; margin-bottom:50px; width:44%; margin:0 auto;}