@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: 90px;
	width: 90%;
	text-align: left;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	font-weight: bold;
	margin: 0;
}
.vikcs-slide p {
	text-align: left;
	width: 90%;
	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: 0%;
	transform: translate(0, -40%);
}
.vikcs-text-left p {
	left: 0%;
	transform: translate(0%, -53%);
}
.vikcs-text-right {
	text-align: right;
}
.vikcs-text-right h2, .vikcs-text-right p {
	right: 0%;
	min-width: 20%;
	transform: translate(0%, -40%);
}
.vikcs-slide-toleft .vikcs-text-right h2 {
	transform: translate(-114%, 0%);
}
.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: inline-block;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	position: absolute;
	min-width: 40%;
}
.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: 560px) { 
	.vikcs-slide h2 {
		font-size: 2em;
	}
	.vikcs-slide p {
		font-size: 1.4em;
	}
	.vikcs-texts {
		min-width: 90%;
	}
}
/* Animation classes and animations */

/*** Text aligned left **/
.vikcs-slide-toleft .vikcs-texts.vikcs-text-left {
	-webkit-animation: txtAlgLeftgoRight 0.6s ease-in both;
	-moz-animation: txtAlgLeftgoRight 0.6s ease-in both;
	-o-animation: txtAlgLeftgoRight 0.6s ease-in both;
	-ms-animation: txtAlgLeftgoRight 0.6s ease-in both;
	animation: txtAlgLeftgoRight 0.6s ease-in both;
}
.vikcs-slide-fromright .vikcs-texts.vikcs-text-left {
	-webkit-animation: txtAlgLeftcomeRight 0.6s ease-in both;
	-moz-animation: txtAlgLeftcomeRight 0.6s ease-in both;
	-o-animation: txtAlgLeftcomeRight 0.6s ease-in both;
	-ms-animation: txtAlgLeftcomeRight 0.6s ease-in both;
	animation: txtAlgLeftcomeRight 0.6s ease-in both;
}
.vikcs-slide-toright .vikcs-texts.vikcs-text-left {
	-webkit-animation: txtAlgLeftgoLeft 0.6s ease-in both;
	-moz-animation: txtAlgLeftgoLeft 0.6s ease-in both;
	-o-animation: txtAlgLeftgoLeft 0.6s ease-in both;
	-ms-animation: txtAlgLeftgoLeft 0.6s ease-in both;
	animation: txtAlgLeftgoLeft 0.6s ease-in both;
}
.vikcs-slide-fromleft .vikcs-texts.vikcs-text-left {
	-webkit-animation: txtAlgLeftfromLeft 0.6s ease-in both;
	-moz-animation: txtAlgLeftfromRight 0.6s ease-in both;
	-o-animation: txtAlgLeftfromLeft 0.6s ease-in both;
	-ms-animation: txtAlgLeftfromLeft 0.6s ease-in both;
	animation: txtAlgLeftfromLeft 0.6s ease-in both;
}

