@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/*
 * jQuery Nivo Slider v3.2
 * 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:100%;
	/*max-height:355px;*/
	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;
	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;
	font-size: 2rem;
	right: 0;
	top: 0;
	width: 100%;
	background: none;
	color: #333;
	z-index: 8;
	height: auto;
	padding: 0px;
/*	overflow: hidden;*/
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contenedor-caption{
/*	background: #222222;*/
	width: 50%;
	float: left;
	display: block;
	overflow: hidden;
	
	position:relative;
	top:70px;
	left:100px;
	
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  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;
}
.cont-caption{
	height: auto;
	width: 50%;
	padding: 0px;
	transition:0,3s;
	margin-bottom: 50px;
	float: left;
}
.nivo-caption h1{
	font-size: 60px;
	letter-spacing:-2px;
	line-height: 65px;
	margin-bottom: 0px;
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;

	color: #153c4e;
	font-weight:bold;
}

.nivo-caption h1 b{ font-weight:bold; color:#e54a4a;}

.nivo-caption h2{
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 0px;
	margin-top:20px;
	font-family: 'Open Sans', sans-serif;

	color: #153c4e;
	font-weight:300;
}

.nivo-caption p{
	font-size: 16px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #153c4e;
	font-style:normal;
	margin-top:15px;
	width:70%;
}

.nivo-caption a{
	background:#e54a4a;
	border-bottom:5px solid #cb2b2b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	font-family: 'Open Sans', sans-serif;  
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	
	display: inline-block;
	padding: 15px 10px;

	text-align: left;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}
.nivo-caption a:hover { color:#fff; background:#cb2b2b; border-bottom:5px solid #ae0f0f;}
