/*
 * 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: 100px;
    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 {
}
.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:-60px;
}
.nivo-nextNav {
	right:-60px;
}
#lab-slideshow:hover .nivo-prevNav{
	left:40px;
}
#lab-slideshow:hover .nivo-nextNav{
	
	right:40px;
}
/* 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: #c2c2c2 none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    text-indent: -999em;
    transition: all 900ms ease 0s;
    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 {
	background: #ffffff none repeat scroll 0 0;
    border-color: #bc8246;
    font-weight: bold;
}
#lab-slideshow{
	height:930px;
	overflow:hidden;
}
#lab-slideshow.nivoSlider{
	display:block;
	height:auto;
}
#lab-slideshow,
.lab-nivoSlideshow{
	position:relative;
}

.nivo-caption .description {
	 color: #323232;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 50px;
}
.nivo-caption .style2 .description {
	 color: #6c6c6c;
}
.nivo-caption .description h5{

}
.nivo-caption .description strong{
	color:#010101;
}
.lab_description.active .description {
	-webkit-animation: slideInLeft 900ms ease-in-out;
	-moz-animation: slideInLeft 900ms ease-in-out;
	-ms-animation: slideInLeft 900ms ease-in-out;
	animation: slideInLeft 900ms ease-in-out;
}
.lab_description.active.left .description {
	-webkit-animation: slideInLeft 900ms ease-in-out;
	-moz-animation: slideInLeft 900ms ease-in-out;
	-ms-animation: slideInLeft 900ms ease-in-out;
	animation: slideInLeft 900ms ease-in-out;
}
.lab_description.active.right .description {
	-webkit-animation: slideInRight 900ms ease-in-out;
	-moz-animation: slideInRight 900ms ease-in-out;
	-ms-animation: slideInRight 900ms ease-in-out;
	animation: slideInRight 900ms ease-in-out;
}
/* ...................................... */
.nivo-caption .title{
	display:block;
}
.nivo-caption .title h4{
     color: #323232;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 ;
    position: relative;
    text-transform: capitalize;
    z-index: 10;
}
.nivo-caption .style2 .title h4{
	 color: #ebebeb;
}
.lab_description.active  .title h4{
	-webkit-animation: slideInLeft 900ms ease-in-out;
	-moz-animation: slideInLeft 900ms ease-in-out;
	-ms-animation: slideInLeft 900ms ease-in-out;
	animation: slideInLeft 900ms ease-in-out;
}
.lab_description.active.left  .title h4{
	-webkit-animation: slideInLeft 900ms ease-in-out;
	-moz-animation: slideInLeft 900ms ease-in-out;
	-ms-animation: slideInLeft 900ms ease-in-out;
	animation: slideInLeft 900ms ease-in-out;
}
.lab_description.active.right  .title h4{
	-webkit-animation: slideInRight 900ms ease-in-out;
	-moz-animation: slideInRight 900ms ease-in-out;
	-ms-animation: slideInRight 900ms ease-in-out;
	animation: slideInRight 900ms ease-in-out;
}
/* style2 */
.lab_description.style2 .title h4 span.word1{
	color: #3cd2fe;
}
.lab_description.style2 .title h4 span.word2{
	color: #fff;
}
.lab_description.style2 .title h4:before{
	border-color:#999999;
}
/* ........................................... */
.nivo-caption .lab_caption{
	display:inline-block;
}
.nivo-caption .lab_caption{
	 color: #323232;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 15px;
    position: relative;
    text-transform: capitalize;
    z-index: 10;
}
.nivo-caption .style2 .lab_caption{
	color: #ebebeb;
}
.lab_description.active .lab_caption{
	-webkit-animation: slideInLeft 900ms ease-in-out;
	-moz-animation: slideInLeft 900ms ease-in-out;
	-ms-animation: slideInLeft 900ms ease-in-out;
	animation: slideInLeft 900ms ease-in-out;
}
.lab_description.active.left .lab_caption{
	-webkit-animation: slideInLeft 900ms ease-in-out;
	-moz-animation: slideInLeft 900ms ease-in-out;
	-ms-animation: slideInLeft 900ms ease-in-out;
	animation: slideInLeft 900ms ease-in-out;
}
.lab_description.active.right .lab_caption{
	-webkit-animation: slideInRight 900ms ease-in-out;
	-moz-animation: slideInRight 900ms ease-in-out;
	-ms-animation: slideInRight 900ms ease-in-out;
	animation: slideInRight 900ms ease-in-out;
}
/* ############################################# */
.lab_description{display:none;}
.nivo-caption .lab_description{
	 bottom: 35%;
    display: block;
    left: 15%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right:53%;
}

.nivo-caption .lab_description.center{
	text-align:center;
}
.nivo-caption .lab_description.left {
    text-align: left;
}
.nivo-caption .lab_description.right {    
    text-align: right;
}
.nivo-caption .readmore{
	z-index: 10;
}
.lab_description.active  .readmore{
	-webkit-animation: slideInLeft 900ms ease-in-out;
	-moz-animation: slideInLeft 900ms ease-in-out;
	-ms-animation: slideInLeft 900ms ease-in-out;
	animation: slideInLeft 900ms ease-in-out;
}
.lab_description.active.left  .readmore{
	-webkit-animation: slideInLeft 900ms ease-in-out;
	-moz-animation: slideInLeft 900ms ease-in-out;
	-ms-animation: slideInLeft 900ms ease-in-out;
	animation: slideInLeft 900ms ease-in-out;
}
.lab_description.active.right  .readmore{
	-webkit-animation: slideInright 900ms ease-in-out;
	-moz-animation: slideInright 900ms ease-in-out;
	-ms-animation: slideInright 900ms ease-in-out;
	animation: slideInright 900ms ease-in-out;
}
.nivo-caption .readmore a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #323232;
    color: #323232;
    display: inline-block !important;
    font-size: 12px;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    padding: 0 50px;
    text-transform: uppercase;
}
.nivo-caption .readmore a{
	border-color:#323232;
}
.nivo-caption .readmore a i{
	color:#dc9814;
	font-size:13px;
	padding:0 10px;
}
.nivo-caption .readmore a:hover{
	color:#fff;
	background:#323232;
	border-color:#323232;
}
.nivo-prevNav,.nivo-nextNav{
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
	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:#fff;
	color: #1f1f1f;
}
	@-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;
}
.lab-loading{
	background: #fff url("../images/loading.gif") no-repeat scroll center center;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
@media (min-width: 1199px){
	.nivo-controlNav {
		bottom: 30px;
	}
}
@media (max-width: 1406px){
	.nivo-caption .lab_description{
		right: 45%;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.nivo-caption .lab_description{
		bottom:20%;
		width:auto;
		left: 5%;
	}
	#lab-slideshow{
		height:435px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.nivo-caption .lab_description{
		bottom:15px;
		width:auto;
		left: 5%;
	}
	.labbannerSlide{
		margin-bottom:30px;
	}
	#lab-slideshow{
		height:320px;
	}
	.nivo-caption .lab_caption{

	}
	.nivo-caption .description h5{
		font-size:60px;
		margin:0;
	}
	.nivo-caption .description{
		margin-bottom:15px;
	}
}
@media (max-width: 767px) {
	.nivo-directionNav{display:none}
	.nivo-caption .lab_description{
		display:none;
	}
	.nivo-controlNav{
		bottom:5px;
	}
	.labbannerSlide{
		margin-bottom:20px;
	}
	.labbannerSlide{
		clear:both;
	}
}