@CHARSET "ISO-8859-1";

.cnt-slider {
	position: relative;
}
.vikcs-slider{
	width: 100%;
	min-width: 100px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.vikcs-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.vikcs-slide-current{
	z-index: 1000;
}
#vikcs-container {
	display: block;
	height: 100%;
	position: relative;
}
.vikcs-slider-fb .vikcs-slide{
	left: 100%;
}
.vikcs-slider-fb  .vikcs-slide.vikcs-slide-current{
	left: 0px;
}
.vikcs-slide h2,
.vikcs-slide p,
.vikcs-slide .vikcs-link,
.vikcs-slide .vikcs-img{
	opacity: 0;
}
.vikcs-slider-fb .vikcs-slide h2,
.vikcs-slider-fb .vikcs-slide p,
.vikcs-slider-fb .vikcs-slide div,
.vikcs-slider-fb .vikcs-slide .vikcs-link{
	left: 10%;
	opacity: 1;
}
.vikcs-slider-fb .vikcs-slide .vikcs-img{
	left: 60%;
	opacity: 1;
}
.vikcs-slide h2{
	color: #fff !important;
	font-size: 62px;
	width: 80%;
	text-align: left;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	font-weight: 500;
	margin: 0;
	position: absolute;
}
.vikcs-slide p {
	text-align: left;
	width: 90%;
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -53%);
	color: #f6f6f6;
	font-size: 24px;
	overflow: hidden;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.vikcs-slide p span {
	display:block; 
	padding:8px 0;
}
.vikcs-slide .vikcs-img{
	text-align: center;
	width: 30%;
	line-height: 320px;
	left: 110%; /*60%*/
	top: 20%;
}
/*.vikcs-slide .vikcs-link{
	width: 80%;
	top: 42%;
	left: 50%;
	transform: translate(-50%, 0%);
	position: absolute;
}*/
.vikcs-text-left {
	text-align: left;
}
.vikcs-text-left h2 {
	left: 76%;
	transform: translate(-56%, -40%);
}
.vikcs-text-left p {
	left: 76%;
}
.vikcs-text-right {
	text-align: right;
}
.vikcs-text-right h2 {
	text-align: right;
	left: 23%;
}
.vikcs-slide-toleft .vikcs-text-right h2 {
	transform: translate(-114%, 0%);
}
.vikcs-text-right p {
	text-align: right;
	left: 23%;
}
.vikcs-slide .vikcs-link a {
	border-radius: 20px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 1px solid #666;
	padding: 10px 20px 10px;
	font-size: 18px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
}
.vikcs-slide .vikcs-link:hover a{
	background: rgba(0,0,0,0.4);
	transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-o-transition:all 400ms ease-in-out 0s;
}
.vikcs-slide-dots{
	opacity: 0.7;
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 10000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.vikcs-slide-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #999;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.vikcs-slide-dots span.vikcs-slide-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
}
.vikcs-slide-arrows{
	height: 100%;
	opacity: 0;
	transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
	z-index: 1000;
	position: relative;
}
.vikcs-slide-arrows:hover {
	opacity: 1;
	transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}
.vikcs-slide-arrows span{
	top: 44%;
	opacity: 0.6;
	position: absolute;
}

