/*
 * 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;
        margin: 0 auto;
        overflow: hidden;
        top:0px;
        background: transparent;
        padding-bottom: 0px;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
    opacity: 1;
		
}

.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;
        right:0px;
        width:35%;
        height:100%;
        border:0;
        padding:0;
        margin:0;
        z-index:0;
        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-caption {
        position:absolute;
        bottom:30%;
        color:#fff;
        width:500px!important;
        height:auto;
        z-index:8;
        padding: 10px;
        left:calc(50% - 650px)!important;
        opacity: 1;
        overflow: hidden;
        display: block;
        -moz-opacity: 1;
        filter:alpha(opacity=1);
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        background-color: rgba(0,0,0,0.45);
		text-align:left;
        font:700 52px/1.0em 'Open Sans', sans-serif!important;
		text-transform: uppercase;
}




.nivo-caption em{font:400 22px/1.2em 'Open Sans', sans-serif; color:#ffd21f; text-align:left; display: block;  position:relative; padding:8px 0px; border:0px solid #fff; cursor: pointer;  text-transform: none; font-style: normal!important;}

.nivo-caption en{font:400 20px/20px 'Open Sans', sans-serif; color:#ffd21f; text-align:left; position:relative; padding:8px 20px!important; border:2px solid #ffd21f!important; border-radius: 0px!important; cursor: pointer; max-width: 250px!important;  text-transform: none!important; font-style: normal!important; margin-top: 10px!important; margin-bottom: 5px!important; display: inline-block;}


.nivo-caption p {
        padding:5px;
        margin:0;
}
.nivo-caption a {
        display:inline !important;
}
.nivo-html-caption {
        display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
        position:absolute;
        top:45%;
        z-index:9;
        cursor:pointer;
		display:block;
		font-size:0.1px;
		width:32px;
		height:32px;
}
.nivo-prevNav {
        left:20px;
		background:url(../images/i-prev.png) center center no-repeat;
}
.nivo-nextNav {
        right:20px;
		background:url(../images/i-next.png) center center no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
        text-align:center;
        position: relative;
        z-index: 1000;
		bottom: 30px;
		text-align:center;
}
.nivo-controlNav a {
        cursor:pointer;
        background-color: #d5d5d5;
        width: 12px;
        height: 12px;
        border-radius: 16px;
        margin: 0 5px;
        color: #dcdada;
        display: inline-block;
        text-indent: -9999px;
		
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
        background-color: #ff0000;
}