/*** Text aligned left - Come from right once clicked the right arrow ***/
@-ms-keyframes txtAlgLeftcomeRight {
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes txtAlgLeftcomeRight {
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes txtAlgLeftcomeRight {
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes txtAlgLeftcomeRight {
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes txtAlgLeftcomeRight {
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}


/*** Text aligned left - Come from left once clicked the left arrow ***/
@-ms-keyframes txtAlgLeftfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes txtAlgLeftfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes txtAlgLeftfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes txtAlgLeftfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes txtAlgLeftfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

/*** Text aligned left - Text go on the left once clicked the left arrow ***/
@-ms-keyframes txtAlgLeftgoLeft {
	0%{ left: 0%; opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes txtAlgLeftgoLeft {
	0%{ left: 0%; opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes txtAlgLeftgoLeft {
	0%{ left: 0%; opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes txtAlgLeftgoLeft {
	0%{ left: 0%; opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes txtAlgLeftgoLeft {
	0%{ left: 0%; opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

/*** Text aligned left - Text go on the right once clicked the right arrow ***/
@-ms-keyframes txtAlgLeftgoRight {
	0%{ left: 0%; opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-moz-keyframes txtAlgLeftgoRight {
	0%{ left: 0%; opacity: 1; }
	100%{ left: -150%; opacity: 0; }
}
@-o-keyframes txtAlgLeftgoRight {
	0%{ left: 0%; opacity: 1; }
	100%{ left: -150%; opacity: 0; }
}
@-webkit-keyframes txtAlgLeftgoRight {
	0%{ left: 0%; opacity: 1; }
	100%{ left: -150%; opacity: 0; }
}
@keyframes txtAlgLeftgoRight {
	0%{ left: 0%; opacity: 1; }
	100%{ left: -150%; opacity: 0; }
}

/*** Text aligned right **/
.vikcs-slide-toleft .vikcs-texts.vikcs-text-right {
	-webkit-animation: txtAlgRightgoRight 0.6s ease-in both;
	-moz-animation: txtAlgRightgoRight 0.6s ease-in both;
	-o-animation: txtAlgRightgoRight 0.6s ease-in both;
	-ms-animation: txtAlgRightgoRight 0.6s ease-in both;
	animation: txtAlgRightgoRight 0.6s ease-in both;
}
.vikcs-slide-fromright .vikcs-texts.vikcs-text-right {
	-webkit-animation: txtAlgRightfromLeft 0.6s ease-in both;
	-moz-animation: txtAlgRightfromLeft 0.6s ease-in both;
	-o-animation: txtAlgRightfromLeft 0.6s ease-in both;
	-ms-animation: txtAlgRightfromLeft 0.6s ease-in both;
	animation: txtAlgRightfromLeft 0.6s ease-in both;
}
.vikcs-slide-toright .vikcs-texts.vikcs-text-right {
	-webkit-animation: txtAlgRightgoLeft 0.6s ease-in both;
	-moz-animation: txtAlgRightgoLeft 0.6s ease-in both;
	-o-animation: txtAlgRightgoLeft 0.6s ease-in both;
	-ms-animation: txtAlgRightgoLeft 0.6s ease-in both;
	animation: txtAlgRightgoLeft 0.6s ease-in both;
}
.vikcs-slide-fromleft .vikcs-texts.vikcs-text-right {
	-webkit-animation: txtAlgRightfromLeft 0.6s ease-in both;
	-moz-animation: txtAlgLeftfromLeft 0.6s ease-in both;
	-o-animation: txtAlgRightfromLeft 0.6s ease-in both;
	-ms-animation: txtAlgRightfromLeft 0.6s ease-in both;
	animation: txtAlgRightfromLeft 0.6s ease-in both;
}

/*** Text aligned right - Come from right once clicked the right arrow ***/

/*** Text aligned right - Come from left once clicked the left arrow ***/
@-ms-keyframes txtAlgRightfromLeft {
	0%{ left: 0%; opacity: 0; }
	100%{ right: 100%; opacity: 1; }
}
@-moz-keyframes txtAlgRightfromLeft {
	0%{ left: 0%; opacity: 0; }
	100%{ right: 100%; opacity: 1; }
}
@-o-keyframes txtAlgRightfromLeft {
	0%{ left: 0%; opacity: 0; }
	100%{ right: 100%; opacity: 1; }
}
@-webkit-keyframes txtAlgRightfromLeft {
	0%{ left: 0%; opacity: 0; }
	100%{ right: 100%; opacity: 1; }
}
@keyframes txtAlgRightfromLeft {
	0%{ left: 0%; opacity: 0; }
	100%{ right: 100%; opacity: 1; }
}

/*** Text aligned right - Text go on the left once clicked the left arrow ***/
@-ms-keyframes txtAlgRightgoLeft {
	0%{ right: 100%; opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes txtAlgRightgoLeft {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-o-keyframes txtAlgRightgoLeft {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-webkit-keyframes txtAlgRightgoLeft {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@keyframes txtAlgRightgoLeft {
	0%{ right: 100%; opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

/*** Text aligned right - Text go on the right once clicked the right arrow ***/
@-ms-keyframes txtAlgRightgoRight {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -150%; opacity: 0; }
}
@-moz-keyframes txtAlgRightgoRight {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -150%; opacity: 0; }
}
@-o-keyframes txtAlgRightgoRight {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -150%; opacity: 0; }
}
@-webkit-keyframes txtAlgRightgoRight {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -150%; opacity: 0; }
}
@keyframes txtAlgRightgoRight {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -150%; opacity: 0; }
}

/*** Text aligned center **/
.vikcs-slide-toleft .vikcs-texts.vikcs-text-center {
	-webkit-animation: txtAlgCentergoRight 0.6s ease-in both;
	-moz-animation: txtAlgCentergoRight 0.6s ease-in both;
	-o-animation: txtAlgCentergoRight 0.6s ease-in both;
	-ms-animation: txtAlgCentergoRight 0.6s ease-in both;
	animation: txtAlgCentergoRight 0.6s ease-in both;
}
.vikcs-slide-fromright .vikcs-texts.vikcs-text-center {
	-webkit-animation: txtAlgCenterfromLeft 0.6s ease-in both;
	-moz-animation: txtAlgCenterfromLeft 0.6s ease-in both;
	-o-animation: txtAlgCenterfromLeft 0.6s ease-in both;
	-ms-animation: txtAlgCenterfromLeft 0.6s ease-in both;
	animation: txtAlgCenterfromLeft 0.6s ease-in both;
}
.vikcs-slide-toright .vikcs-texts.vikcs-text-center {
	-webkit-animation: txtAlgRightgoLeft 0.6s ease-in both;
	-moz-animation: txtAlgRightgoLeft 0.6s ease-in both;
	-o-animation: txtAlgRightgoLeft 0.6s ease-in both;
	-ms-animation: txtAlgRightgoLeft 0.6s ease-in both;
	animation: txtAlgRightgoLeft 0.6s ease-in both;
}
.vikcs-slide-fromleft .vikcs-texts.vikcs-text-center {
	-webkit-animation: txtAlgCenterfromLeft 0.6s ease-in both;
	-moz-animation: txtAlgCenterfromLeft 0.6s ease-in both;
	-o-animation: txtAlgCenterfromLeft 0.6s ease-in both;
	-ms-animation: txtAlgCenterfromLeft 0.6s ease-in both;
	animation: txtAlgCenterfromLeft 0.6s ease-in both;
}

/*** Text aligned right - Come from left once clicked the left arrow ***/
@-ms-keyframes txtAlgCenterfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-moz-keyframes txtAlgCenterfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-o-keyframes txtAlgCenterfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@-webkit-keyframes txtAlgCenterfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}
@keyframes txtAlgCenterfromLeft {
	0%{ left: -50%; opacity: 0; }
	100%{ left: 50%; opacity: 1; }
}

/*** Text aligned right - Text go on the left once clicked the left arrow ***/
@-ms-keyframes txtAlgRightgoLeft {
	0%{ right: 100%; opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes txtAlgRightgoLeft {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-o-keyframes txtAlgRightgoLeft {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-webkit-keyframes txtAlgRightgoLeft {
	0%{ right: 0%; opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@keyframes txtAlgRightgoLeft {
	0%{ right: 100%; opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

/*** Text aligned center - Text go on the right once clicked the right arrow ***/
@-ms-keyframes txtAlgCentergoRight {
	0%{ left: 50%; opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
@-moz-keyframes txtAlgCentergoRight {
	0%{ left: 50%; opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
@-o-keyframes txtAlgCentergoRight {
	0%{ left: 50%; opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
@-webkit-keyframes txtAlgCentergoRight {
	0%{ left: 50%; opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
@keyframes txtAlgCentergoRight {
	0%{ left: 50%; opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
