@charset "UTF-8";
 @import url("reset.css");
 @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,700,900&subset=latin-ext');
 body{
     font-family: 'Roboto', sans-serif;
}
::selection {
    color: #fff;
    background: #94d421;
}
 a, a:hover, a:focus, a:active{
    text-decoration:none;
}
.loader{position:absolute; left:50%; top:50%; transform:translate(-50%, -50%) rotate(45deg); width:150px; height:150px; border:10px solid #262626; display:none;}
.loader span{width:50px; height:50px; background:#262626; display:block;float:left; animation:animate 2s linear infinite;}

.loader span:nth-child(3){animation-delay:0.8s}
.loader span:nth-child(2),
.loader span:nth-child(6)
{
	animation-delay:0.6s;
}
.loader span:nth-child(2),
.loader span:nth-child(6),
.loader span:nth-child(9)
{
	animation-delay:0.4s;
}

.loader span:nth-child(4),
.loader span:nth-child(8)
{
	animation-delay:0.2s;
}
.loader span:nth-child(7)
{
	animation-delay:0s;
}
@-webkit-keyframes animate
{
0%
 {
	 -webkit-transform:scale(1)
 }
30%
  {
	 -webkit-transform:scale(0%)
 }
 50%
  {
	 -webkit-transform:scale(0%)
 }
 75%
  {
	 -webkit-transform:scale(1%)
 }
 100%
  {
	 -webkit-transform:scale(0%)
 }
}
.our-programs .btn-primary{border: 1px solid #7bb315;
    background: #94d421;}
.our-programs .btn-primary:hover, .services .btn-primary:hover{color: #1b1e44;
    background-color: #aae245;
    border-color: #95ca37;
}	
	
	


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
 .header{
     background:rgba(2, 5, 48, 0.9);
     z-index:999999;
     transition: all ease 0.3s;
     border-bottom: 1px solid transparent;
     justify-content: space-between;
     position: fixed;
	 line-height:80px;
     width: 100%;
}


 .header.header-fixed {
     transition: all ease 0.3s;
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
     position: fixed;
     animation: appear 0.2s ease-in forwards;
     width:100%;
}

 .main-nav{
    list-style: none;
     margin: 0;
     padding: 0;
     flex: 9;
     position: relative;
     align-self: center;
}
 .nav-links{
     display: inline-block;
     position: relative;
    letter-spacing: 2px;
}
 .nav-links a{
     text-decoration: none;
     color:#c4f66a;
     font-size: 12px;
    padding: 6px 15px;
     font-weight: normal;
     cursor: pointer;
     text-transform: uppercase;
}

.nav-links a.active{
    background:#94d421;
     padding: 6px 15px;
     border-radius:4px;
     font-weight:400;
     color:#020530;
}
 .refer-link a {
     border: 1px solid #ea4335;
     padding:5px 10px;
     border-radius:2px;
}

.menu-highlight a:hover, .menu-highlight a.active, .menu-highlight a:active{ background:#fff;}

 .nav-links.menu-highlight a:hover{
    color:#000;
}
 .nav-links a:hover, .nav-links a:active{
    color:#fff;
}
.active{
    color:#fff;
}

.nav-icon{display:none;font-size: 18px; cursor: pointer;
    position: absolute; right:4px;top:0px; color:#94d421; z-index:999;
    text-transform: uppercase;}
.closebtn{display:none;position: absolute;top: 0;color: #94d421;right: 25px;font-size: 36px;margin-left: 50px;}

 .carousel-fade .carousel-inner .item {
     -webkit-transition-property: opacity;
     -moz-transition-property: opacity;
      -o-transition-property: opacity;
     transition-property: opacity;
}
 .carousel-fade .carousel-inner .item.banner-1 {
     background: url(../images/slide-1.jpg) no-repeat center;
     width:100%;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     background-position: center center;
     height: 100%;
}
 .carousel-fade .carousel-inner .item.banner-2 {
     background: url(../images/slide-2.jpg) no-repeat center;
     width:100%;
     background-position: center center;
     background-size:cover;
     height: 100%;
}
 .carousel-fade .carousel-inner .item.banner-3 {
     background: url(../images/slide-3.jpg) no-repeat center;
     width:100%;
     background-position: center center;
     background-size:cover;
     height: 100%;
}
 .carousel-fade .carousel-inner .item.banner-4 {
     background: url(../images/slide-4.jpg) no-repeat center;
     width:100%;
     background-position: center center;
     background-size:cover;
     height: 100%;
}
 .grid .banner-tittle {
     display: block;
     font-family: "Roboto",sans-serif;
     font-size: 40px;
     color:#fff;
     text-align: center;
     line-height: 65px;
     margin-bottom: -11px;
     font-weight: bold;
     text-shadow: 3px 2px 7px rgba(0,0,0,0.6);
}

.lients-logo{padding:40px 0px;}
 .text-dark {
     color:#c4f66a;
}
 .grid{
    position: absolute;
     left: 50%;
     top:70%;
     transform:translate(-50%, -50%);
     -webkit-transform:translate(-50%, -50%);
     -moz-transform:translate(-50%, -50%);
     padding: 35px 15px;
     border-radius: 7px;
	 z-index:5;
}
 .grid h2 {
     font-size: 16px;
     font-weight: 400;
     text-align: center;
     text-shadow: 3px 2px 7px rgba(0,0,0,0.6);
     color:#fff;
}
 .home-slider{
    position:relative;
}
.overly-slider{position:absolute;background:rgba(1, 10, 35, 0.4); left:0;top:0; width:100%; height:100%;z-index:1;}

 @-webkit-keyframes zoom {
     from {
         -webkit-transform: scale(1, 1);
    }
     to {
         -webkit-transform: scale(1.2, 1.2);
    }
}
 @keyframes zoom {
     from {
         transform: scale(1, 1);
    }
     to {
         transform: scale(1.2, 1.2);
    }
}
 .carousel-inner .item {
     -webkit-animation: zoom 30s;
      -moz-animation: zoom 30s;
     animation: zoom 30s;
}
 .carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
     opacity: 0;
}
 .carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
     opacity: 1;
}
 .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
     left: 0;
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .carousel-fade .carousel-control {
     z-index: 2;
}
 .carousel,.carousel-inner,.carousel-inner .item {
     height:100vh;
}
 .what-offer{
    padding:60px 0px;
}
 .what-offer-widget {
     text-align: center;
     padding-top: 30px;
}
 .what-offer-widget h2 {
    padding-bottom: 60px;
     font-size: 29px;
     line-height: 40px;
     padding-bottom: 25px;
     font-weight: normal;
     color: #484848;
}
 .section-light, .services-area {
     background-color: #f6f6f6;
     position: relative;
     padding:0px;
     margin:0px;
}
 .background-imgholder {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     z-index: 0;
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     background-size: cover !important;
}
 .img-holder {
     overflow: hidden;
     height: 100%;
     padding: 0px;
     top: 0px;
     position: absolute;
}
 .services{
    position:relative;
}
 .services .item{
    text-align:left;
}
 .services .item .span{
     width:100%;
     height:60px;
     background:#efefef;
     vertical-align: middle;
     float:left;
}
 .services .item .span .fa{
     width:60px;
     height:60px;
     background:#94d421;
     vertical-align: middle;
     display:table;

}

 
 .services .item a:hover .span{
    background:#94d421;
}
 .services .item a:hover .span h3{
    color:#fff;
}
 .services .item a:hover .span .fa{
    background:#efefef;
     color:#94d421;
}
.services .item .call .fa.fa-phone {
    display:table-cell;
    font-size:20px;
     color:#fff;
     text-align: center;
    vertical-align: middle;
}

 .services .item .fa.fa-plane, .services .item .fa.fa-cogs, .services .item .fa.fa-users, .services .item .fa.fa-truck {
    display:table-cell;
    font-size:30px;
     color:#fff;
     text-align: center;
    vertical-align: middle;
}
 .services h4 {
     font-size: 15px;
     line-height: 22px;
     margin-bottom: 15px;
     font-weight: 400;
     color: #686d79;
     letter-spacing: 0.5px;
}
 .services .item .span h3{
     letter-spacing:1px;
     font-size: 16px;
     color:#94d421;
     line-height: 21px;
     padding-left:15px;
     display: table-cell;
     vertical-align: middle;
}

 
 .content_area p {
     font-size: 14px;
     line-height: 20px;
     margin-bottom: 14px;
     font-weight: 400;
     color: #30343e;
     letter-spacing: 0.5px;
}
 .servic-img{
     overflow: hidden;
     height: 100%;
     padding: 0px;
     top: 0px;
     right:0;
     position: absolute;
}
 .text-inner {
     padding: 80px 80px 80px 0;
}

 .padding-inner {
     padding: 80px 0px 80px 0;
}

 .lspace-1 {
     letter-spacing: 10px;
     font-size: 16px;
     line-height: 21px;
     margin-bottom: 14px;
     font-style: normal;
}
 .font-weight-5 {
     font-weight: 400;
}
 .lspace-sm {
     letter-spacing: 5px;
     font-size: 40px;
     line-height: 40px;
     margin-bottom: 20px;
     font-style: normal;
}
 .title-line-4 {
     width: 34px;
     height: 2px;
     float: left;
     padding: 0px;
     margin: 0 auto 25px auto;
     background-color: #161616;
}
 .text-box.white {
     background-color: #fff;
     padding: 70px 30px;
     display:flow-root;
}
 .text-orange-2 {
     color: #94d420;
     font-weight: 600;
}
 .our-programs h4 {
     font-size: 15px;
     line-height: 22px;
     margin-bottom: 15px;
     font-weight: 400;
     color: #686d79;
     letter-spacing: 0.5px;
}
 .our-programs p{
     font-size: 15px;
     line-height: 20px;
     margin-bottom: 14px;
     font-weight: 400;
     color:#30343e;
     letter-spacing: 0.5px;
}

 .our-programs strong{color:#94d420;font-weight:700;}
 .btn-primary{
     border: 1px solid #94d421;
     background: #94d421;
}
/*=====testimonial=======*/
 .parallax-section69 {
     width: 100%;
     float: left;
     padding: 0;
     margin: 0px;
     text-align: center;
     background: url(../images/testimonial.jpg);
     background-attachment: fixed;
     background-origin: initial;
     background-clip: initial;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: 100% 0;
     background-position: center;
     z-index: 1;
}
 .bg-opacity-7 {
     background-color: rgba(0, 0, 0, 0.7);
}
 .section-overlay {
     position: relative;
     width: 100%;
     padding: 0px;
     margin: 0px;
     left: 0px;
     top: 0px;
     float: left;
     z-index: 2;
}
 .sec-bpadding-3 {
     padding-bottom:80px;
}
 .sec-tpadding-3 {
     padding-top:80px;
}
 .text-white {
     color: #fff;
}
 .col-centered {
     float: none;
     margin: 0 auto;
}
 blockquote.style1 {
    padding: 12px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #bfc3d0;
    margin: 5px;
    background-image: url(../images/openquote1.png);
    background-position: top left; 
    background-repeat: no-repeat;
}
blockquote.style1 span {
    display: block;
    background-image: url(../images/closequote1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.less-mar1{letter-spacing:1px;}
.owl-theme .owl-controls .owl-page span{background: #d2e1ec;}     
.title-line-4.white {
         background-color: #fff;
    }
     .title-line-4.align-center {
         width: 34px;
         height: 2px;
         float: none;
         padding: 0px;

    }
	
 /*====Contact us Page====*/ 	
.parallax-section {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px;
    text-align: center;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    z-index: 1;
}

.pagenation-holder {
    border-bottom: 1px solid #e9e9e9;
    float: left;
    margin: 0;
    padding:10px 0;
    width: 100%;
}	
.pagenation-holder h3{    
    font-size: 20px;
    line-height: 35px;
    font-style: normal;
    letter-spacing: 2px;
	    color: #75ab15;
}	
.pagenation_links a {
    color: #161616;
	 line-height: 35px;
	 letter-spacing: 2px;
	 font-size:12px;
}	
.pagenation_links a.active{color:#94d421;}

.map-holder .maparea{width:100%; height:800px;}	

.form-group label	{font-size: 14px;
    color: #94d421;
    letter-spacing: 1px;
    margin-bottom: 5px;}	

.contact-info h3 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}
.contact-line {
    width: 35px;
    height: 3px;
    margin: 5px auto 15px;
    background: #94d421;
    float: left;
}

.address {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 18px;
    clear: both;
}
.address .fa{    font-size: 25px;
    float: left;
    line-height: 40px;
    padding-right: 10px;
    color: #94d421;}
.email {
    width: 100%;
    margin-top: 14px;
    font-size: 15px;
    line-height: 20px;
    clear: both;
    display: block;
    color: #1b1e44;
}	

.email .fa{font-size:16px;
    float: left;
    line-height:25px;
    padding-right: 10px;
    color: #94d421;}
	
.email:hover{color:#94d421;}	

 /*====About us====*/ 
.our-programs li{
    display: block;
    list-style: none;
    margin-bottom: 10px;
    color: #94d421;
    font-size: 15px;
}
/*====Service====*/ 
.s-box {
    display: block;
    border-top: 1px solid #f8f8f8;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	padding:15px;
	margin-bottom:25px;
	border-radius:4px;
}

.s-box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.s-box h2 {
    letter-spacing: 1px;
    font-size: 16px;
    color: #94d421;
    line-height: 21px;
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.s-box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
    font-weight: 400;
    color: #30343e;
    letter-spacing: 0.5px;
}

 /*====gallery====*/ 
.gallery {

}

.gallery  ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
			float: right;
		}
.gallery  ul.tabs li{
			background: #ededed;
			color: #222;
			display: inline-block;
			padding: 12px 20px;
			cursor: pointer;
		}
.gallery  ul.tabs li:hover{background: #ededed; color: #222;}
.gallery  ul.tabs li.current{
		
				background:#94d420;
			color: #222;
		}

.gallery  .tab-content{
			display: none;
			background: #ededed;
			    padding: 15px 0px;
			float: left;
		}

.gallery  .tab-content.current{
			display: inherit;
			
		}

.gallery-item {
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding: 0;
	min-height:200px;
	position:relative;
	margin-bottom: 25px;
}
.gallery-item img {
	width:100%;
	height:auto;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    cursor: url(../images/curser.png), auto;
}
 
.gallery-item:hover img {
    transform: scale(1);
    opacity: 0.4;
}

.title-box{color: #ffffff;
    position: absolute;
    background-color: rgba(2, 5, 48, 0.5);
    width: 100%;
    top: 100%;
    margin-top:-40px;
    z-index: 2;
    padding: 0 15px;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
}


.gallery-item:hover .title-box{
    margin-top: -90px;
    background-color:#94d421;
}
.title-box h6{font-size:18px;
    font-weight:400;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 11px; letter-spacing:1px;}
	
.title-box p{margin-top:10px; margin-bottom:10px; font-size:14px; line-height:20px;}	
 /*====Team====*/  
	
.info-box {
    display: block;
    border-top: 1px solid #f8f8f8;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin-bottom:25px;
	border-radius:4px;
}

.info-box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}	

 

.team-box{position: relative;
    height:250px;
    overflow: hidden;
	visibility: visible; 
	animation-duration: 1s; 
	animation-delay: 0.3s; 
	animation-name: fadeIn;
	}
	
.t-description{
	display: block;
    position: absolute;
    padding:50px 20px 50px 20px;
    bottom: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;}
	
 .info-box:hover .t-description{
    bottom: 0%;
    border-bottom: 1px solid #ebebec;
 opacity: 1;	}
 
.h-alt {
    font-size:15px; 
	padding-bottom: 25px;
	margin:0;
font-weight: 300;}
 
.team-info{
	padding:20px;
	}
.t-name{font-size: 16px;}
.t-role{display: block;
    font-size: 13px;
    letter-spacing:0.5px;
    color: #999;}
	
.social-links{margin: 0;
    padding: 15px 0 0 0;
    list-style: none;}
	
	
.social-links li {display:inline-block;}	
.social-links li a{display: block;
    padding-right: 12px;
    font-size: 21px;
    color: #111;}
	
 /*====footer====*/  

.section-less-padding {
    padding: 20px 0 20px 0;
}
.section-copyrights {
    margin: 0;
    text-align: center;
    background-color:#15171d;
}
.social-icons-3 {
    margin: 0;
    padding: 0;
    text-align: center;
} 

.social-icons-3 li {
    display: inline;
}

.social-icons-3 li a {
    width: 30px;
    height: 30px;
    padding: 0px;
    margin: 0 5px 5px 0;
    text-align: center;
    font-size: 16px;
    color:#94d421;
    line-height: 31px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
}

.social-icons-3 li a:hover, .social-icons-3 li a.active {
    color:#fff;
    background-color: #94d421;
}

.section-copyrights span{    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 20px;
	display: block;
}

/* #Mobile (Landscape) - Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.nav-icon{ display:block;}
.main-nav .closebtn {display:block;}

.main-nav {
    height:100vh;
    width: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    background:rgba(2, 5, 48, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	z-index:9999;
}
.header .nav-links{display: block !important;  margin: 0px; line-height: 25px;}
.header .nav-links a{line-height: 25px;}
	
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.nav-icon{ display:block;}
.main-nav .closebtn {display:block;}


.main-nav {
    height:100vh;
    width: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    background:rgba(2, 5, 48, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	z-index:9999;
}
.header .nav-links{display:block !important;  margin: 0px; line-height: 25px;}
.header .nav-links a{line-height: 25px;}
.text-inner {padding: 50px 0px 50px 0;}
.lspace-1{font-size: 14px;line-height: 20px;}
.lspace-sm{font-size: 30px;line-height: 25px;}
.grid .banner-tittle{font-size:30px;}
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 300px) and (max-width: 479px) {
.nav-icon{ display:block;}
.main-nav .closebtn {display:block;}

.main-nav {
    height:100vh;
    width: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    background:rgba(2, 5, 48, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	z-index:9999;
}
.header .nav-links{display: block !important;  margin: 0px; line-height: 25px;}
.header .nav-links a{line-height: 25px;}
.grid .banner-tittle{font-size: 22px;}
.text-inner { padding: 50px 0px 50px 0;}
.text-box.white{padding: 40px 0px;}
.lspace-1{font-size: 14px;line-height: 20px;}
.lspace-sm{font-size: 30px;line-height: 25px;}
}
/*======================Light box========================*/

.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}





