.da-slider{
	width: 100%;
	/*min-width: 768px;*/
	height: 315px;
	position: relative;
	margin: 30px auto;
	overflow: hidden;
	background: transparent url('slideshow_bg.png') repeat 0% 0%;
	/*border-top: 8px solid #efc34a;*/
	/*border-bottom: 8px solid #efc34a;*/
/*	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;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
	text-align: left;
	line-height:1;
}
.da-slide-current{
/*	z-index: 1;*/
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide .da-title,
.da-slide .da-link,
.da-slide .da-img,
.da-slide .da-content{
	position: absolute;
    margin-top: 0px;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide .da-title,
.da-slider-fb .da-slide .da-link,
.da-slider-fb .da-slide .da-content{
	left: 345px;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 45px;
	opacity: 1;
}
.da-slide .da-title{
	width: 520px; /* Change this if you want to change slide title width */
	top: 20px;
	color: #fff;
	white-space: nowrap;
	z-index: 10;
	
	/* v0.9 - prevent extra long titles to go over the .da-title box */
	text-overflow: ellipsis;
	overflow: hidden;
}
.da-slide .da-title p{
	margin-bottom:0;
	line-height: 1.5;
	letter-spacing: .1em;
}
.da-slide .da-title em{
	font-style: normal;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
/*	font-family: 'Economica', Arial, sans-serif;*/
/*	font-weight: 700;*/
	font-family: serif;
	font-weight: bold;
	line-height: 1.5;
}
.windows .da-slide .da-title em{
	font-family: "ＭＳ 明朝","MS Mincho",serif;
}
.mac .da-slide .da-title em{
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6",serif ;
	font-weight: normal;
}
.da-slide .da-title hr{
	width: 20px;
	margin: 13px 0;
	height: 2px;
	text-align: left;
}

.da-slide .da-content{
	width: 520px;
	top: 150px;
	line-height: 1.8;
	color: #c3c8d2;
}
.da-slide .da-content .excerpt-more{
	margin-top: 1em;
}
.da-slide .da-img{
/*	text-align: center;*/
	width: 280px; /* Change this if you want to change slide image width */
	top: 20px;
	height: 275px;
/*	line-height: 320px;*/
	left: 110%; /*60%*/
}
.da-slide .da-img .wp-post-image{
	float: none;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
}
/*.da-slide .da-link{
	top: 270px; depends on p height
	bottom: 50px;  new in v0.6 
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid rgba(255,255,255,0.8);
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	background: rgba(255,255,255,0.2);
}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
}*/
.da-slide .da-content{
	
}

.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 0;
	height: 315px;
	width: 30px;
	background: #fff;
	cursor: pointer;
	z-index: 1005;
	opacity: 1;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 25px;
	top: 50%;
	left: 5px;
	background: transparent url('./slide_hover.png') no-repeat top left;
}
.da-arrows span:hover:after{
	background-position: 0 -50px;
}
.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;
}
.da-arrows span.da-arrows-next:hover:after{
	background-position: right -50px;
}

.da-slide-current .da-title,
.da-slide-current .da-link,
.da-slide-current .da-content{
	left: 345px;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 45px;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright .da-title{
	-webkit-animation: fromRightAnim1 0.6s ease 1.5s both;
	-moz-animation: fromRightAnim1 0.6s ease 1.5s both;
	-o-animation: fromRightAnim1 0.6s ease 1.5s both;
	-ms-animation: fromRightAnim1 0.6s ease 1.5s both;
	animation: fromRightAnim1 0.6s ease 1.5s both;
}
.da-slide-fromright .da-content{
	-webkit-animation: fromRightAnim1 0.7s ease 1.8s both;
	-moz-animation: fromRightAnim1 0.7s ease 1.8s both;
	-o-animation: fromRightAnim1 0.7s ease 1.8s both;
	-ms-animation: fromRightAnim1 0.7s ease 1.8s both;
	animation: fromRightAnim1 0.7s ease 1.8s both;
}

.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim2 0.8s ease 1.0s both;
	-moz-animation: fromRightAnim2 0.8s ease 1.0s both;
	-o-animation: fromRightAnim2 0.8s ease 1.0s both;
	-ms-animation: fromRightAnim2 0.8s ease 1.0s both;
	animation: fromRightAnim2 0.8s ease 1.0s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 150%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

/* Slide in from the left*/
.da-slide-fromleft .da-title{
	-webkit-animation: fromLeftAnim1 0.6s ease 1.0s both;
	-moz-animation: fromLeftAnim1 0.6s ease 1.0s both;
	-o-animation: fromLeftAnim1 0.6s ease 1.0s both;
	-ms-animation: fromLeftAnim1 0.6s ease 1.0s both;
	animation: fromLeftAnim1 0.6s ease 1.0s both;
}
.da-slide-fromleft .da-content{
	-webkit-animation: fromLeftAnim1 0.7s ease 1.3s both;
	-moz-animation: fromLeftAnim1 0.7s ease 1.3s both;
	-o-animation: fromLeftAnim1 0.7s ease 1.3s both;
	-ms-animation: fromLeftAnim1 0.7s ease 1.3s both;
	animation: fromLeftAnim1 0.7s ease 1.3s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim2 0.8s ease 1.5s both;
	-moz-animation: fromLeftAnim2 0.8s ease 1.5s both;
	-o-animation: fromLeftAnim2 0.8s ease 1.5s both;
	-ms-animation: fromLeftAnim2 0.8s ease 1.5s both;
	animation: fromLeftAnim2 0.8s ease 1.5s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 345px; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 45px; opacity: 1; }
}

