/*

 * 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:auto;

	overflow: hidden;

}

.nivoSlider img {

	position:absolute;

	top:0px;

	left:0px;

	max-width: none;

	max-height: 425px;

}

.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:100%;

	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 {

	position:absolute;

	right:25%;

	top:18%;

	color:#333;

	width:25%;

	z-index:9999;

	padding: 0px;

	opacity: 1;

	display: none;

}



.nivo-caption p {

	padding:5px;

	margin:0;

}

.nivo-caption a {

	display:inline !important;

}

.nivo-html-caption {

    display:none;

}



.nivo-caption .title,

.nivo-caption .description {

	

}



.nivo-caption {

	font-family:"Osh-b"; 

	}



.nivo-caption .description {

	display:block;

	font-size:20px;

	padding:0 20px;

	color:#333;

	line-height:1.2em;

	height:auto;

}



.nivo-caption .readmore {

	color:#fff;

	font-size:20px;

	font-family:"Osh-b";

	line-height:1em;

	margin-top:30px;

	}



.nivo-caption .readmore a {

	display:inline-block;

	color:#fff;

	padding:10px 20px;

	border-radius: 6px;

	background-image: -webkit-gradient(

	linear,

	left top,

	left bottom,

	color-stop(0.49, #7A9A1A),

	color-stop(0.52, #6B8F00)

);

background-image: -o-linear-gradient(bottom, #7A9A1A 49%, #6B8F00 52%);

background-image: -moz-linear-gradient(bottom, #7A9A1A 49%, #6B8F00 52%);

background-image: -webkit-linear-gradient(bottom, #7A9A1A 49%, #6B8F00 52%);

background-image: -ms-linear-gradient(bottom, #7A9A1A 49%, #6B8F00 52%);

background-image: linear-gradient(to bottom, #7A9A1A 49%, #6B8F00 52%);

}







/* 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 {

	position:absolute;

	text-align:center;

	padding: 15px 0;

	width:150px;

	height:50px;

	left:50%;

	top:450px;

	z-index:99999999;

}

.nivo-controlNav a {

	cursor:pointer;

	font-size:0;

	margin-right:2px;

}



.nivo-controlNav a:before {

	 content: "\f111";

    font-family: FontAwesome;

    font-style: normal;

    font-weight: normal;

    text-decoration: inherit;

	font-size: 14px;

	color: #E5E5E5;

}



.nivo-controlNav a.active {

	font-weight:bold;

}



.nivo-controlNav a.active:before {

	 content: "\f111";

    font-family: FontAwesome;

    font-style: normal;

    font-weight: normal;

    text-decoration: inherit;

	font-size: 14px;

	color:#1580ba;

}



