/*
 * 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 */
.main-slider{
	position: relative;
	padding: 10px 0 19px 0;
	background: url(../img/divider.png) 0 bottom repeat-x #2b2328;
	min-height: 500px;
	margin-bottom: 69px;
}


.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.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;
}
.nivo-html-caption {
	display:none;
}
.nivo-directionNav {
	display: block;
	position: relative;
	z-index: 200;
}
/* Direction nav styles (e.g. Next & Prev) */


.nivo-directionNav a {
	position:absolute;
	bottom: 53px;
	z-index:9;
	cursor:pointer;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-1000px;
	overflow:hidden;
	width:84px;
	height:86px;
	font-size:0;
	line-height:0;
	text-indent:-1000px
	
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width: 402px;
	left: 50%;
	margin-left: -201px;
	text-align: center;
	bottom:-69px;
	z-index:100;
	padding: 9px 0 27px 0;
	background: url(../img/divider.png) 0 bottom repeat-x #2b2328;
	}
.nivo-controlNav a {
	cursor:pointer;
	height: 35px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nivo-controlNav a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-width:none;
	width: 88px;
	height:auto;
	opacity: 0.5;
	position: relative;
	top: 0;
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
	opacity: 1;
}
 @media only screen and (min-width: 1200px) {
.main-slider{min-height: 658px;}

}
 @media only screen and (min-width: 768px) and (max-width: 995px) {
.main-slider{min-height: 400px;}

}

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

.main-slider{min-height: 300px;}

}
@media only screen and (max-width: 620px) {
	.main-slider{min-height: 200px;}
}

@media only screen and (max-width: 530px) {
	.nivo-controlNav a img{width: 44px;}
	.nivo-controlNav a{height: 17px;}
	.nivo-controlNav{
		width: 200px;
		margin-left: -100px;
		padding-bottom: 15px;
		bottom:-39px;
	}
}

@media only screen and (max-width: 488px) {
	.main-slider{min-height: 100px;}
	
	}
@media only screen and (max-width: 320px) {
	
}
