/*
 * jQuery Nivo Slider v3.1
 * 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 */
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    min-height: 160px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
    display: none;
    z-index: 2 !important;
    min-width: 200px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.main-image-div {
    position: relative;
    height: 367px;
    overflow: hidden;
}

.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
}

.nivo-slice {
    border-radius: 5px;
    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; }

.nivo-caption {
    position:absolute;
    left:0px;
    bottom: -60px !important;
    background: transparent;
    width:100%;
    z-index:8;
    opacity: 0.99;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    height: 60px;  
    color: #9D9D9C;
    font-size: 16px;
    letter-spacing: -0.01em;
    
}

.nivo-caption .centered {
	background: transparent;
	padding-right: 10%;
    margin: 0 auto;
    height: 100%;
	box-sizing: border-box;
}

.nivo-caption .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
}

.nivo-caption article {
    padding: 50px 2%;
}

.nivo-caption h1{
	color: #ff0000;
	text-transform: uppercase;
	font-size: 300%;
	font-weight: 700;
	line-height: 125%;
    padding: 0;
    margin:0;
}

.nivo-caption h1 a {
	color: inherit;
	text-decoration: none;
}

.nivo-caption .grey-button {
    background-color: #222222;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.nivo-caption p {
    padding:0;
    margin:0;
}


.nivo-caption img {
	margin-top: 3px;
	width: 75px; 
}

.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
    position: absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    text-decoration: none !important;
}
.nivo-prevNav {
    left:10px;
    background: url(/_local/images/prevSlide.png) no-repeat;
    width: 9%;
    height: 16%;
    background-size: contain;
}

#sliderInPage .nivo-prevNav {
    background: none;
}

#sliderInPage .nivo-prevNav:after {
    content: '\f104';
    font-family: 'FontAweSome';
    font-size: 50px;
    color: white;
}

.nivo-nextNav {
    right:10px;
    width: 9%;
    height: 16%;
    background: url(/_local/images/nextSlide.png) right no-repeat;
    background-size: contain;
}
#sliderInPage .nivo-nextNav {
    background: none;
    width: 30px;
    right: 0;
}
#sliderInPage .nivo-nextNav:after {
    content: '\f105';
    font-family: 'FontAweSome';
    font-size: 50px;
    color: white;
}

.nivo-controlNav {
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}


/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlOuter {
	position: relative;
    min-height: 50px;
    bottom: 0;
    width: 103%;
    overflow: hidden;
    z-index: 9!important;
	margin-top: 40px; /* Put the nav below the slider */
}

.nivo-controlNav {
    position: relative;
}

.nivo-controlNav a {
    width: 31%;
    float: left;
	margin-right: 2%;
}
.nivo-controlNav a.active {

}

.nivo-controlNav img {
    width: 100%;
    height: auto;
}


@media only screen and (max-width: 1500px) {
	
	
	
}

@media only screen and (max-width: 1200px) {
	
	
}

@media only screen and (max-width: 170px) {
    
   	.nivo-caption {
		top: 0px;
        font-size: 25px;
	}
    
    .nivo-caption, .nivo-directionNav {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    
    .nivo-caption .bg {
        opacity: 0;
    }
    
    .nivo-caption article {
        padding: 30px 0%;
    }
    
    .nivo-directionNav a {
        top:70%;
    }
    
    .nivo-prevNav {
        left:1.5%;
    }
    .nivo-nextNav {
        right:1.5%;
    }
	
}



@media only screen and (max-width: 187px) {
	
	.nivo-caption {
		top: 0px;
        font-size: 23px;
	}
    
    .nivo-caption article {
    padding: 20px 0;
    }


	.nivo-caption span.link {
		margin-top: 30px;
	}
	
    
    .nivo-directionNav a {
        top: 80%;
        height: 30%;
        background: none;
        z-index: 10;
    }
    .nivo-directionNav a.nivo-prevNav {
        right: 50px;
        left: auto;
        width: auto;
    }
    .nivo-directionNav a.nivo-nextNav {
        right:10px;
        left: auto;
        width: auto;
    }
    
    .nivo-prevNav:after {
        content: '\f104';
        font-family: 'FontAweSome';
        font-size: 30px;
        color: black;
        padding: 0px 10px;
        background: #fff;
        border-radius: 7px;
        opacity: 0.7;
    }
    .nivo-nextNav:after {
        content: '\f105';
        font-family: 'FontAweSome';
        font-size: 30px;
        color: black;
        padding: 0px 10px;
        background: #fff;
        border-radius: 7px;
        opacity: 0.7;
    }
    
}

@media only screen and (max-width: 170px) {
	
    .nivo-caption {
		font-size: 21px;
	}
    
    .nivo-caption article {
    padding: 15px 0;
    }
	
	.nivo-caption span.link {
		margin-top: 16px;
	}
}


@media only screen and (max-width: 160px) {
	
	
	.nivo-caption {
		font-size: 21px;
	}
	
	
	.nivoSlider img {
		min-height: 150px;
	}
}

@media only screen and (max-width: 148px) {
	
	
	.nivo-caption {
		font-size: 18px;
	}
    
	.nivoSlider img {
	   min-height: 100px;
	}
	.nivoSlider{
		overflow: hidden;
	    min-height: 100px;
	}
	
	.nivo-caption span.link {
		margin-top: 8px;
	}
    
    .nivo-controlOuter {
        height: 50px;
        margin-top: -5px;
        position: absolute;
        width: 100%;
        z-index: 9 !important;
    }
    
    .nivo-controlNav {
        margin: auto;
        overflow: visible;
        position: relative;
        white-space: nowrap;
        width: 90px;
        display: none;
    }
     .nivo-directionNav a {
        display: none;
    }
    
    
}

@media only screen and (max-width: 136px) {

    .nivo-caption {
        font-size: 16px;
    }
	
	.nivo-caption span.link {
	position: relative;
	padding: 1px 10px;
	margin-top: 10px;
	font-size: 80%;
	}
}









