/*
 * 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:600px;
	overflow: hidden;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;

}
.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;
	left:0px;
	width:100%;
	height:600px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	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 {
color: white;
text-shadow: 3px 3px 3px black;
padding: 20px;
position: absolute;
font-size:100px;
font-weight: 700;
/*letter-spacing: 13px;*/
text-transform: uppercase;
width: 80%;
left: 10%;
text-align: center;
line-height: 105px;
bottom: 50%;
margin: 0px 0px -120px -20px;
}
.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;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.nivo-caption, .nivo-caption2 {
    position: absolute;
    height: auto;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
    z-index: 8;
    left: 10px;
    font-size: 20px;
    text-transform: none;
    text-align: center;
    /*padding:20px;*/
    width:70%;
    max-width: 70%;
}

.nivo-caption {
    left: 25%;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 105px;
    text-align: left;
    top: 100px;
}

.nivo-caption2 {
    font-size: 28px;
    font-weight: 300;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    max-width: 90%;
    line-height: 40px;
    text-align: left;
    left: 25%;
    bottom: 50px;
}
/* Media Queries for custom slider */
@media screen and (max-width: 1600px) {

    .nivoSlider {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    /* Caption styles */
    .nivo-caption {
        font-size: 70px;
        line-height: 80px;
    }

    .nivo-caption2 {
        font-size: 20px;
        bottom: 40px;
        line-height: 26px;
    }
}

/* Media Queries for custom slider */
    @media screen and (max-width: 1340px) {

        .nivoSlider {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        /* Caption styles */
        .nivo-caption {
            font-size: 50px;
            line-height: 55px;
        }
        .nivo-caption2 {
            font-size: 18px;
            bottom: 30px;
            line-height: 22px;
        }
    }
/* Media Queries for custom slider */
@media screen and (max-width: 960px) {

    .nivoSlider {
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	/* Caption styles */
    .nivo-caption {
        font-size: 36px;
        line-height: 40px;
        left: 18%;
        top: 40px;
    }



    .nivo-caption2 {
        font-size: 16px;
        left: 18%;
        bottom: 20px;
        line-height: 20px;
        max-width:60%;
    }

}
@media screen and (max-width: 660px) {

    .nivoSlider {
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	/* Caption styles */
    .nivo-caption {
        font-size: 24px;
        line-height: 30px;
        left: 5%;
        top: 10px;
    }
    .nivo-caption2 {
        font-size: 12px;
        left: 5%;
        bottom: 10px;
        line-height: 16px;
        max-width: 60%;
    }


}
