/*
Skin Name: Nivo Slider Edebe Theme 2018
Version: 1.0
Author: Oscar ATIPUS
Author URI: http://www.atipus.com
Supports Thumbs: false
*/

.theme-edebenew {
	position: relative;
    margin-bottom: 15px;
	text-align: center;
}

.theme-edebenew .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-edebenew .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-edebenew .nivoSlider a {
	border:0;
	display:block;
}

.theme-edebenew .nivo-controlNav {
	text-align: center;
	position: relative;
	bottom: 0;
    left: 0;
    right: 0;
	z-index: 9090;
    padding: 12px 0;
    overflow: hidden;
	margin: -51px auto 0;
	display: inline-block;
}
.theme-edebenew .nivo-controlNav a {
	display: inline-block;
	width: 25px;
	height: 27px;
	background: url(bullets.png) no-repeat;
	/*text-indent: 100%;*/
	text-indent: -9999px;
	border: 0;
	margin: 0;
}
.theme-edebenew .nivo-controlNav a.active {
	background-position:0 -27px;
}

.theme-edebenew .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-edebenew:hover .nivo-directionNav a { opacity: 1; }
.theme-edebenew a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-edebenew a.nivo-prevNav {
	left:15px;
}

.theme-edebenew .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-edebenew .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-edebenew .nivo-caption a:hover {
    color:#fff;
}