/*
 * 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 */
.nivoSlider {
	position:relative;
	width:2000px;
	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-color:#fff; 
    filter: alpha(opacity=0); 

    /*non ie*/

     opacity: 0;
    -webkit-opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;

}
/* 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: 0;
	top: 53px;
	color:#fff;
	width:100%;
	height:270px;
	z-index:8;
	padding: 10px;
	overflow: hidden;
	display: none;
	text-align:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.nivo-caption h1 {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:47px;
	line-height:47px;
	color:#FFF;
	margin:0px;
	padding:0px;
	border:none;
	letter-spacing:1px;
	font-weight:normal;
}

.nivo-caption blockquote h1 {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:47px;
	line-height:53px;
	color:#00acec;
	margin:0px;
	padding:0px;
	border:none;
	letter-spacing:1px;
	font-weight:normal;
}

.nivo-caption blockquote h1 span {
	height:11px;
	width:15%;
	display:inline-block;
	border-top:1px solid #FFF;
	margin:0 5px;
}

.nivo-caption h1 strong {
	color:#00acec;
	font-weight:bold;
}

.nivo-caption h6 {
	font-family: 'Questrial', sans-serif;
	font-size:18px;
	line-height:21px;
	color:#FFF;
	margin:0px;
	padding:0px;
	border:none;
	font-weight:normal;
	margin:12px 0 42px 0;
}

.nivo-caption a.nivoButton{
	font-family: 'Questrial', sans-serif;
	font-size:16px;
	line-height:21px;
	color:#FFF;
	background-color:#10186C;
	margin:0px;
	padding:5px 20px;
	text-align:center;
	color:#FFF;
	border:none;
	text-decoration:none;
	margin-top:30px;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.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: 40px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slideshowContainer {
	width:100%;
	height: 416px;
	background:url(../images/slideshow-1-bg.jpg) top center no-repeat;
	padding-top: 112px;
	}

#slideshow {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.slider-wrapper.theme-default {
border-bottom: 10px solid #000;
}
.theme-default .nivo-caption a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  display: inline-block;
  padding: 15px 25px;
  margin-top: 30px;
  border: 2px solid #FFF!important;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  clear: both;
}

.theme-default .nivo-caption a:hover {
	background-color:#FFF;
  border: 2px solid #FFF!important;
  color: #000;
}

.slider-wrapper #slider {
  height: 384px!important;
  overflow: hidden;
}

.slider-wrapper #slider img {
  min-height: 384px!important;
}