.vikcs-slide-arrows span.vikcs-slide-arrows-prev{
	left: 15px;
	background: url(arrow-left.png) left top no-repeat;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.vikcs-slide-arrows span.vikcs-slide-arrows-next{
	right: 15px;
	width: 60px;
	height: 60px;
	background: url(arrow-right.png) left top no-repeat;
	cursor: pointer;
}
.vikcs-slide-arrows.arrow-next {
    display: inline-block;
    float: right;
    width: 30%;
}
.vikcs-slide-arrows.arrow-prev {
    display: inline-block;
    float: left;
    width: 30%;
}

.vikcs-slide-current h2,
.vikcs-slide-current p,
.vikcs-slide-current .vikcs-link{
	opacity: 1;
}
.vikcs-slide-current .vikcs-img {
	left: 60%;
	opacity: 1;
}
.vikcs-slide .vikcs-img-bckground {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;
	width: 100%;
	height: auto;
}
.vikcs-slide-current .vikcs-img-bckground {
	opacity: 1;
}
.vikcs-texts {
	display: table;
	margin: 0 auto;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 10px;
	position: absolute;
	width: 80%;
	height: 100%;
}
.vikcs-text-center, .vikcs-text-center h2, 
.vikcs-text-center p, .vikcs-text-center .vikcs-link {
	text-align: center;
}
.dothide {
	display: none;
}
@media screen and (max-width: 1024px) { 
	.vikcs-slide h2 {
		width: 100%;
		font-size: 47px !important;
	}
	.vikcs-slide p {
		width: 100%;
		font-size: 18px !important;
		top: 60%;
	}
}
@media screen and (max-width: 1024px) { 
	.vikcs-slide h2 {
		font-size: 32px !important;
	}
}
@media screen and (max-width: 560px) { 
	.vikcs-slide h2 {
		font-size: 22px !important;
	}
	.vikcs-slide p {
		font-size: 12px !important;
	}
}
/* Animation classes and animations */

/* Slide in from the right*/
.vikcs-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.vikcs-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
/*.vikcs-slide-fromright .vikcs-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}*/
.vikcs-slide-fromright .vikcs-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 84%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 84%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

/*** From right to Left - Center Alignement **/

.vikcs-slide-fromright .vikcs-text-center h2{
	-webkit-animation: fromRalignC1 0.6s ease-in 0.8s both;
	-moz-animation: fromRalignC1 0.6s ease-in 0.8s both;
	-o-animation: fromRalignC1 0.6s ease-in 0.8s both;
	-ms-animation: fromRalignC1 0.6s ease-in 0.8s both;
	animation: fromRalignC1 0.6s ease-in 0.8s both;
}
.vikcs-slide-fromright .vikcs-text-center p{
	-webkit-animation: fromRalignC2 0.6s ease-in 0.8s both;
	-moz-animation: fromRalignC2 0.6s ease-in 0.8s both;
	-o-animation: fromRalignC2 0.6s ease-in 0.8s both;
	-ms-animation: fromRalignC2 0.6s ease-in 0.8s both;
	animation: fromRalignC2 0.6s ease-in 0.8s both;
}
/*.vikcs-slide-fromright .vikcs-text-center .vikcs-link{
	-webkit-animation: fromRalignC3 0.4s ease-in 1.2s both;
	-moz-animation: fromRalignC3 0.4s ease-in 1.2s both;
	-o-animation: fromRalignC3 0.4s ease-in 1.2s both;
	-ms-animation: fromRalignC3 0.4s ease-in 1.2s both;
	animation: fromRalignC3 0.4s ease-in 1.2s both;
}*/
.vikcs-slide-fromright .vikcs-text-center .vikcs-img{
	-webkit-animation: fromRalignC4 0.6s ease-in 0.8s both;
	-moz-animation: fromRalignC4 0.6s ease-in 0.8s both;
	-o-animation: fromRalignC4 0.6s ease-in 0.8s both;
	-ms-animation: fromRalignC4 0.6s ease-in 0.8s both;
	animation: fromRalignC4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRalignC1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-webkit-keyframes fromRalignC2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-webkit-keyframes fromRalignC3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-webkit-keyframes fromRalignC4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRalignC1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-moz-keyframes fromRalignC2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-moz-keyframes fromRalignC3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-moz-keyframes fromRalignC4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRalignC1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-o-keyframes fromRalignC2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-o-keyframes fromRalignC3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-o-keyframes fromRalignC4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRalignC1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-ms-keyframes fromRalignC2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-ms-keyframes fromRalignC3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-ms-keyframes fromRalignC4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRalignC1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@keyframes fromRalignC2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@keyframes fromRalignC3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@keyframes fromRalignC4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

/* From Right to Left - Text aligned to Right **/

.vikcs-slide-fromright .vikcs-text-right h2{
	-webkit-animation: fromRightAnimtxtrightsec1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnimtxtrightsec1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnimtxtrightsec1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnimtxtrightsec1 0.6s ease-in 0.8s both;
	animation: fromRightAnimtxtrightsec1 0.6s ease-in 0.8s both;
}
.vikcs-slide-fromright .vikcs-text-right p{
	-webkit-animation: fromRightAnimtxtrightsec2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnimtxtrightsec2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnimtxtrightsec2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnimtxtrightsec2 0.6s ease-in 0.8s both;
	animation: fromRightAnimtxtrightsec2 0.6s ease-in 0.8s both;
}
/*.vikcs-slide-fromright .vikcs-text-right .vikcs-link{
	-webkit-animation: fromRightAnimtxtrightsec3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnimtxtrightsec3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnimtxtrightsec3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnimtxtrightsec3 0.4s ease-in 1.2s both;
	animation: fromRightAnimtxtrightsec3 0.4s ease-in 1.2s both;
}*/
.vikcs-slide-fromright .vikcs-text-right .vikcs-img{
	-webkit-animation: fromRightAnimtxtrightsec4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnimtxtrightsec4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnimtxtrightsec4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnimtxtrightsec4 0.6s ease-in 0.8s both;
	animation: fromRightAnimtxtrightsec4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnimtxtrightsec1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-webkit-keyframes fromRightAnimtxtrightsec2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-webkit-keyframes fromRightAnimtxtrightsec3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-webkit-keyframes fromRightAnimtxtrightsec4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnimtxtrightsec1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-moz-keyframes fromRightAnimtxtrightsec2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-moz-keyframes fromRightAnimtxtrightsec3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-moz-keyframes fromRightAnimtxtrightsec4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnimtxtrightsec1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-o-keyframes fromRightAnimtxtrightsec2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-o-keyframes fromRightAnimtxtrightsec3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-o-keyframes fromRightAnimtxtrightsec4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnimtxtrightsec1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-ms-keyframes fromRightAnimtxtrightsec2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-ms-keyframes fromRightAnimtxtrightsec3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-ms-keyframes fromRightAnimtxtrightsec4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnimtxtrightsec1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@keyframes fromRightAnimtxtrightsec2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@keyframes fromRightAnimtxtrightsec3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@keyframes fromRightAnimtxtrightsec4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}


/* Slide in from the left*/
.vikcs-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.vikcs-slide-fromleft .vikcs-img-bckground{
	-webkit-animation: fromLeftAnim1 0.1s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.1s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.1s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.1s ease-in 0.6s both;
	animation: fromLeftAnim1 0.1s ease-in 0.6s both;
}
.vikcs-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
/*.vikcs-slide-fromleft .vikcs-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}*/
.vikcs-slide-fromleft .vikcs-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 76%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

/** From left to Right - Text Aligned Center */
.vikcs-slide-fromleft .vikcs-text-center h2{
	-webkit-animation: fromLalignedC1 0.6s ease-in 0.6s both;
	-moz-animation: fromLalignedC1 0.6s ease-in 0.6s both;
	-o-animation: fromLalignedC1 0.6s ease-in 0.6s both;
	-ms-animation: fromLalignedC1 0.6s ease-in 0.6s both;
	animation: fromLalignedC1 0.6s ease-in 0.6s both;
}
.vikcs-slide-fromleft .vikcs-text-center .vikcs-img-bckground{
	-webkit-animation: fromLalignedC2 0.1s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.1s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.1s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.1s ease-in 0.6s both;
	animation: fromLeftAnim1 0.1s ease-in 0.6s both;
}
.vikcs-slide-fromleft .vikcs-text-center  p {
	-webkit-animation: fromLalignedC2 0.6s ease-in 0.6s both;
	-moz-animation: fromLalignedC2 0.6s ease-in 0.6s both;
	-o-animation: fromLalignedC2 0.6s ease-in 0.6s both;
	-ms-animation: fromLalignedC2 0.6s ease-in 0.6s both;
	animation: fromLalignedC2 0.6s ease-in 0.6s both;
}
/*.vikcs-slide-fromleft .vikcs-link{
	-webkit-animation: fromLalignedC3 0.4s ease-in 1.2s both;
	-moz-animation: fromLalignedC3 0.4s ease-in 1.2s both;
	-o-animation: fromLalignedC3 0.4s ease-in 1.2s both;
	-ms-animation: fromLalignedC3 0.4s ease-in 1.2s both;
	animation: fromLalignedC3 0.4s ease-in 1.2s both;
}*/
@-webkit-keyframes fromLalignedC1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-webkit-keyframes fromLalignedC2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-webkit-keyframes fromLalignedC3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-webkit-keyframes fromLalignedC4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLalignedC1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-moz-keyframes fromLalignedC2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-moz-keyframes fromLalignedC3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-moz-keyframes fromLalignedC4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLalignedC1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-o-keyframes fromLalignedC2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-o-keyframes fromLalignedC3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLalignedC1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-ms-keyframes fromLalignedC2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-ms-keyframes fromLalignedC3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-ms-keyframes fromLalignedC4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLalignedC1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@keyframes fromLalignedC2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@keyframes fromLalignedC3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@keyframes fromLalignedC4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

/* From left to Right - Text Aligned Right */
.vikcs-slide-fromleft .vikcs-text-right h2{
	-webkit-animation: fromLeftAnimTxtRight1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnimTxtRight1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnimTxtRight1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnimTxtRight1 0.6s ease-in 0.6s both;
	animation: fromLeftAnimTxtRight1 0.6s ease-in 0.6s both;
}
.vikcs-slide-fromleft .vikcs-text-right .vikcs-img-bckground{
	-webkit-animation: fromLeftAnimTxtRight1 0.1s ease-in 0.6s both;
	-moz-animation: fromLeftAnimTxtRight1 0.1s ease-in 0.6s both;
	-o-animation: fromLeftAnimTxtRight1 0.1s ease-in 0.6s both;
	-ms-animation: fromLeftAnimTxtRight1 0.1s ease-in 0.6s both;
	animation: fromLeftAnimTxtRight1 0.1s ease-in 0.6s both;
}
.vikcs-slide-fromleft .vikcs-text-right p{
	-webkit-animation: fromLeftAnimTxtRight2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnimTxtRight2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnimTxtRight2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnimTxtRight2 0.6s ease-in 0.6s both;
	animation: fromLeftAnimTxtRight2 0.6s ease-in 0.6s both;
}
/*.vikcs-slide-fromleft .vikcs-text-right .vikcs-link{
	-webkit-animation: fromLeftAnimTxtRight3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnimTxtRight3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnimTxtRight3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnimTxtRight3 0.4s ease-in 1.2s both;
	animation: fromLeftAnimTxtRight3 0.4s ease-in 1.2s both;
}*/
.vikcs-slide-fromleft .vikcs-img{
	-webkit-animation: fromLeftAnimTxtRight4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnimTxtRight4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnimTxtRight4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnimTxtRight4 0.6s ease-in 0.6s both;
	animation: fromLeftAnimTxtRight4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnimTxtRight1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnimTxtRight2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnimTxtRight3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnimTxtRight4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnimTxtRight1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-moz-keyframes fromLeftAnimTxtRight2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-moz-keyframes fromLeftAnimTxtRight3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-moz-keyframes fromLeftAnimTxtRight4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnimTxtRight1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-o-keyframes fromLeftAnimTxtRight2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-o-keyframes fromLeftAnimTxtRight3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-o-keyframes fromLeftAnimTxtRight4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnimTxtRight1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-ms-keyframes fromLeftAnimTxtRight2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-ms-keyframes fromLeftAnimTxtRight3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@-ms-keyframes fromLeftAnimTxtRight4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnimTxtRight1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@keyframes fromLeftAnimTxtRight2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@keyframes fromLeftAnimTxtRight3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 23%; opacity: 0; }
	100%{ left: 23%; opacity: 1; }
}
@keyframes fromLeftAnimTxtRight4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }


