/*
 * 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{

}
.ImageSlider .laberImageSlider {
    width: 73.58%;
}
.ImageSlider .displayImageSliderRight{
    width: 26.42%;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	height: 100% !important
}
.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:50%;
	z-index:991;
	cursor:pointer;
	opacity:0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);	
	transform: translate(0px,-50%);	
}
.nivo-prevNav {
	left:0;
}
.nivo-nextNav {
	right:0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	bottom: 23px;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 9;
}
.nivo-controlNav a {
	cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 4px;
    width: 15px;
    position: relative;
    font-size: 0;
    border-radius: 50%;
    margin: 0 10px;
    border: 2px solid transparent;
	background: rgba(255, 255, 255, 1);
    border-color: #204045;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active{
    background: #204045;
}

#lab-slideshow,
.lab-nivoSlideshow{
	position:relative;
}
.nivo-caption .title{
    color: #1a1a1a;
    font-size: 48px;
	font-weight: 700;
	-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: math-auto;
}
.nivo-caption .legend{
	color: #1a1a1a;
	font-size: 48px;
	font-weight: 700;
	-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: 30px;
	width: 100%;
}
.nivo-caption .lab_description{
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    position: absolute;
    text-align: center;
    top: 50%;
	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: 10;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0px,-50%);
}
.nivo-caption .lab_description .container{padding:0 30px;}
@media only screen and (min-width: 1200px){
	.nivo-caption .lab_description .container{padding:0 30px;}
}
.nivo-caption .lab_description.left{
	text-align: left;
}
.nivo-caption .lab_description.right{
	text-align: right;
}
.nivo-caption .lab_description .description{
	margin-bottom: 30px;
}
.nivo-caption .lab_description .description p{
	padding: 0;
	margin: 0;
	color: #444444;
	font-size: 20px;
	font-weight: 600;
}
.nivo-caption .lab_description .description p span {
	color:#204045;
}

.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{
    border-radius: 2px;
    color: #fff;
    display: inline-block !important;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    padding: 0 30px;
    border: 1px solid #1a1a1a;
    font-weight: 700;
    background: #1a1a1a;
    min-width: 150px;
    border-radius: 3px;
}
.lab-nivoSlideshow .nivo-caption .readmore a .fa {
	padding-left: 20px;
    font-size: 18px;
    font-weight: 900;
}
.lab-nivoSlideshow .nivo-caption .readmore a:hover{
	background: #204045; /* Old browsers */
	border-color:#204045;
	color:#fff;
}
.lab-nivoSlideshow .nivo-prevNav,
.lab-nivoSlideshow .nivo-nextNav{
	background-color: #fff;
	color: #1a1a1a !important;
    display: inline-block;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 50px;
    border-radius: 4px;
    -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: 40px;opacity:1;}
.lab-nivoSlideshow:hover .nivo-nextNav{right: 40px;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: #204045;
    color: #fff !important;
}
	@-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{
	margin-bottom:80px;
	overflow: hidden;
}
#lab-slideshow{
	height:562px;
	overflow:hidden;
}
#lab-slideshow.nivoSlider {
    display: block;
    height: auto;
}
.displayImageSliderRight .laberStatic .img{margin-bottom:20px;}
.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){
	.lab-nivoSlideshow {
		margin-bottom: 30px;
	}
	.nivo-caption .lab_description{
	}
	.nivo-caption .legend{
		margin-bottom: 30px;
		font-size: 35px;
	}
	.nivo-caption .title{
		margin-bottom: 15px;
	    font-size: 35px;
	}
	.nivo-caption .lab_description .description {
		margin-bottom: 10px;
	}
	.nivo-caption .lab_description .container {
	    padding: 30px;
	}
	.lab-nivoSlideshow .nivo-caption .readmore a {
		line-height: 45px;
		padding: 0 25px;
	    font-size: 14px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px){
	.lab-nivoSlideshow {
		margin-bottom: 40px;
	}
	.nivo-caption .lab_description{
	}
	.nivo-caption .legend{
		margin-bottom: 15px;
		width: 315px;
		font-size: 24px;
	}
	.nivo-caption .title{
		margin-bottom: 15px;
	    font-size: 30px;
	}
	.nivo-caption .lab_description .description {
		margin-bottom: 10px;
	}
	.nivo-caption .lab_description .description p {
		font-size: 18px;
	}
	.lab-nivoSlideshow .nivo-caption .readmore a {
		font-size: 15px;
		text-align: center;
		line-height: 45px;
	}
	
	
}
@media only screen and (max-width : 767px){
	
	.ImageSlider .displayImageSliderRight,
	.ImageSlider .laberImageSlider,
	.laberImageSlider {
		width: 100%;
	}
	.lab-nivoSlideshow{
		margin-bottom: 30px;
	}
	.displayImageSliderRight{
		margin: 0 auto;
	}
	.displayImageSliderRight .laberStatic{
		margin: 0 -10px;
	}
	.displayImageSliderRight .laberStatic .img{
		margin-bottom: 20px;
		width: 50%;
		float: left;
		display: inline;
		padding: 0 10px;
	}
	.nivo-controlNav,
	.nivo-directionNav{display:none;}
	.nivo-caption .legend,
	.nivo-caption .title{width:auto;}
	.nivo-caption .lab_description{}
	.nivo-caption .lab_description .description {
		margin-bottom: 10px;
		padding-top: 0;
		display:none;
	}
	.support-footer-inner .policy-box{
		padding: 15px 0;
	}
	.nivo-caption .legend{margin-bottom: 10px;font-size: 20px;font-weight: 700;}
	.nivo-caption .title{
		margin-bottom: 5px;
		font-size: 16px;
		letter-spacing: 0;
		font-weight: 600;
	}
	.lab-nivoSlideshow .nivo-caption .readmore a{
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
		font-weight: 500;
		min-width: 110px;
	}
	.lab-nivoSlideshow .nivo-caption .readmore a .fa {
	    padding-left: 10px;
		font-size: 15px;
		font-weight: 900;
	}
	.title_block h3.title_icon a{width: 100%;}
	
}