/*
Skin Name: Nivo Slider Demo demoEight Theme
Skin URI: http://nivo.dev7studios.com
Description: Demo demoEight Theme
Version: 1.0
Author: Jenni
Supports Thumbs: true
*/

.slider-wrapper.theme-demoEight  {
max-width: 1140px;
margin: 0 auto;
}

.theme-demoEight .nivo-caption {
top: 0px;
width: 33%;
height: 100%;
padding: 75px 60px;
}

@media only screen and (max-width: 1023px) {
.theme-demoEight .nivo-caption {
padding: 35px 30px 25px 60px !important;
}
}

.theme-demoEight .nivo-caption h1, 
.theme-demoEight .nivo-caption h2, 
.theme-demoEight .nivo-caption h3, 
.theme-demoEight .nivo-caption h4, 
.theme-demoEight .nivo-caption h5, 
.theme-demoEight .nivo-caption h6 {
color: white;
}

.theme-demoEight .nivo-directionNav a {
background: url('icon-direction-nav.png') no-repeat -50px 0;
background-size: 100px 98px;
height: 49px;
right: -20px;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
width: 50px;
margin: -20px 0 0;
display: block;
position: absolute;
top: 50%;
cursor: pointer;
text-indent: -9999px;
z-index: 100;
}

.theme-demoEight .nivo-directionNav a.nivo-prevNav {
background-position: 0 0;
left: 0;
}

.theme-demoEight .nivo-directionNav a.nivo-prevNav:hover {
background-position: 0 -49px;
}

.theme-demoEight .nivo-directionNav a.nivo-nextNav {
background-position: -50px 0;
right: 0;
}

.theme-demoEight .nivo-directionNav a.nivo-nextNav:hover {
background-position: -50px -49px;
}

.theme-demoEight .nivo-controlNav {
margin: -50px 0 0 0;
position: relative;
z-index: 10;
text-align: left !important;
padding: 15px 0 15px 60px !important;
}

.theme-demoEight .nivo-controlNav a {
display: inline-block;
width: 10px;
height: 10px;
background: url('bullets.png') no-repeat 0 2px;
text-indent: -9999px;
border: 0;
margin: 0 2px;
}

.theme-demoEight .nivo-controlNav a.active {
background-position: 0 100%;
}

@media only screen and (max-width: 800px) {
.theme-demoEight .nivo-caption {
display: none !important;
}
}
