/*
 * 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 */
.labbannerSlide{
	margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.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 {
	bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
	margin:0 auto;
}
.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:15px;
}
.nivo-nextNav {
	right:15px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10;
}
.nivo-controlNav a {
    background: none;
	border:1px solid #fff; 
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    text-indent: -999em;
    width: 12px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}
.nivo-controlNav a:hover ,
.nivo-controlNav a.active {
	font-weight:bold;
	background:#fff;
}
#lab-slideshow{
	height:550px;
	overflow:hidden;
}
#lab-slideshow.nivoSlider{
	display:block;
	height:auto;
}
#lab-slideshow,
.lab-nivoSlideshow{
	position:relative;
}

.nivo-caption .description {
	display: block;
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    line-height: 1;
    z-index: 11;
	margin-bottom:20px;
}
.nivo-caption .description span{
	color:#dc9814;
}
.lab_description.active .description {
	-webkit-animation: fadeInRight 900ms ease-in-out;
	-moz-animation: fadeInRight 900ms ease-in-out;
	-ms-animation: fadeInRight 900ms ease-in-out;
	animation: fadeInRight 900ms ease-in-out;
}

/* ...................................... */
.nivo-caption .title{
	display:block;
}
.nivo-caption .title h4{
    font-family: "Poppins",sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
	margin:0 0 20px;
	
}

.lab_description.active  .title h4{
	-webkit-animation: fadeInLeft 900ms ease-in-out;
	-moz-animation: fadeInLeft 900ms ease-in-out;
	-ms-animation: fadeInLeft 900ms ease-in-out;
	animation: fadeInLeft 900ms ease-in-out;
}
.lab_description.style1 .readmore a,
.lab_description.style1 .description,
.lab_description.style1 .lab_caption,
.lab_description.style1 .title h4{
	color:#ffffff;
	
}
.lab_description.style2 .readmore a,
.lab_description.style2 .description,

.lab_description.style2 .title h4{
	color:#000000;
	
}
.lab_description.style2 .lab_caption{
	color:#2e2e2e;
}
.lab_description.style2 .readmore a{
	border-color:#2e2e2e;
}
/* ........................................... */
.nivo-caption .lab_caption{
	display:inline-block;
}
.nivo-caption .lab_caption{
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
    z-index: 11;
	-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;
}
.lab_description.active .lab_caption{
	-webkit-animation: zoomIn 900ms ease-in-out;
	-moz-animation: zoomIn 900ms ease-in-out;
	-ms-animation: zoomIn 900ms ease-in-out;
	animation: zoomIn 900ms ease-in-out;
}

/* ############################################# */
.nivo-caption .lab_description{
	position:absolute;
	top: 9vw;
	left: 0;
	right:0;
	padding:0;
	overflow:hidden;
}

.nivo-caption .lab_description.center{
	text-align:center;
}
.nivo-caption .lab_description.left {
	right: 50%;
    text-align: center;
}
.nivo-caption .lab_description.right {    
	left: 50%;
    text-align: center;
}
.nivo-caption .readmore{
	z-index: 10;
}
.lab_description.active  .readmore{
	-webkit-animation: fadeInLeft 900ms ease-in-out;
	-moz-animation: fadeInLeft 900ms ease-in-out;
	-ms-animation: fadeInLeft 900ms ease-in-out;
	animation: fadeInLeft 900ms ease-in-out;
}
.nivo-caption .readmore a{
	border: 1px solid #fff;
    border-radius: 40px;
    color: #666666;
    display: inline-block !important;
    font-size: 12px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    padding: 0 45px;
    text-transform: uppercase;
}
.nivo-caption .readmore a i{
	color:#dc9814;
	font-size:13px;
	padding:0 10px;
}
.nivo-caption .readmore a:hover{
	color:#fff;
	background:#131313;
	border-color:#131313;
}
.nivo-prevNav,.nivo-nextNav{
    background: #8b8b8b;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
	-weblit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
-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;
}
.nivo-prevNav:hover,.nivo-nextNav:hover{
	background-color:#2a2a2a;
	color: #fff;
}
	@-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{
	clear:both;
	overflow:hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#lab-slideshow {
		height: 280px ;
	}
	.nivo-caption .lab_description{top: 7vw;}
	.nivo-caption .title h4{
		font-size: 18px;
	}
	.nivo-caption .description{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.nivo-caption .lab_caption{font-size: 25px;margin-bottom: 10px;}
	.nivo-caption .readmore a{
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		padding: 0 20px;
	}
	.nivo-controlNav{
		bottom:15px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.nivo-caption .lab_description{top: 7vw;}
	.nivo-caption .title h4{
		font-size: 18px;
	}
	.nivo-caption .description{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.nivo-caption .lab_caption{font-size: 25px;margin-bottom: 10px;}
	.nivo-caption .readmore a{
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		padding: 0 20px;
	}
	.nivo-controlNav{
		bottom:15px;
	}
}
@media (max-width: 767px) {
	.nivo-caption .lab_description{
		display:none;
	}
	.nivo-controlNav{
		bottom:5px;
	}
}