.da-slider{
	width: 100%;
	position: relative;
	overflow: hidden;
	/*background: transparent url(../images/waves.gif) repeat 0% 0%;*/
	-webkit-transition: background-position 1s ease 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
	overflow:hidden;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide .da-img,
.da-slide .da-link{
	position: absolute;
	opacity: 0;
}
.da-slider-fb .da-slide h2{
	left: 0%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 0%;
	opacity: 1;
}
.da-slide h2{
	width: 100%;
	z-index: 10;
	height:100%;
	position:absolute;
}

.da-slide h2 img{
	position:absolute;
	width:100%;
	height:100%;
}

.da-slide .da-img{
	width: 100%;
	height:100%;
	line-height: 0px;
	position:absolute;
	z-index:20;
}

.da-slide .da-img img{
	width:100%;
	height:100%;
	position:absolute;
}

.da-slide .da-link{
	right:0;
	bottom:45%;
	position:absolute;
	z-index:30;
}

.da-dots{
	width:386px;
	height:386px;
	position:absolute;
	z-index:999999;
	left:-52px;
	bottom:50px;
	border-radius:50%;
	overflow:hidden;
	text-align:center;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	border-radius:50%;
	transition:ease all;
	position: absolute;
	width: 60px;
	height: 60px;
	margin: 3px;
	cursor: pointer;
}

.zero{
	right:105px;
	top:35px;
}
.one{
	right:38px;
	top:105px;
}
.two{
	right:30px;
	top:205px;
}
.three{
	right:105px;
	top:280px;
}
.four{
	right:210px;
	top:285px;
}
.five{
	right:280px;
	top:215px;
}
.six{
	right:280px;
	top:115px;
}
.seven{
	right:215px;
	top:40px;
}

.da-dots span.da-dots-current{
	background:none;
}


.da-slide-current h2{
	top:0;
	left:0%;
	opacity: 1;
}
.da-slide-current .da-img{
	top:0;
	left:0%;
	opacity: 1;
}

.da-slide-current .da-link{
	bottom:45%;
	right:0%;
    opacity: 1;
}

/* Animation classes and animations Stars Here*/

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 1.5s ease-in-out 1.0s both;
	-moz-animation: fromRightAnim1 1.5s ease-in-out 1.0s both;
	-ms-animation: fromRightAnim1 1.5s ease-in-out 1.0s both;
	animation: fromRightAnim1 1.5s ease-in-out 1.0s both;
}

.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 1.8s ease-in-out 1.2s both;
	-moz-animation: fromRightAnim3 1.8s ease-in-out 1.2s both;
	-ms-animation: fromRightAnim3 1.8s ease-in-out 1.2s both;
	animation: fromRightAnim3 1.8s ease-in-out 1.2s both;
}

