@charset "utf-8";
/* www.ratheesh.me.pn */
/* rth9454@gmail.com */

/*lft_in*/

li.active-slide .txt_sldr h4{

  animation: lft_in ease-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: lft_in ease-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: lft_in ease-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: lft_in ease-out 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: lft_in ease-out 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes lft_in{
  0% {
    transform:  translate(-300px,0px)  ;
  }
  61% {
    transform:  translate(20px,0px)  ;
  }
  76% {
    transform:  translate(-10px,0px)  ;
  }
  89% {
    transform:  translate(5px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes lft_in{
  0% {
    -moz-transform:  translate(-300px,0px)  ;
  }
  61% {
    -moz-transform:  translate(20px,0px)  ;
  }
  76% {
    -moz-transform:  translate(-10px,0px)  ;
  }
  89% {
    -moz-transform:  translate(5px,0px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes lft_in {
  0% {
    -webkit-transform:  translate(-300px,0px)  ;
  }
  61% {
    -webkit-transform:  translate(20px,0px)  ;
  }
  76% {
    -webkit-transform:  translate(-10px,0px)  ;
  }
  89% {
    -webkit-transform:  translate(5px,0px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes lft_in {
  0% {
    -o-transform:  translate(-300px,0px)  ;
  }
  61% {
    -o-transform:  translate(20px,0px)  ;
  }
  76% {
    -o-transform:  translate(-10px,0px)  ;
  }
  89% {
    -o-transform:  translate(5px,0px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes lft_in {
  0% {
    -ms-transform:  translate(-300px,0px)  ;
  }
  61% {
    -ms-transform:  translate(20px,0px)  ;
  }
  76% {
    -ms-transform:  translate(-10px,0px)  ;
  }
  89% {
    -ms-transform:  translate(5px,0px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}

/*rigt_in*/
li.active-slide .txt_sldr p{

  animation: rgt_in ease-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: rgt_in ease-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: rgt_in ease-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: rgt_in ease-out 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: rgt_in ease-out 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes rgt_in{
  0% {
    transform:  translate(300px,0px)  ;
  }
  61% {
    transform:  translate(-20px,0px)  ;
  }
  76% {
    transform:  translate(10px,0px)  ;
  }
  89% {
    transform:  translate(-5px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes rgt_in{
  0% {
    -moz-transform:  translate(300px,0px)  ;
  }
  61% {
    -moz-transform:  translate(-20px,0px)  ;
  }
  76% {
    -moz-transform:  translate(10px,0px)  ;
  }
  89% {
    -moz-transform:  translate(-5px,0px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes rgt_in {
  0% {
    -webkit-transform:  translate(300px,0px)  ;
  }
  61% {
    -webkit-transform:  translate(-20px,0px)  ;
  }
  76% {
    -webkit-transform:  translate(10px,0px)  ;
  }
  89% {
    -webkit-transform:  translate(-5px,0px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes rgt_in {
  0% {
    -o-transform:  translate(300px,0px)  ;
  }
  61% {
    -o-transform:  translate(-20px,0px)  ;
  }
  76% {
    -o-transform:  translate(10px,0px)  ;
  }
  89% {
    -o-transform:  translate(-5px,0px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes rgt_in {
  0% {
    -ms-transform:  translate(300px,0px)  ;
  }
  61% {
    -ms-transform:  translate(-20px,0px)  ;
  }
  76% {
    -ms-transform:  translate(10px,0px)  ;
  }
  89% {
    -ms-transform:  translate(-5px,0px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}













/*lightbox*/
.lightbox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
	background: rgba(0, 0, 0, 0.7);
	-webkit-filter: none !important;
	z-index: 9997;
}
.lightbox img {
	display: block;
	position: absolute;
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
	background: url(../images/loading.gif) center center no-repeat;
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%;
}
.lightbox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9998;
	background: #000;
	background: rgba(0,0,0,0.7);
}

.lightbox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.lightbox-button {
	position: absolute;
	z-index: 9999;
	background: no-repeat center center;
	width: 32px;
	height: 32px;
	opacity:0.4;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	-ms-transition:     all 0.3s;
	transition: 		all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.lightbox-close {
	right: 10px;
	top: 10px;
	background-image: url('../images/close.png');
}
.lightbox-next {
	right: 10px;
	top: 48%;
	background-image: url('../images/next.png');
}
.lightbox-previous {
	left: 10px;
	top: 48%;
	background-image: url('../images/previous.png');
}





.anm_frm_btm_01.visible{
  animation: anm_frm_btm_01 linear .9s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: anm_frm_btm_01 linear .9s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: anm_frm_btm_01 linear .9s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: anm_frm_btm_01 linear .9s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: anm_frm_btm_01 linear .9s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes anm_frm_btm_01{
  0% {
    opacity:0;
    transform:  translate(0px,120px)  ;
  }
  30% {
    opacity:0;
    transform:  translate(0px,120px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes anm_frm_btm_01{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,120px)  ;
  }
  30% {
    opacity:0;
    -moz-transform:  translate(0px,120px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes anm_frm_btm_01 {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,120px)  ;
  }
  30% {
    opacity:0;
    -webkit-transform:  translate(0px,120px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes anm_frm_btm_01 {
  0% {
    opacity:0;
    -o-transform:  translate(0px,120px)  ;
  }
  30% {
    opacity:0;
    -o-transform:  translate(0px,120px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes anm_frm_btm_01 {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,120px)  ;
  }
  30% {
    opacity:0;
    -ms-transform:  translate(0px,120px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}
/**/
.anm_frm_left.visible{

  animation: anm_frm_left linear .9s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: anm_frm_left linear .9s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: anm_frm_left linear .9s;

  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: anm_frm_left linear .9s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: anm_frm_left linear .9s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes anm_frm_left{
  0% {
    opacity:0;
    transform:  translate(-80px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes anm_frm_left{
  0% {
    opacity:0;
    -moz-transform:  translate(-80px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes anm_frm_left {
  0% {
    opacity:0;
    -webkit-transform:  translate(-80px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes anm_frm_left {
  0% {
    opacity:0;
    -o-transform:  translate(-80px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes anm_frm_left {
  0% {
    opacity:0;
    -ms-transform:  translate(-80px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

/**/
.anm_frm_right.visible{

  animation: anm_frm_right linear .9s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: anm_frm_right linear .9s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: anm_frm_right linear .9s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: anm_frm_right linear .9s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: anm_frm_right linear .9s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes anm_frm_right{
  0% {
    opacity:0;
    transform:  translate(80px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes anm_frm_right{
  0% {
    opacity:0;
    -moz-transform:  translate(80px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes anm_frm_right {
  0% {
    opacity:0;
    -webkit-transform:  translate(80px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes anm_frm_right {
  0% {
    opacity:0;
    -o-transform:  translate(80px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes anm_frm_right {
  0% {
    opacity:0;
    -ms-transform:  translate(80px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}


.anm_frm_btm.visible{

  animation: anm_frm_btm linear .9s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: anm_frm_btm linear .9s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: anm_frm_btm linear .9s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: anm_frm_btm linear .9s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: anm_frm_btm linear .9s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes anm_frm_btm{
  0% {
    opacity:0;
    transform:  translate(0px,140px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes anm_frm_btm{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,140px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes anm_frm_btm {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,140px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes anm_frm_btm {
  0% {
    opacity:0;
    -o-transform:  translate(0px,140px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes anm_frm_btm {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,140px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}
li.active-slide .txt_sldr .frst{

  animation: t_amin_02 linear 3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: t_amin_02 linear 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: t_amin_02 linear 3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: t_amin_02 linear 3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: t_amin_02 linear 3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes t_amin_02{
  0% {
    opacity:0;
    transform:  translate(-50px,0px)  ;
  }
  22% {
    opacity:0;
    transform:  translate(50px,0px)  ;
  }
  43% {
    opacity:1.00;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1.00;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes t_amin_02{
  0% {
    opacity:0;
    -moz-transform:  translate(-50px,0px)  ;
  }
  22% {
    opacity:0;
    -moz-transform:  translate(50px,0px)  ;
  }
  43% {
    opacity:1.00;
    -moz-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1.00;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes t_amin_02 {
  0% {
    opacity:0;
    -webkit-transform:  translate(-50px,0px)  ;
  }
  22% {
    opacity:0;
    -webkit-transform:  translate(50px,0px)  ;
  }
  43% {
    opacity:1.00;
    -webkit-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1.00;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes t_amin_02 {
  0% {
    opacity:0;
    -o-transform:  translate(-50px,0px)  ;
  }
  22% {
    opacity:0;
    -o-transform:  translate(50px,0px)  ;
  }
  43% {
    opacity:1.00;
    -o-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1.00;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes t_amin_02 {
  0% {
    opacity:0;
    -ms-transform:  translate(-50px,0px)  ;
  }
  22% {
    opacity:0;
    -ms-transform:  translate(50px,0px)  ;
  }
  43% {
    opacity:1.00;
    -ms-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1.00;
    -ms-transform:  translate(0px,0px)  ;
  }
}