/*
 * 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 */
.slider-wrapper { 
  width: 100%;
}

.column-2 .slider-wrapper { width: 120%; }

.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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	top:0;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    display: none;
	height: 100%;
    width:100%;
	left: 0;
	max-height: 250px;
	position: absolute;
	top: 0;
	z-index: 10;
}

.column-2 .nivo-caption {
	width: 83.4%;
}

.nivo-caption .nivo-caption-container {
  background: #fff;
  background: rgba(255, 255, 255, 1);
	padding: 3px 10px 10px 10px;
	width: 50%;
	z-index:8;
	-webkit-transition: all .5s ease-out;
}

.nivo-caption-container a {
    width:100%;
    display:block;
    background-color:red;
}

  .column-1 .nivo-caption-container { 
  	margin-top: 101px;
    width: 100%;
    border-radius: 0;
  }
  
  .column-2 .nivo-caption-container,
  .column-3 .nivo-caption-container {
  	height: 100%;
  	opacity: .88;
  }
  

.nivo-caption h2 { 
	color: #444;
	new_font-size: 14px !important;
	new_line-height: 14px;
	margin-top: 0;
}

.nivo-caption p {
  color: #444;
}

.column-1 .nivo-caption p { 
	font-size: 11px;
	line-height: 13px;	
}

.nivo-caption .img-plate {
	font-family: 'PT Sans', sans-serif;
	font-size: 10px;
	margin-top: -3px;
	padding: 5px 5px 5px 10px;
}

.column-1 .nivo-caption .img-plate {
	margin-bottom: 3px;
	margin-left: -10px;
	margin-right: -10px;
}

.column-2 .nivo-caption .img-plate,
.column-3 .nivo-caption .img-plate {
	bottom: 0;
	padding: 5px 10px;
	position: absolute;
}

.column-2 .nivo-caption-container.right .img-plate { left: 0; }
.column-2 .nivo-caption-container.left .img-plate { right: 0; }
.column-3 .nivo-caption-container.right .img-plate { left: 0; }
.column-3 .nivo-caption-container.left .img-plate { right: 0; }

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display: none;
	height: 20px;
	width: 20px;
	position:absolute;
	top:45%;
	z-index:11;
	cursor:pointer;
}

.column-1 .nivo-directionNav a { display: block; }

.nivo-prevNav {
	background: url('../gfx/arrows.png') 0 -60px;
	left:0px;
}
.nivo-nextNav {
	background: url('../gfx/arrows.png') 0 -40px;
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	padding: 10px;
	position: absolute;
	right: 0;
	text-align:center;
	top: 0;
}

  .column-1 .nivo-controlNav { display: none; }
  
.nivo-controlNav a {
  background: #ccc;
  background: rgba(255, 255, 255, .75);
  border-radius: 50%;
	cursor:pointer;
	display: block;
	float: left;
	height: 10px;
	margin-left: 5px;
	text-indent: -9999px;
	width: 10px;
}
.nivo-controlNav a.active {
  background: #fff;
  background: rgba(255, 255, 255, 1);
	font-weight:bold;
}

@media only screen and ( max-width: 980px ),
       only screen and ( max-device-width: 980px ) { 
  
  .column-2 .slider-wrapper { width: 100%; }
  .column-2 .nivo-caption { width: 100%; }
       	
  .nivo-caption p { 
		font-size: 11px;
		line-height: 13px;	
	}
  
  .nivo-caption .nivo-caption-container { 
  	margin-top: 155px;
  	opacity: 1;
    width: 100%;
  }
  
  .column-2 .nivo-controlNav,
  .column-3 .nivo-controlNav,
  .column-4 .nivo-controlNav { display: none; }
  
  .column-2 .nivo-main-image { width: 100% !important; }
  
  .img-plate { 
	  position: static !important; 
	  margin-left: -10px; 
	  margin-right: -10px;
  }
  
  .nivo-directionNav a { display: block; top:40%; }
           
}

@media only screen and ( max-width: 480px ),
       only screen and ( max-device-width: 480px ) { 
  
  
  .column-5 .nivo-controlNav { display: none; }
          
}