/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.slider-wrapper {
	margin: 0 0 40px;
}
.slider-wrapper img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}

/* DIRECTIONAL NAVIGATION */

.nivo-directionNav {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	width: 150px;
	height: 75px;
	font-size: 0;
}
.nivo-directionNav:after {
	content: "";
	position: absolute; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 12px;
	margin: auto;
	background-color: #c6c6c6;
}
.nivo-directionNav a {
	position: absolute;
	top: 50%;
	z-index: auto;
	width: 75px;
    height: 75px;
    margin-top: -37px;
    background-color: rgba(255,255,255,0.4);
    background-position: center;
	background-repeat: no-repeat;
    opacity: 1;
}
.nivo-directionNav a.nivo-prevNav {
	left: 0;
    background-image: url('slider-arrow-left.png');
}
.nivo-directionNav a.nivo-nextNav {
	right: 0;
    background-image: url('slider-arrow-right.png');
}
.nivo-directionNav a:hover {
    opacity: 0.4;
}

/* BULLET NAVIGATION */

.nivo-controlNav {
    display: none;
    padding: 0;
    font-size: 0;
}
.nivo-controlNav a {
    display: inline-block;
    width: 50px;
    height: 10px;
    margin: 20px 5px 0;
    border-top: 2px solid rgba(0,0,0,0.3);
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
    border-color: rgba(0,0,0,1);
}
.nivo-thumbs-enabled a {
    width: 100px;
    height: auto;
    border-color: transparent;
}
.nivo-thumbs-enabled a.active {
    border: 1px solid #ddd;
}
.nivo-thumbs-enabled img {
	width: 100%;
    height: auto;
}



@media all and (min-width: 1025px) {

.header-inside-slider .header.mobile {
	position: absolute;
	width: 100%;
	background-color: transparent;
}
.nivo-directionNav,
.nivo-controlNav {
	display: block;
}

}