/* Slide out to the right */
.da-slide-toright .da-title{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.1s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.1s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.1s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.1s both;
	animation: toRightAnim1 0.6s ease-in 0.1s both;
}
.da-slide-toright .da-content{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.3s both;
	animation: toRightAnim1 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.6s both;
	animation: toRightAnim2 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 345px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 45px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 345px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 45px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 345px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 45px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 345px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 45px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 345px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 45px;  opacity: 1; }
	100%{ left: 150%; opacity: 0; }
}

/* Slide out to the left*/
.da-slide-toleft .da-title{
	-webkit-animation: toLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim1 0.6s ease-in 0.6s both;
	animation: toLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toleft .da-content{
	-webkit-animation: toLeftAnim1 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim1 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim1 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim1 0.6s ease-in 0.3s both;
	animation: toLeftAnim1 0.6s ease-in 0.3s both;
}

.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.1s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.1s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.1s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.1s both;
	animation: toLeftAnim2 0.6s ease-in 0.1s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 345px;  opacity: 1; }
	30%{ left: 360px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 45px;  opacity: 1; }
	30%{ left: 150px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 345px;  opacity: 1; }
	30%{ left: 360px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 45px;  opacity: 1; }
	30%{ left: 150px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 345px;  opacity: 1; }
	30%{ left: 360px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 45px;  opacity: 1; }
	30%{ left: 150px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 345px;  opacity: 1; }
	30%{ left: 360px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 45px;  opacity: 1; }
	30%{ left: 150px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}


@keyframes toLeftAnim1{
	0%{ left: 345px;  opacity: 1; }
	30%{ left: 360px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 45px;  opacity: 1; }
	30%{ left: 150px;  opacity: 1; }
	100%{ left: -110%; opacity: 0; }
}


/* Wordpress styles */
.postbox label { font-style: italic; }

/* CSS for v0.6 - RESPONSIVE DESIGN & BUG FIX */
/* > add the code below to your custom stylesheet if you have one */

/* Medium screens and tablets ----------- */
/*@media only screen 
and (max-width : 1024px) {
	 Styles 
	.da-slider{
		min-width: 708px;
		height: 370px;
	}
	.da-slide{
		background-color: transparent; 
	}
	.da-slide .da-title {font-size: 50px; top: 60px}
	.da-slide > p {font-size: 16px; top: 155px}
	.da-slide .da-link{
		border-radius: 25px;
		border: 7px solid rgba(255,255,255,0.8);
		padding: 2px 16px 0px;
		font-size: 15px;
		line-height: 25px;
		width: 75px;
	}
}

 Tablets or smartphones ----------- 
@media only screen 
and (max-width : 768px) {
	 Styles 
	.da-slider{
		min-width: 420px;
		height: 340px;
	}
	.da-slide{
		background-color: transparent; 
	}
	.da-slide .da-title {font-size: 35px; top: 40px}
	.da-slide > p {font-size: 14px; top: 120px}
}
@media only screen 
and (max-width : 480px) {
	 Styles 
	.da-slider{
		min-width: 280px;
		height: 310px;
	}
	.da-slide{
		background-color: transparent; 
	}
	.da-slide .da-title {font-size: 25px; top: 20px}
	.da-slide > p {font-size: 12px; top: 100px}
	.da-slide .da-link{
		border-radius: 20px;
		border: 5px solid rgba(255,255,255,0.8);
		padding: 2px 12px 0px;
		font-size: 12px;
		line-height: 20px;
		width: 65px;
	}
}
@media only screen 
and (max-width : 320px) {
	 Styles 
	.da-slider{
		height: 280px;
	}
	.da-slide{
		background-color: transparent; 
	}
	.da-slide .da-title {font-size: 20px; top: 15px}
	.da-slide > p {font-size: 12px; top: 60px}
	.da-slide .da-link{
		border-radius: 20px;
		border: 4px solid rgba(255,255,255,0.8);
		padding: 2px 5px 0px;
		font-size: 12px;
		line-height: 20px;
		width: 60px;
	}
}
*/
