.da-slider{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background-size: cover;
	border-top: 0;
	
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
	-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;
	z-index: 0;
}
.da-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.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 .da-img,
.da-slide #da-background {
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide #da-background{
	left: 10%;
	opacity: 1;
	
}
.da-slider-fb .da-slide .da-img {
	left: 0%;
}
.da-slide #da-background{
	color: #fff;
	font-size: 66px;
	width: 100%;
	height: 100%;
	top: 0px;
	white-space: nowrap;
	font-weight: 700;
	
}
.da-slide .da-img {
	text-align: center;
	width: 100%;
	top: calc(50% - 300px);
	height: 600px;
	left: 110%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.da-slide .da-img img {
	max-height: 100%;  
    max-width: 100%;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	opacity: 1;
}

/*

.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	display:none;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #004881;
	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);
}*/
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: calc(50% - 40px);
	height: 80px;
	width: 50px;
	background: #000;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	font-size:40px;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
	border-radius: 0 10px 10px 0;
}
.da-slider:hover .da-arrows span{
	opacity: 0.6;
}
/*.da-arrows span:after{
/*	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
*/}
/*.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}*/


.da-arrows span.da-arrows-prev{
	left: 0;
	
}
.da-arrows span.da-arrows-next{
	right: 0;
	border-radius: 10px 0 0 10px;
}

.da-slide-current .da-img{
	left: 0%;
	opacity: 1;
}
.da-slide-current #da-background {
	left: 0%;
	opacity: 1;
	
}
	

/* Slide in from the right*/
.da-slide-fromright #da-background {
	-webkit-animation: 	fromRightBackground 0.6s ease-in 0.8s both;
	-moz-animation: 	fromRightBackground 0.6s ease-in 0.8s both;
	-o-animation: 		fromRightBackground 0.6s ease-in 0.8s both;
	-ms-animation: 		fromRightBackground 0.6s ease-in 0.8s both;
	animation: 			fromRightBackground 0.6s ease-in 0.8s both;
}
@-webkit-keyframes 		fromRightBackground		{ 0%{ left: 100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@-moz-keyframes 		fromRightBackground		{ 0%{ left: 100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@-o-keyframes 			fromRightBackground		{ 0%{ left: 100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@-ms-keyframes 			fromRightBackground		{ 0%{ left: 100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@keyframes 				fromRightBackground		{ 0%{ left: 100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}

.da-slide-fromright .da-img {
	-webkit-animation: 	fromRightLogo 1.2s ease-in 0.4s both;
	-moz-animation: 	fromRightLogo 1.2s ease-in 0.4s both;
	-o-animation: 		fromRightLogo 1.2s ease-in 0.4s both;
	-ms-animation: 		fromRightLogo 1.2s ease-in 0.4s both;
	animation: 			fromRightLogo 1.2s ease-in 0.4s both;
}
@-webkit-keyframes		fromRightLogo			{ 0%{ left: 100%; opacity: 0; } 100%{ left: 0%; opacity: 1; }}
@-moz-keyframes 		fromRightLogo			{ 0%{ left: 100%; opacity: 0; } 100%{ left: 0%; opacity: 1; }}
@-o-keyframes 			fromRightLogo			{ 0%{ left: 100%; opacity: 0; } 100%{ left: 0%; opacity: 1; }}
@-ms-keyframes 			fromRightLogo			{ 0%{ left: 100%; opacity: 0; } 100%{ left: 0%; opacity: 1; }}
@keyframes 				fromRightLogo			{ 0%{ left: 100%; opacity: 0; } 100%{ left: 0%; opacity: 1; }}

/* Slide in from the left */
.da-slide-fromleft #da-background {
	-webkit-animation: 	fromLeftBackground 0.6s ease-in 0.8s both;
	-moz-animation: 	fromLeftBackground 0.6s ease-in 0.8s both;
	-o-animation: 		fromLeftBackground 0.6s ease-in 0.8s both;
	-ms-animation: 		fromLeftBackground 0.6s ease-in 0.8s both;
	animation: 			fromLeftBackground 0.6s ease-in 0.8s both;
}
@-webkit-keyframes 		fromLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 1; }}
@-moz-keyframes 		fromLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 1; }}
@-o-keyframes 			fromLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 1; }}
@-ms-keyframes 			fromLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 1; }}
@keyframes 				fromLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 1; }}