/* From Right to Left - Text Aligned to right

/* Slide in from the right*/
.vikcs-slide-fromright .vikcs-text-right h2{
	-webkit-animation: fromRightAnimTxtRight1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnimTxtRight1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnimTxtRight1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnimTxtRight1 0.6s ease-in 0.8s both;
	animation: fromRightAnimTxtRight1 0.6s ease-in 0.8s both;
}
.vikcs-slide-fromright .vikcs-text-right p{
	-webkit-animation: fromRightAnimTxtRight2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnimTxtRight2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnimTxtRight2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnimTxtRight2 0.6s ease-in 0.8s both;
	animation: fromRightAnimTxtRight2 0.6s ease-in 0.8s both;
}
/*.vikcs-slide-fromright .vikcs-text-right .vikcs-link{
	-webkit-animation: fromRightAnimTxtRight3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnimTxtRight3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnimTxtRight3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnimTxtRight3 0.4s ease-in 1.2s both;
	animation: fromRightAnimTxtRight3 0.4s ease-in 1.2s both;
}*/
.vikcs-slide-fromright .vikcs-text-right .vikcs-img{
	-webkit-animation: fromRightAnimTxtRight4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnimTxtRight4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnimTxtRight4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnimTxtRight4 0.6s ease-in 0.8s both;
	animation: fromRightAnimTxtRight4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnimTxtRight1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-webkit-keyframes fromRightAnimTxtRight2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-webkit-keyframes fromRightAnimTxtRight3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 84%; opacity: 0; }
	100%{ left: 84%; opacity: 1; }
}
@-webkit-keyframes fromRightAnimTxtRight4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnimTxtRight1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 84%; opacity: 1; }
}
@-moz-keyframes fromRightAnimTxtRight2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 84%; opacity: 1; }
}
@-moz-keyframes fromRightAnimTxtRight3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 84%; opacity: 0; }
	100%{ left: 84%; opacity: 1; }
}
@-moz-keyframes fromRightAnimTxtRight4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnimTxtRight1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-o-keyframes fromRightAnimTxtRight2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-o-keyframes fromRightAnimTxtRight3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 84%; opacity: 0; }
	100%{ left: 84%; opacity: 1; }
}
@-o-keyframes fromRightAnimTxtRight4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnimTxtRight1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-ms-keyframes fromRightAnimTxtRight2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@-ms-keyframes fromRightAnimTxtRight3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 84%; opacity: 0; }
	100%{ left: 84%; opacity: 1; }
}
@-ms-keyframes fromRightAnimTxtRight4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnimTxtRight1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@keyframes fromRightAnimTxtRight2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 76%; opacity: 1; }
}
@keyframes fromRightAnimTxtRight3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnimTxtRight4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

/* Slide out to the right */
.vikcs-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in both;
	-moz-animation: toRightAnim1 0.6s ease-in both;
	-o-animation: toRightAnim1 0.6s ease-in both;
	-ms-animation: toRightAnim1 0.6s ease-in both;
	animation: toRightAnim1 0.6s ease-in both;
}
.vikcs-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
/*.vikcs-slide-toright .vikcs-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}*/
.vikcs-slide-toright .vikcs-img{
	-webkit-animation: toRightAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim4 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim4 0.6s ease-in 0.6s both;
	animation: toRightAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.vikcs-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.vikcs-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
/*.vikcs-slide-toleft .vikcs-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}*/
.vikcs-slide-toleft .vikcs-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: 23%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: 23%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: 23%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: 23%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: 23%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}





