/*
 * 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;
}
.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; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:580px;
	z-index:8;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.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: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    /*margin: 0 0 25px 0;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0 0;

	z-index: 200;
	position: relative;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	background: white;
	text-indent:-9999px;
	border:0;
	margin: 0 3px;
}
.theme-default .nivo-controlNav a.active {
	background: #d83936;
}

.theme-default .nivo-directionNav a {
	
}
.theme-default:hover .nivo-directionNav a { opacity: 1; } 

.theme-default a.nivo-nextNav {
	display:block;
	
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 

	background: url(../../../../../../themes/culturaresp/img/carrerouge/next-horizontal-bi.png) silver no-repeat center 0px;
	background-size: 30px 60px;
	text-indent:-9999px;
	
	width: 30px;
	height: 30px;
}
.theme-default a.nivo-prevNav {	
    display:block;
	
	background: url(../../../../../../themes/culturaresp/img/carrerouge/prev-horizontal-bi.png) silver no-repeat center 0px;
	background-size: 30px 60px;

	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	
	text-indent:-9999px; 

	width: 30px;
	height: 30px;
}

.theme-default a:hover.nivo-prevNav {	

	background: url(../../../../../../themes/culturaresp/img/carrerouge/prev-horizontal-bi.png) #FC4D43 no-repeat center -30px;
	background-size: 30px 60px;
} 
.theme-default a:hover.nivo-nextNav {

	background: url(../../../../../../themes/culturaresp/img/carrerouge/next-horizontal-bi.png) #FC4D43 no-repeat center -30px;
	background-size: 30px 60px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a:hover,
.theme-default .nivo-controlNav.nivo-thumbs-enabled a.active{
	webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.nivo-caption p {
	color: white;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-caption h3{
	font-weight: normal;
	margin-bottom: 0;
	padding: 0;
}
.nivo-caption .red {
	background: #d83936;
}
.nivo-caption .red h3 {
	color: #000;
}
.nivo-caption .red p {
	color: #92201e;
}
.nivo-caption .red span {
	display: inline-block;
	color: white;
	background: rgba(0,0,0,0.5);
	border: 2px solid white;
}
.nivo-caption .black {
	/*background: #262626;*/
}
.nivo-caption .black span {
	display: inline-block;
	color: white;
	background: rgba(0,0,0,0.5);
	border: 2px solid white;
}
@media only screen and (min-width: 1200px) {  
	.nivoSlider {
		width: 790px;
		height: 460px;
		/*margin-left: 308px;*/
		margin: 0;
	}
	.nivo-caption {
		/*left: 620px;*/
		bottom: 90px;
		left: 0;
		right: 0;
		width: auto;
		text-align: center;
		background: transparent;
	}
	.nivo-caption p {
		margin: 20px 0 0 0;
		font-size: 20px;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption h3 {
		font-size: 40px;
		line-height: 40px;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption .red {
		padding: 20px;
	}
	.nivo-caption .red span {
		padding: 3px 0;
		margin-top: 20px;
	}
	.nivo-caption .black {
		padding: 20px;
	}
	.nivo-caption .black span {
		padding: 3px 20px;
		margin-top: 20px;
	}
	.theme-default a.nivo-prevNav {
		/*left: 1060px;*/
		right: 52px;
		left: auto;
	}
	.theme-default a.nivo-nextNav {
		/*left: 1100px;*/
		right: 10px;
	}
	.theme-default .nivo-controlNav {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	#minic_slider {
		/*margin: 25px 0 135px 0;*/
		margin: 0 0 30px 0;
		position: relative;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
	.nivoSlider {
		margin: 0;
		width: 650px;
		height: 369px;
	}
	.nivo-caption {
		/*left: 410px;*/
		bottom: 60px;
		left: 0;
		right: 0;
		width: auto;
		text-align: center;
		background: transparent;
	}
	.nivo-caption p {
		margin: 20px 0 0 0;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption h3{
		font-size: 40px;
		line-height: 40px;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption .red {
		padding: 20px;
	}
	.nivo-caption .red span {
		padding: 3px 0;
		margin-top: 20px;
	}
	.nivo-caption .black {
		padding: 20px;
	}
	.nivo-caption .black span {
		padding: 3px 20px;
		margin-top: 20px;
	}
	.theme-default a.nivo-prevNav {
		/*left: 878px;*/
		left: auto;
		right: 52px;
	}
	.theme-default a.nivo-nextNav {
		/*left: 918px;*/
		right: 10px;
	}
	.theme-default .nivo-controlNav {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	#minic_slider {
		/*margin: 25px 0 135px 0;*/
		margin: 0 0 30px 0;
		position: relative;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 993px) {
	.nivoSlider {
		margin: 0;
		width: 475px; 
		height: 255px;
	}
	.nivo-caption {
		/*left: 410px;*/
		bottom: 60px;
		left: 0;
		right: 0;
		width: auto;
		text-align: center;
		background: transparent;
	}
	.nivo-caption p {
		margin: 10px 0 0 0;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption h3{
		font-size: 20px;
		line-height: 20px;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption .red {
		padding: 10px;
	}
	.nivo-caption .red span {
		padding: 3px 0;
		margin-top: 10px;
	}
	.nivo-caption .black {
		padding: 10px;
	}
	.nivo-caption .black span {
		padding: 3px 10px;
		margin-top: 10px;
	}
	.theme-default a.nivo-prevNav {
		left: 650px;
	}
	.theme-default a.nivo-nextNav {
		left: 690px;
	}
	.theme-default .nivo-controlNav {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	#minic_slider {
		margin: 0 0 30px 0;
		position: relative;
	}
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
	.col-md-8 {
		margin-bottom: 30px;
	}
	.nivoSlider {
		margin: 0;
		width: 728px; 
		height: 423px;
	}
	.nivo-caption {
		/*left: 410px;*/
		bottom: 90px;
		left: 0;
		right: 0;
		width: auto;
		text-align: center;
		background: transparent;
	}
	.nivo-caption p {
		margin: 10px 0 0 0;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption h3{
		font-size: 20px;
		line-height: 20px;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption .red {
		padding: 10px;
	}
	.nivo-caption .red span {
		padding: 3px 0;
		margin-top: 10px;
	}
	.nivo-caption .black {
		padding: 20px;
	}
	.nivo-caption .black span {
		padding: 3px 20px;
		margin-top: 20px;
	}
	.theme-default a.nivo-prevNav {
		left: 650px;
	}
	.theme-default a.nivo-nextNav {
		left: 690px;
	}
	.theme-default .nivo-controlNav {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	#minic_slider {
		margin: 0 0 30px 0;
		position: relative;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 	 
	.col-md-8, .col-sm-5 {
		margin-bottom: 30px;
	}
	.nivoSlider {
		margin: 0;
		width: 440px; 
		height: 255px;
	}
	.nivo-caption {
		/*left: 410px;*/
		bottom: 60px;
		left: 0;
		right: 0;
		width: auto;
		text-align: center;
		background: transparent;
	}
	.nivo-caption p {
		margin: 10px 0 0 0;
		font-size: 13px;
		line-height: 13px;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption h3{
		font-size: 15px;
		line-height: 15px;

		text-shadow: 0 10px 25px rgba(0,0,0,1);
	}
	.nivo-caption .red {
		padding: 10px;
	}
	.nivo-caption .red span {
		display: none;
	}
	.nivo-caption .black {
		padding: 20px;
	}
	.nivo-caption .black span {
		padding: 3px 20px;
		margin-top: 20px;
	}
	.theme-default a.nivo-prevNav {
		left: 360px;
		top: 105%;
		display: none;
	}
	.theme-default a.nivo-nextNav {
		left: 400px;
		top: 105%;
		display: none;
	}
	.theme-default .nivo-controlNav {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	#minic_slider {
		margin: 0 0 30px 0;
		position: relative;
	}
}
@media only screen and (max-width: 479px) { 	
	.col-md-8, .col-sm-5 {
		margin-bottom: 30px;
	}
	.nivo-caption {
		/*left: 410px;*/
		bottom: 60px;
		left: 0;
		right: 0;
		width: auto;
		text-align: center;
		background: transparent;
	}
	.nivo-caption p {
		display: none;
	}
	.nivo-caption .red {
		padding: 10px;
	}
	.nivo-caption .red span {
		display: none;
	}
	.nivo-caption .black {
		padding: 10px;
	}
	.nivo-caption .black span {
		display: none;
	}
	.theme-default a.nivo-prevNav {
		left: 200px;
		top: 105%;
		display: none;
	}
	.theme-default a.nivo-nextNav {
		left: 240px;
		top: 105%;
		display: none
	}
	.theme-default .nivo-controlNav {
		display: none;
	}
	#minic_slider {
		margin: 10px 0 30px 0;
	}
}