/*
 * 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:auto;
	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:#333;
	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:#666;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	width:560px;
	line-height:16px;
	/*text-shadow:0px 1px 1px #343333;*/
}
.nivo-caption h1 span {
	font-size:25px;
	font-weight:bold;
}
.nivo-caption p {
	color:#333;
	font-size:16px;
	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;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
.nivo-caption {
	width:84%;
	bottom:22px;
	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;
}

}
@media only screen and (min-width: 360px) and (max-width: 479px) {
.nivo-caption{
	bottom:16px !important;
	left:22px !important;
	width:300px;
}
.nivo-caption h1{
	font-size:18px;
	margin-bottom:0;
}
.nivo-caption h1 span{
	font-size:20px;
}
.nivo-caption h1 ,.nivo-caption p {
	float:left;
	width:100%;
}
.theme-default .nivo-controlNav{
	bottom:-12px !important;
	left:43% !important;
}
.nivo-caption p{
	font-size:11px;
}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
.nivo-caption{
	left:35px;
	bottom:10px;
	width:220px;
}
.nivo-caption h1{
	font-size:11px;
	margin-bottom:0px;
	width:220px;
}
.nivo-caption h1 span{
	font-size:13px;
	margin-top:-25px;
}
.nivo-caption p{
	font-size:8px;
	line-height:10px;
	width:220px;
}
.theme-default .nivo-controlNav{
	left:35%;
	bottom:-8px !important;
	width:auto;
}
}
@media only screen and (min-width: 240px) and (max-width: 319px) {
.nivo-caption , .nivo-caption h1 , .nivo-caption p{
	display:none;
}
.theme-default .nivo-controlNav{
	left:40% !important;
	bottom:-13px !important;
}