/*
 * 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 */
.sliderbg {
	background: #e8e8e8;
}

.nivoSlider {
	position:relative;
	width: 1200px;
	overflow:hidden;
	min-width:500px;
	margin: 0 auto;
}

.nivoSlider img {
	display: block;
	position:absolute;
	top:0px;
	left:0px;
	margin: 0 auto;
        padding-top: 80px;
	width: auto !important;
	height: auto !important;
}
.nivo-main-image {
	display:block !important;
	position:relative !important;
	height: auto !important;
	width: auto !important; 
}
.nivoSlider a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	color: #c1272d;
	text-decoration: none;
	border-bottom: dotted 1px;
}
.nivoSlider a:hover{
	border:none;
}
.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;
}
.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-controlNav {
	position:absolute;
	top:275px;
	left:315px;
	z-index:19;
}
.nivo-controlNav a {
	display:block;
	text-indent:-9999px;
	width:13px;
	height:13px;
	border:1px solid #EEE;
	background:none;
	position:relative;
	margin-right:16px;
	cursor:pointer;
	float:left;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background:#B724C6; 
}
.nivo-directionNav a {
	opacity:0.25;
	display:block;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
 	-o-transition:all 300ms;
 	transition:all 300ms;
	width:28px;
	height:44px;
	background:url(../../images/arrows-NSD29.png) no-repeat;
	position:absolute;
	top:49%;
	text-indent:-9999px;
	border:0;
	z-index:9;
	cursor:pointer;
}
.nivoSlider:hover .nivo-directionNav a {opacity:1;padding:0 8px;width:44px;margin:0 -16px;}
a.nivo-prevNav {left:20px}
a.nivo-nextNav {background-position:100% 0;right:22px}
.nivo-controlNav.nivo-thumbs-enabled {width:100%}
.nivo-controlNav.nivo-thumbs-enabled a {
	width:auto;
	height:auto;
	background:none;
	margin-bottom:5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display:block;
	width:120px;
	height:auto;
}
.tagMarker { /* This is the red marker style */
	opacity:0;
	z-index:1000 !important; /* to keep it Up */
	position:absolute;
}
.tagMarker img { /* This is its image style */
	cursor:pointer;
	padding:1px; /* Just a little space around */
}
.tagText { /* The text (and/or other stuff) */
	position:absolute;
	display:none;
	opacity:0;
	width:150px;
	height:auto;
	padding:10px 8px;
	background:#1a1a1a;
	font-family:inherit;
	font-size:12px;
	line-height:16px;
	font-weight:300;
	text-align:left;
	color:#f2f2f2;
}
.tagText.right:before { /* We create a triangle for a right tag */
	content:"";
	position:absolute;
	left:-10px;
	top:50%;
	margin-top:-10px;
	border: none;
}
.tagText.left:before {
	content:"";
	position:absolute; 
	right:-10px;
	top:50%;
	margin-top:-10px;
	border: none;
}
.tagText.bottom:before {
	content:"";
	position:absolute; 
	top:-10px;
	left:50%;
	margin-left:-10px;
	border: none;
}
.tagText.top:after {
	content:"";
	position:absolute; 
	bottom:-10px;
	left:50%;
	margin-left:-10px;
	border: none;
}
.style0 {
	background:#1a1a1a;
	color:#f2f2f2;
	width:330px;
}
.tagText.style0.bottom:before {
	content:"";
	position:absolute; 
	top:-10px;
	left:50%;
	margin-left:-10px;
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-bottom:10px solid #1a1a1a;
}
.tagText.style0.right:before {
	content:"";
	position:absolute; 
	left:-10px;
	top:50%;
	margin-top:-10px;
	border-bottom:10px solid transparent; 
	border-right:10px solid #1a1a1a; 
	border-top:10px solid transparent;
}
.tagText.style0.top:before {
	content:"";
	position:absolute; 
	bottom:-10px;
	left:50%;
	margin-left:-10px;
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-top:10px solid #1a1a1a;
}
.tagText.style0.left:before {
	content:"";
	position:absolute; 
	right:-10px;
	top:50%;
	margin-top:-10px;
	border-bottom:10px solid transparent; 
	border-left:10px solid #1a1a1a; 
	border-top:10px solid transparent;
}
.style1 {
	background:#1a1a1a;
	color:#f2f2f2;
	text-align: center;
	width:180px;
}
.tagText.style1.bottom:before {
	content:"";
	position:absolute; 
	top:-10px;
	left:50%;
	margin-left:-10px;
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-bottom:10px solid #1a1a1a;
}
.tagText.style1.right:before {
	content:"";
	position:absolute; 
	left:-10px;
	top:50%;
	margin-top:-10px;
	border-bottom:10px solid transparent; 
	border-right:10px solid #1a1a1a; 
	border-top:10px solid transparent;
}
.tagText.style1.left:before {
	content:"";
	position:absolute; 
	right:-10px;
	top:50%;
	margin-top:-10px;
	border-bottom:10px solid transparent; 
	border-left:10px solid #1a1a1a; 
	border-top:10px solid transparent;
}
.tagText.style1.top:after {
	content:"";
	position:absolute; 
	bottom:-10px;
	left:50%;
	margin-left:-10px;
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-top:10px solid #1a1a1a;
}

@media only screen and (max-width: 1024px) {
	.nivoSlider {
		position: relative;
		min-width: 300px;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: auto;
	}
	
		.nivoSlider img {
			display: block;
			position:absolute;
			top:0px;
			left:0px;
			margin: 0 auto;
                        padding-top: 0;
			width: 100% !important;
			height: auto !important;
		}
		.nivo-main-image {
			display:block !important;
			position:relative !important;
			height: auto !important;
			width: auto !important; 
		}
		
		.tagMarker { /* This is the red marker style */
			opacity:0;
			z-index:1 !important; /* to keep it Up */
			position:absolute;
		}
		.tagMarker img { /* This is its image style */
			cursor:pointer;
			padding:1px; /* Just a little space around */
			width: 10px !important;
		}
	.nivo-directionNav a {
		opacity:0.25;
		display:block;
		-webkit-transition:all 300ms;
		-moz-transition:all 300ms;
	 	-o-transition:all 300ms;
	 	transition:all 300ms;
		width:14px;
		height:22px;
		background:url(../../images/arrows-NSD29.png) no-repeat;
		background-size: 44px 22px; 
		position:absolute;
		top:49%;
		text-indent:-9999px;
		border:0;
		z-index:9;
		cursor:pointer;
	}
	.nivoSlider:hover .nivo-directionNav a {opacity:1;padding:0 2px;width:22px;margin:0 -16px;}
	a.nivo-prevNav {left:10px}
	a.nivo-nextNav {background-position:100% 0;right:11px}
	}