.da-slide-fromleft .da-img {
	-webkit-animation: 	fromLeftLogo 0.6s ease-in 0.9s both;
	-moz-animation: 	fromLeftLogo 0.6s ease-in 0.9s both;
	-o-animation: 		fromLeftLogo 0.6s ease-in 0.9s both;
	-ms-animation: 		fromLeftLogo 0.6s ease-in 0.9s both;
	animation: 			fromLeftLogo 0.6s ease-in 0.9s both;
}
@-webkit-keyframes 		fromLeftLogo			{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 0; }}
@-moz-keyframes 		fromLeftLogo			{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 0; }}
@-o-keyframes 			fromLeftLogo			{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 0; }}
@-ms-keyframes 			fromLeftLogo			{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 0; }}
@keyframes 				fromLeftLogo			{ 0%{ left: 0%; opacity: 1; } 100%{ left: 100%; opacity: 0; }}

/* Slide out to the right - click the left button and the panel out of bounds on left will come into bounds */
.da-slide-toright #da-background {
	-webkit-animation: 	toRightBackground 0.6s ease-in 0.8s both;
	-moz-animation: 	toRightBackground 0.6s ease-in 0.8s both;
	-o-animation: 		toRightBackground 0.6s ease-in 0.8s both;
	-ms-animation: 		toRightBackground 0.6s ease-in 0.8s both;
	animation: 			toRightBackground 0.6s ease-in 0.8s both;
}
@-webkit-keyframes 		toRightBackground		{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@-moz-keyframes 		toRightBackground		{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@-o-keyframes 			toRightBackground		{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@-ms-keyframes 			toRightBackground		{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@keyframes 				toRightBackground		{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}

.da-slide-toright .da-img {
	-webkit-animation: 	toRightLogo 0.6s ease-in 0.8s both;
	-moz-animation: 	toRightLogo 0.6s ease-in 0.8s both;
	-o-animation: 		toRightLogo 0.6s ease-in 0.8s both;
	-ms-animation: 		toRightLogo 0.6s ease-in 0.8s both;
	animation: 			toRightLogo 0.6s ease-in 0.8s both;
}
@-webkit-keyframes 		toRightLogo				{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@-moz-keyframes 		toRightLogo				{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@-o-keyframes 			toRightLogo				{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@-ms-keyframes 			toRightLogo				{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}
@keyframes 				toRightLogo				{ 0%{ left: -100%; opacity: 1; } 100%{ left: 0%; opacity: 1; }}

/* Slide out to the left */
.da-slide-toleft #da-background {
	-webkit-animation: 	toLeftBackground 0.6s ease-in 0.8s both;
	-moz-animation: 	toLeftBackground 0.6s ease-in 0.8s both;
	-o-animation: 		toLeftBackground 0.6s ease-in 0.8s both;
	-ms-animation: 		toLeftBackground 0.6s ease-in 0.8s both;
	animation: 			toLeftBackground 0.6s ease-in 0.8s both;
}
@-webkit-keyframes 		toLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 1; }}
@-moz-keyframes 		toLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 1; }}
@-o-keyframes 			toLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 1; }}
@-ms-keyframes 			toLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 1; }}
@keyframes 				toLeftBackground		{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 1; }}

.da-slide-toleft .da-img {
	-webkit-animation: 	toLeftLogo 0.6s ease-in 0.8s both;
	-moz-animation: 	toLeftLogo 0.6s ease-in 0.8s both;
	-o-animation: 		toLeftLogo 0.6s ease-in 0.8s both;
	-ms-animation: 		toLeftLogo 0.6s ease-in 0.8s both;
	animation: 			toLeftLogo 0.6s ease-in 0.8s both;
}
@-webkit-keyframes 		toLeftLogo				{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 0; }}
@-moz-keyframes 		toLeftLogo				{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 0; }}
@-o-keyframes 			toLeftLogo				{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 0; }}
@-ms-keyframes 			toLeftLogo				{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 0; }}
@keyframes 				toLeftLogo				{ 0%{ left: 0%; opacity: 1; } 100%{ left: -100%; opacity: 0; }}