.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 1.5s ease-in-out 1.0s both;
	-moz-animation: fromRightAnim4 1.5s ease-in-out 1.0s both;
	-ms-animation: fromRightAnim4 1.5s ease-in-out 1.0s both;
	animation: fromRightAnim4 1.5s ease-in-out 1.0s both;
}
@-webkit-keyframes fromRightAnim1{
	0% {top:100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}
@-webkit-keyframes fromRightAnim3{
	0% {right:-100%; opacity:1;}
    100% {right: 0px; opacity:1;}
}
@-webkit-keyframes fromRightAnim4{
	0% {top:-100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}


@-moz-keyframes fromRightAnim1{
	0% {top:100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}
@-moz-keyframes fromRightAnim3{
	0% {right:-100%; opacity:1;}
    100% {right: 0px; opacity:1;}
}
@-moz-keyframes fromRightAnim4{
	0% {top:-100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}


@-ms-keyframes fromRightAnim1{
	0% {top:100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}
@-ms-keyframes fromRightAnim3{
	0% {right:-100%; opacity:1;}
    100% {right: 0px; opacity:1;}
}
@-ms-keyframes fromRightAnim4{
	0% {top:-100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}


@keyframes fromRightAnim1{
	0% {top:100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}
@keyframes fromRightAnim3{
	0% {right:-100%; opacity:1;}
    100% {right: 0px; opacity:1;}
}
@keyframes fromRightAnim4{
	0% {top:-100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}


/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 1.5s ease-in-out 1.0s both;
	-moz-animation: fromLeftAnim1 1.5s ease-in-out 1.0s both;
	-ms-animation: fromLeftAnim1 1.5s ease-in-out 1.0s both;
	animation: fromLeftAnim1 1.5s ease-in-out 1.0s both;
}

.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 1.8s ease-in-out 1.2s both;
	-moz-animation: fromLeftAnim3 1.8s ease-in-out 1.2s both;
	-ms-animation: fromLeftAnim3 1.8s ease-in-out 1.2s both;
	animation: fromLeftAnim3 1.8s ease-in-out 1.2s both;
}

.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 1.5s ease-in-out 1.0s both;
	-moz-animation: fromLeftAnim4 1.5s ease-in-out 1.0s both;
	-ms-animation: fromLeftAnim4 1.5s ease-in-out 1.0s both;
	animation: fromLeftAnim4 1.5s ease-in-out 1.0s both;
}
@-webkit-keyframes fromLeftAnim1{
	0% {top:100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}
@-webkit-keyframes fromLeftAnim3{
	0% {right:-100%; opacity:1;}
    100% {right: 0px; opacity:1;}
}
@-webkit-keyframes fromLeftAnim4{
	0% {top:-100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}



@-moz-keyframes fromLeftAnim1{
	0% {top:100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}
@-moz-keyframes fromLeftAnim3{
	0% {right:-100%; opacity:1;}
    100% {right: 0px; opacity:1;}
}
@-moz-keyframes fromLeftAnim4{
	0% {top:-100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}


@-ms-keyframes fromLeftAnim1{
	0% {top:100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}
@-ms-keyframes fromLeftAnim3{
	0% {right:-100%; opacity:1;}
    100% {right: 0px; opacity:1;}
}
@-ms-keyframes fromLeftAnim4{
	0% {top:-100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}


@keyframes fromLeftAnim1{
	0% {top:100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}
@keyframes fromLeftAnim3{
	0% {right:-100%; opacity:1;}
    100% {right: 0px; opacity:1;}
}
@keyframes fromLeftAnim4{
	0% {top:-100%; opacity:1;}
    100% {top: 0px; opacity:1;}
}

/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 1.5s ease-in-out 1.0s both;
	-moz-animation: toRightAnim1 1.5s ease-in-out 1.0s both;
	-ms-animation: toRightAnim1 1.5s ease-in-out 1.0s both;
	animation: toRightAnim1 1.5s ease-in-out 1.0s both;
}

.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 1.8s ease-in-out both;
	-moz-animation: toRightAnim3 1.8s ease-in-out both;
	-ms-animation: toRightAnim3 1.8s ease-in-out both;
	animation: toRightAnim3 1.8s ease-in-out both;
}

.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 1.5s ease-in-out 1.0s both;
	-moz-animation: toRightAnim4 1.5s ease-in-out 1.0s both;
	-ms-animation: toRightAnim4 1.5s ease-in-out 1.0s both;
	animation: toRightAnim4 1.5s ease-in-out 1.0s both;
}
@-webkit-keyframes toRightAnim1{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: 100%; opacity: 1; }
}
@-webkit-keyframes toRightAnim3{
	0%{ right: 0%;  opacity: 1; }
	100%{ right: -100%; opacity: 1; }
}
@-webkit-keyframes toRightAnim4{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: 100%; opacity: 1; }
}


@-moz-keyframes toRightAnim1{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: 100%; opacity: 1; }
}
@-moz-keyframes toRightAnim3{
	0%{ right: 0%;  opacity: 1; }
	100%{ right: -100%; opacity: 1; }
}
@-moz-keyframes toRightAnim4{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: 100%; opacity: 1; }
}


@-ms-keyframes toRightAnim1{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: 100%; opacity: 1; }
}
@-ms-keyframes toRightAnim3{
	0%{ right: 0%;  opacity: 1; }
	100%{ right: -100%; opacity: 1; }
}
@-ms-keyframes toRightAnim4{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: 100%; opacity: 1; }
}


@keyframes toRightAnim1{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: 100%; opacity: 1; }
}
@keyframes toRightAnim3{
	0%{ right: 0%;  opacity: 1; }
	100%{ right: -100%; opacity: 1; }
}
@keyframes toRightAnim4{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: 100%; opacity: 1; }
}


/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 1.5s ease-in-out 1.0s both;
	-moz-animation: toLeftAnim1 1.5s ease-in-out 1.0s both;
	-ms-animation: toLeftAnim1 1.5s ease-in-out 1.0s both;
	animation: toLeftAnim1 1.5s ease-in-out 1.0s both;
}

.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 1.8s ease-in-out 1.0s both;
	-moz-animation: toLeftAnim3 1.8s ease-in-out 1.0s both;
	-ms-animation: toLeftAnim3 1.8s ease-in-out 1.0s both;
	animation: toLeftAnim3 1.8s ease-in-out 1.0s both;
}

.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 1.5s ease-in-out 1.0s both;
	-moz-animation: toLeftAnim4 1.5s ease-in-out 1.0s both;
	-ms-animation: toLeftAnim4 1.5s ease-in-out 1.0s both;
	animation: toLeftAnim4 1.5s ease-in-out 1.0s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: -100%; opacity: 1; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ right: 0%;  opacity: 1; }
	100%{ right: -100%; opacity: 1; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: -100%; opacity: 1; }
}


@-moz-keyframes toLeftAnim1{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: -100%; opacity: 1; }
}
@-moz-keyframes toLeftAnim3{
	0%{ right: 0%;  opacity: 1; }
	100%{ right: -100%; opacity: 1; }
}
@-moz-keyframes toLeftAnim4{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: -100%; opacity: 1; }
}


@-ms-keyframes toLeftAnim1{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: -100%; opacity: 1; }
}
@-ms-keyframes toLeftAnim3{
	0%{ right: 0%;  opacity: 1; }
	100%{ right: -100%; opacity: 1; }
}
@-ms-keyframes toLeftAnim4{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: -100%; opacity: 1; }
}


@keyframes toLeftAnim1{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: -100%; opacity: 1; }
}
@keyframes toLeftAnim3{
	0%{ right: 0%;  opacity: 1; }
	100%{ right: -100%; opacity: 1; }
}
@keyframes toLeftAnim4{
	0%{ top: 0%;  opacity: 1; }
	100%{ top: -100%; opacity: 1; }
}

