/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

/* =Nivo Slider
------------------------------------------ */
.page-template-content-slider-php #bricks-slider-wrapper,
.page-template-showcase-php #bricks-slider-wrapper {
	margin: 0 auto;
	width: 100%
}
.page-template-showcase-php .nivoSlider {
	width: 1024px;
	height: 576px;
}
.page-template-content-slider-php .nivoSlider {
	width: 690px;
	height: 385px;
}
.nivoSlider {
	background: none;
	margin: 0 auto;
	position: relative;
	width: 100% !important;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
	cursor: pointer;
}
.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;
}

/*= Slider module
-------------------------------------------------------- */
/* Caption styles */
.nivo-caption {
	position: absolute;
	bottom: 10%;
	left: 5%;
	background: #000;
	color: #FFF;
	width: 100%;
	z-index: 99;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	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+ */
	text-shadow: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
    display: none;
}

/* Control nav styles */
.page-template-showcase-php .nivo-controlNav,
.page-template-slider-homepage-php .nivo-controlNav {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 99;
	text-align: center;
}
.page-template-content-slider-php .nivo-controlNav {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 99;
	text-align: center;
}
.nivo-controlNav a {
	display: block;
	float: left;
	margin:0 3px 0 0;
	background: url(../images/nivoSlider/nivo-pag.png) top no-repeat;
	width: 22px;
	height: 22px;
	outline: none;
	text-indent:-9999px;
}
.nivo-controlNav a.active {
	background: url(../images/nivoSlider/nivo-pag.png) bottom no-repeat;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 35%;
	z-index: 9;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-indent:-9999px;
	opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.nivo-prevNav {
	background :url(../images/nivoSlider/arrows.png) left no-repeat;
	left: 15px;
}
.nivo-nextNav {
	background: url(../images/nivoSlider/arrows.png) right no-repeat;
	right: 15px;
}

.nivo-caption {
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 99;
	position: absolute;
	bottom: 10%;
	left: 30px;
	width: auto;
	color: #FFF;
	z-index: 8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	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+ */
	text-shadow: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.left-sidebar .nivo-caption {
	right: 30px;
}
.nivo-caption a { 
    color: #efe9d1;
    text-decoration: underline;
}