/*
 * 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:40%;
        color:#E5A812;
        width:500px;
        height:auto;
        z-index:8;
        padding: 0px;
        right:calc(50% - 650px);
        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: transparent;
		text-align:left;
        font:500 68px/1.2em 'Roboto', sans-serif;
}




.nivo-caption em{font:400 28px/1.2em 'Roboto', sans-serif; color:#253955; 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/26px 'Roboto', sans-serif; color:#f2c417; text-align:left; position:relative; padding:12px 50px!important; border:1px solid #f2c417!important; border-radius: 0px!important; cursor: pointer; max-width: 150px!important;  text-transform: none!important; font-style: normal!important; margin-top: 30px!important; }


.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: 100px;
		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: #f2c417;
}
