/*
 * 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, .has-sidebar .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none !important;
	padding:0; margin: 0 !important; border:none; }
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	max-height: 300px !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;
	width:75%;
	right:4%;
	bottom:6%;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.8); 
   	color:#fff;
	z-index:8;
	padding: 10px;
	overflow: hidden;
	display: none; /* Safari/Chrome, other WebKit */    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px 5px 10px 5px;
	margin:0;
	font-weight: lighter;
}
.nivo-caption a {
	display:inline !important;
}	

.nivo-caption h2 {
	margin: 0; color:rgb(242,57,47);
}
.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;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url("img/loading.gif") no-repeat 50% 50%;
    margin-bottom:10px;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
    position:relative;
    left: 20px; /* Tweak this to center bullets */
    bottom:53px;
    z-index:20;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	/*background:url(../images/bullets.png) no-repeat;*/
	background-color:#fff;
	color:#000;
	opacity: 0.5;
	text-indent:-9999px;
	border:0;
	margin-right:4px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	/*background-position:0 -22px;*/
	background-color: #f05125;
	opacity: 1.0;
}

.theme-default .nivo-directionNav a {
	display:block;
	margin-top: -20px;
	width:33px;
	height:80px;
	background:url("img/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-33px 0;
	right:10px;
}
.theme-default a.nivo-prevNav {
	left:10px;
}

.theme-default .nivo-caption {
  font-family: 'Open Sans', sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff; border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff; border-bottom: 1px solid #fff; text-decoration: none;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

	/* =============================================================================
       Smaller than standard 960 (devices and browsers) 
       ========================================================================== */
		@media only screen and (max-width: 959px) { 

		}

	/* =============================================================================
       Mobile Landscape Size to Tablet Portrait (devices and browsers) 
       ========================================================================== */
		@media only screen and (max-width: 767px) { 
			.theme-default .nivoSlider { display: block; overflow:visible; top:0; left:0; height:100%; box-shadow: none; background-position:50% 25%;}
			.theme-default .nivoSlider img {max-height:180px;}
			.theme-default .nivo-controlNav {height:20px; padding:0; top:5%; position:absolute;}
			.theme-default .nivo-caption {right:0; top:180px; width:100%; bottom: auto;}
			.theme-default .nivo-directionNav a {top:25%;}

		}
	
	/* =============================================================================
       Mobile Portrait Size to Mobile Landscape Size (devices and browsers) 
       ========================================================================== */
		@media only screen and (max-width: 479px) { 
			.theme-default .nivoSlider img {max-height:129px;}
			.theme-default .nivo-caption {top:129px;}
			.theme-default .nivo-directionNav a {top:18%;}
		}

/* =============================================================================
   IE Styles
   ========================================================================== */
/* ==== IE 7 ==== */
	/* Nivo Caption*/
	.lt-ie7 .nivo-caption {filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); zoom: 1;}

/* ==== IE 8 ==== */
	/* Nivo Caption*/
	.lt-ie8 .nivo-caption {filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; zoom: 1;}
