﻿/*
Skin Name: Nivo Slider Default Theme - modified for navigation inside
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
*/



.home-page .slider-wrapper {
    margin-bottom: 40px;
    overflow: hidden;
}

.nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider::before {

    background-image: url('../../../../../../Themes/DansFanCity/Content/img/slider-filter.png');
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.nivoSlider img {
	position:absolute;
	top: 0;
	left: 0;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
.nivo-directionNav a {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 41px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    opacity: 1; 
    z-index: 11;
}

.nivo-directionNav a.nivo-nextNav {
    content: '';
    background-image: url('../img/Arrow-right-white-lg.png');
    right: 95px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;

}
.nivo-directionNav a.nivo-prevNav {
    content: '';
    background-image: url('../img/Arrow-left-white-lg.png');
    left: 95px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;

}
.nivo-directionNav a.nivo-nextNav:hover {
    content: '';
    background-image: url('../img/Arrow-right-green-lg.png');
    right: 85px;

}
.nivo-directionNav a.nivo-prevNav:hover {
    content: '';
    background-image: url('../img/Arrow-left-green-lg.png');
    left: 85px;

}
.nivo-controlNav {
	text-align: center;
    position: relative;
    z-index: 7;
    padding: 0;
    margin-top: -46px;
}
.nivo-controlNav a {
	display: inline-block;
	width: 13px;
	height: 13px;
    font-size: 0;
    background: #fff;
    margin: 0 7px;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background: #53bbfa;
}
.nivo-controlNav.nivo-thumbs-enabled {
    margin: 0;
}
.nivo-controlNav.nivo-thumbs-enabled a {
    width: 120px;
    height: auto;
    margin: 10px 5px 0;
    background: none !important;
}

.nivo-caption {
    bottom: auto;
    background: transparent;
    opacity: 1;
    padding: 14px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 592px;
    margin-left: 30px;
    left: auto;
    text-align: left;
    z-index: 10;
}
.nivo-caption h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: Futura, sans-serif;
}
.nivo-caption p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}



@media all and (min-width: 1001px) {
	

.home-page .slider-wrapper {
    margin-bottom: 0px;
}
	
}
@media screen and (max-width: 1500px) {
    .nivo-caption {
        left: 90px;
    }
    .nivo-directionNav a.nivo-nextNav {
        right: 35px;
    }

    .nivo-directionNav a.nivo-prevNav {
        left: 35px;
    }

    .nivo-directionNav a.nivo-nextNav:hover {
        right: 25px;
    }

    .nivo-directionNav a.nivo-prevNav:hover {
        left: 25px;
    }
}
@media screen and (max-width: 991px) {
    .nivo-caption {
        left: 0;
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
        .nivo-caption h1 {
            font-size: 40px;
            margin-bottom: 8px;
        }
    .nivo-caption .btn-green {
        padding: 16px 22px;
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .nivo-directionNav a.nivo-nextNav {
        display: none;
    }

    .nivo-directionNav a.nivo-prevNav {
        display: none;
    }
    .nivo-caption {
        width: 92%;
    }
    .nivoSlider img {
        height: 400px !important;
        width: auto !important;
        overflow: visible !important;
    } 
    .nivo-slice{
        height: 400px !important;
        width: auto !important;
        overflow: visible !important;
    }
    /*.nivo-slice, .nivo-slice img{
        height: 400px !important;
        width: auto !important;
        overflow: visible !important;
    }*/
}
@media screen and (max-width: 600px) {
    .nivoSlider {
        width: 820px;
    }
    .nivo-caption {
        width: 366px;
        left: 10px;
        right: auto;
        bottom: -43px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
    }
}
@media screen and (max-width: 380px) {
    .nivo-caption {
        width: 330px;
        left: 5px;
        right: auto;
    }
}