/*
 * jQuery Nivo Slider v3.0
 * 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:370px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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;
}
/* 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;
	left:88px;
	bottom:65px;
	color:#fff;
	width:520px;
	z-index:8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption h1{
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	width:560px;
	line-height:25px;
	text-shadow:0px 1px 1px #343333;
}
.nivo-caption h1 span {
	font-size:30px;
	font-weight:bold;
}
.nivo-caption p {
	color:#fff;
	font-size:14px;
	line-height:auto;
	margin:0px 0px 0px 0px;
	text-shadow:0px 1px 1px #343333;
	width:388px;
}
.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;
	position:relative;
	z-index:9;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-caption span a.view {
    cursor: pointer;
    display: block;
    float: right;
    height: 34px;
    margin-right:23%;
    width: 58px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.nivo-caption {
	width:84%;
	bottom:10px;
	left:30px !important;
}
.nivo-caption h1{
	margin-bottom:10px;
}
.nivo-caption h1{
	font-size:18px;
}
.nivo-caption h1 span{
	font-size:20px;
}
.nivo-caption p{
	font-size:11px;
}
.nivo-caption h1 , .nivo-caption p{
	width:100%;
}
.theme-default .nivo-controlNav{
	bottom:-12px !important;
	left:0;
	right:5px;
}
.nivo-caption span a.view {
	margin-right:0px;
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
.nivo-caption , .nivo-caption h1 , .nivo-caption p , .nivo-caption span a.view{
	display:none !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
.nivo-caption , .nivo-caption h1 , .nivo-caption p , .nivo-caption span a.view{
	display:none !important;
}
}
@media only screen and (min-width: 240px) and (max-width: 319px) {
.nivo-caption , .nivo-caption h1 , .nivo-caption p , .nivo-caption span a.view {
	display:none !important;
}
}