/*
 * 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 */
.ImageSlider{
	margin: 0 auto 0px;
	max-width: 1920px;
	position: relative;
	z-index: 100;

	border-bottom: 2px solid #ffffff;

	
}
.laberImageSlider{

}
.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;
}
/* 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 {
	width:100%;
	z-index:8;
	display: none;
}
.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:48%;
	z-index:991;
	cursor:pointer;
	opacity:0;
}
.nivo-prevNav {
	left:-60px;
}
.nivo-nextNav {
	right:-60px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	bottom: 15px;
	left: 30px;
	position: absolute;
	right: 30px;
	text-align: center;
	z-index: 9;
}
.nivo-controlNav a {
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin: 0 1px;
	width: 30px;
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #fff !important;
	border-radius: 50%;
}
.nivo-controlNav a:hover ,
.nivo-controlNav a.active{
	background-color: #2c7d2e;
}
#lab-slideshow,
.lab-nivoSlideshow{
	position:relative;
}

.slide-description {
	display: flex;
	flex-direction: column;
}

.left .slide-description {
	align-items: start;
}

.right .slide-description {
	align-items: center;
	width: 50%;
	margin-left: auto;
}

.right .slide-description .legend,
.right .slide-description .title{
	text-align: center;

}

.center .slide-description {
	align-items: center;
}


.nivo-caption .legend{
	font-size: 1.5vw;
	font-weight: 400;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	z-index: 10;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: none;
}

.nivo-caption .title{
	
	font-size: 3vw;
	font-weight: 600;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	z-index: 10;
	line-height: 1.1;
	margin-bottom: 15px;
	text-transform: none;
	
}

.nivo-caption .style1 .legend{
	color: #ffffff;

		text-shadow: 2px 2px 3px #000;

	
	
	
	padding: 10px 0;
}

.nivo-caption .style1 .title{
	color: #ffffff;
	text-shadow: 2px 2px 3px #000;
	font-size: 3.5vw;
	padding: 10px 0;
}




.nivo-caption .style2 .legend{
	color:#000; 
	/* text-shadow: 2px 2px 3px #000; */

	padding: 10px 0;
	font-weight: 600;
}

.nivo-caption .style2 .title{
	color: #2da52f;
	text-shadow: 2px 2px 3px #000;
	font-size: 3.5vw;
	


}


.nivo-caption .lab_description{
    color: #2d2d2d;
    font-size: 14px;
    line-height: 150%;
    position: absolute;
    text-align: center;
    top: auto;
    bottom: 15%;
	left:0%;
	right:0%;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	z-index:9;
	
}
.nivo-caption .lab_description .container{
	padding-left: 0;
}
.nivo-caption .lab_description.left{
	text-align: left;
}
.nivo-caption .lab_description.right{
	text-align: right;
}
.nivo-caption .lab_description .description{
	margin-bottom: 15px;
}
.nivo-caption .lab_description .description h4{
	
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.nivo-caption .lab_description .description img{
	position: static;
	max-width: 15vw;
	height: auto;
}

.nivo-caption .lab_description .description p{
	padding: 0;
	margin: 0;
	
	font-size: 1.5vw;
	font-weight: 400;
	color: inherit;
	line-height: normal;
}
.nivo-caption .style2 .description p {
	color: #fff;
}

.nivo-caption .lab_description .description span {
	font-weight: 600;
	color: #222222;
}


.nivo-caption .readmore{
	-webkit-transition: all 700ms ease-in;
	-moz-transition: all 700ms ease-in;
	-ms-transition: all 700ms ease-in;
	-o-transition: all 700ms ease-in;
	transition: all 700ms ease-in;
	z-index: 10;
	
}
.lab-nivoSlideshow .nivo-caption .readmore a {
    color: #ffffff;
    display: inline-block !important;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    
	background: #2c7d2e;
	
    
    line-height: 40px;
    padding: 0 20px;
	border: 1px solid #ffffff;
	text-shadow: none;
}
.lab-nivoSlideshow .nivo-caption .readmore a:hover{
	
	background: #2da52f;
	
}
.lab-nivoSlideshow .nivo-prevNav,
.lab-nivoSlideshow .nivo-nextNav{
	background: rgba(0, 0, 0, 0.4);
	color: #fff !important;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	
}
.lab-nivoSlideshow:hover .nivo-prevNav{left: 20px;opacity:1;}
.lab-nivoSlideshow:hover .nivo-nextNav{right: 20px;opacity:1;}
.nivo-caption .laberUrl{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-indent:-999em;
	z-index:9;
}
.lab-nivoSlideshow .nivo-prevNav:hover,
.lab-nivoSlideshow .nivo-nextNav:hover{
	background-color: #2c7d2e;
}
	@-webkit-keyframes myfirst {
		from {width: 0;}
		to {width: 100%;}
	}
	@-moz-keyframes myfirst {
		from {width: 0;}
		to {width: 100%;}
	}
	@keyframes myfirst {
		from {width: 0;}
		to {width: 100%;}
	}
	.timeline{
		z-index:10;
	}
	.timeline.lab_hover{
		-webkit-animation-play-state: paused !important;
		animation-play-state: paused !important;
	}
	
.lab-nivoSlideshow{
	overflow: hidden;
	/*
	margin-bottom: 30px;
	*/
}
#lab-slideshow{
	height:562px;
	overflow:hidden;
}
#lab-slideshow.nivoSlider {
    display: block;
    height: auto;
}
.lab-loading{
	background: #fff url("img/loading.gif") no-repeat scroll center center;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.laberImageSlider{margin-left:0;}
	
	.nivo-caption .lab_description .description h4,
	.nivo-caption .legend{
		
		margin-bottom: 5px;
	}
	.nivo-caption .title{
	    
		margin-bottom: 5px;
	}
	.nivo-caption .lab_description .description {
		margin-bottom: 10px;
		padding-top: 0;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.laberImageSlider{margin-left:0;}
	
	.nivo-caption .lab_description .description h4,
	.nivo-caption .legend{
		
		margin-bottom: 5px;
	}
	.nivo-caption .title{
	    
		margin-bottom: 5px;
	}
	.nivo-caption .lab_description .description {
		margin-bottom: 10px;
		padding-top: 0;
	}
	.ImageSlider {
    
	}
}
@media only screen and (max-width : 767px){
	.laberImageSlider{margin-left:0;}
	.ImageSlider{margin-left:0;margin-right:0;}
	.ImageSlider .container{padding:0;}
	.nivo-controlNav,
	.nivo-directionNav{display:none;}
	.nivo-caption .lab_description{}
	.nivo-caption .lab_description.right,
	.nivo-caption .lab_description.left{
		left:0;
		right:0;
		bottom: 0;
	}
	.nivo-caption .lab_description.right {
		padding-right: 3vw;
	}
	
	.nivo-caption .lab_description .description {
		margin-bottom: 10px;
		padding-top: 0;
	}
	.nivo-caption .lab_description .description h4,
	.nivo-caption .legend,
	.nivo-caption .title{    
		padding: 5px 10px;
		margin-bottom: 0;
	
	}
	.nivo-caption .lab_description.left .lab_description-ii{margin-left: 0;}
	.nivo-caption .readmore{display:none;}
	
	.nivo-caption .lab_description .description p {
		font-size: 3vw;
	}
}